2020-07-18 15:04:50 +02:00
|
|
|
# define the default port depending on the host OS
|
|
|
|
PORT_LINUX ?= /dev/ttyUSB0
|
|
|
|
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
|
|
|
|
|
2020-08-07 10:59:44 +02:00
|
|
|
include $(RIOTBOARD)/common/cc2538/Makefile.include
|