1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/reel/Makefile.include
2019-03-15 10:46:45 +01:00

10 lines
220 B
Makefile

# specific CPU model used
CPU_MODEL = nrf52840xxaa
# set programming environment
DEBUG_ADAPTER ?= dap
PROGRAMMER ?= openocd
# use the common nrf52 config for the rest
include $(RIOTBOARD)/common/nrf52/Makefile.include