Skip to content

Commit

Permalink
boards/common/msba2: Set RTS and DTR to 0 when using Miniterm
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrolanzieri committed Apr 22, 2020
1 parent 9463f85 commit 75b371c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/common/msba2/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 75b371c

Please sign in to comment.