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

9 lines
260 B
Makefile
Raw Normal View History

# define the default port depending on the host OS
PORT_LINUX ?= /dev/ttyUSB0
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbserial*)))
2014-10-22 15:49:49 +02:00
2019-11-27 14:31:01 +01:00
PROGRAMMER ?= cc2538-bsl
CC2538_BSL_FLASHFILE ?= $(HEXFILE)
include $(RIOTBOARD)/common/cc2538/Makefile.include