1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 00:32:44 +01:00
RIOT/boards/thingy52/Makefile.include
2018-01-05 13:14:20 +01:00

10 lines
275 B
Makefile

# CPU configuration for the Thingy:52
CPU_MODEL = nrf52832xxaa
# override default PORT
PORT_LINUX ?= /dev/ttyUSB0
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
# use shared Makefile.include
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.include