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

12 lines
385 B
Makefile
Raw Normal View History

2015-09-16 17:19:22 +02:00
# set default port depending on operating system
PORT_LINUX ?= /dev/ttyUSB0
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbserial-MXV*)))
2015-09-16 17:19:22 +02:00
# setup serial terminal
export BAUD ?= 9600
include $(RIOTMAKE)/tools/serial.inc.mk
2013-08-19 18:58:45 +02:00
2015-09-16 17:19:22 +02:00
# flash tool configuration
FLASHER = $(RIOTTOOLS)/goodfet/goodfet.bsl
FLASHFILE ?= $(HEXFILE)
FFLAGS = --telosb -c $(PROG_DEV) -r -e -I -p $(FLASHFILE)