mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
doc/emulator: update EMULATOR_SERIAL_PORT documentation
This commit is contained in:
parent
d425cbb2bf
commit
7cc5787ecb
@ -58,9 +58,9 @@ $ EMULATE=1 make BOARD=<board> -C <test application directory> all test
|
||||
|
||||
The `EMULATOR_SERIAL_PORT` variable can be used to specify a custom serial port
|
||||
on the host running the emulator.
|
||||
The default value is built based on the board and application names:
|
||||
`/tmp/riot_$(APPLICATION)_$(BOARD)_uart`.
|
||||
This variable is useful to allow several emulated sessions of the same
|
||||
The default value is built based on a random temporary directory:
|
||||
`$(RUNTIME_TMP_DIR)/uart`.
|
||||
The randomness of this variable allows several emulated sessions of the same
|
||||
application with the same board to run in parallel.
|
||||
|
||||
# Qemu
|
||||
|
Loading…
Reference in New Issue
Block a user