mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
633aa8cd41
This is mostly based on the cc1352-launchpad boards, is essentially the same buttons and leds pins, what changes is the CCXML files used to flash with `make flash` and the UART pins. Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
12 lines
299 B
Makefile
12 lines
299 B
Makefile
XDEBUGGER = XDS110
|
|
|
|
# set default port depending on operating system
|
|
PORT_LINUX ?= /dev/ttyACM0
|
|
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
|
|
|
|
# setup serial terminal
|
|
include $(RIOTMAKE)/tools/serial.inc.mk
|
|
|
|
# configure the flash tool
|
|
include $(RIOTMAKE)/tools/uniflash.inc.mk
|