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

11 lines
312 B
Makefile
Raw Normal View History

2018-03-28 14:47:09 +02:00
# define the default port depending on the host OS
PORT_LINUX ?= /dev/ttyUSB1
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbserial*)))
2019-11-27 14:31:01 +01:00
PROGRAMMER ?= cc2538-bsl
2018-03-28 14:47:09 +02:00
CC2538_BSL_FLAGS_OPTS ?= --bootloader-invert-lines
CC2538_BSL_FLASHFILE ?= $(HEXFILE)
2018-03-28 14:47:09 +02:00
include $(RIOTBOARD)/common/cc2538/Makefile.include