mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
313 B
Makefile
11 lines
313 B
Makefile
# configure the serial interface
|
|
PORT_LINUX ?= /dev/ttyUSB0
|
|
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
|
|
|
|
# configure the flasher
|
|
PROGRAMMER ?= openocd
|
|
OPENOCD_DEBUG_ADAPTER ?= ftdi
|
|
OPENOCD_FTDI_ADAPTER ?= openocd-usb
|
|
OPENOCD_TRANSPORT = jtag
|
|
OPENOCD_RESET_USE_CONNECT_ASSERT_SRST = 1
|