RIOT/boards/common/msba2/Makefile.include
2020-12-02 09:20:57 +01:00

13 lines
363 B
Makefile

# configure serial interface
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
# Use lpc2k_pgm programmer
PROGRAMMER ?= lpc2k_pgm
# when using miniterm set RTS and DTR lines to 0, otherwise the board is reset
MINITERMFLAGS += --rts 0 --dtr 0
PYTERMFLAGS += -tg