1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/fox/Makefile.include

10 lines
277 B
Makefile
Raw Normal View History

2014-08-25 13:45:22 +02:00
# set default port depending on operating system
PORT_LINUX ?= /dev/ttyUSB1
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbserial*)))
2014-08-25 13:45:22 +02:00
# setup serial terminal
include $(RIOTMAKE)/tools/serial.inc.mk
2014-08-25 13:45:22 +02:00
# this board uses openocd
include $(RIOTMAKE)/tools/openocd.inc.mk