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

11 lines
346 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.SLAB_USBtoUART*)))
2014-10-26 15:59:38 +01:00
# this board uses an ST-Link v2 debug adapter
OPENOCD_DEBUG_ADAPTER ?= stlink
STLINK_VERSION ?= 2
2014-10-26 15:59:38 +01:00
# include nrf51 boards common configuration
include $(RIOTBOARD)/common/nrf51/Makefile.include