RIOT/boards/common/arduino-due/Makefile.include
2020-12-02 09:20:57 +01:00

12 lines
339 B
Makefile

# export this module and its includes
INCLUDES += -I$(RIOTBOARD)/common/arduino-due/include
# define the default port depending on the host OS
PORT_LINUX ?= /dev/ttyACM0
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
# setup flasher (using BOSSA)
PROGRAMMER ?= bossa
BOSSA_VERSION = 1.8
BOSSA_ARDUINO_PREFLASH = yes