mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/common/msba2: Set RTS and DTR to 0 when using Miniterm
This commit is contained in:
parent
9463f85d39
commit
75b371ccb0
@ -16,6 +16,9 @@ PORT_LINUX ?= /dev/ttyUSB0
|
||||
# This does not make a lot of sense, but it has the same value as the previous code
|
||||
PORT_DARWIN ?= /dev/tty.usbserial-ARM
|
||||
|
||||
# when using miniterm set RTS and DTR lines to 0, otherwise the board is reset
|
||||
MINITERMFLAGS += --rts 0 --dtr 0
|
||||
|
||||
PYTERMFLAGS += -tg
|
||||
include $(RIOTMAKE)/tools/serial.inc.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user