1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 07:32:43 +01:00
RIOT/boards/thingy52/Makefile.include

10 lines
275 B
Makefile
Raw Normal View History

# 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