mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 07:12:43 +01:00
11 lines
300 B
Makefile
11 lines
300 B
Makefile
|
# CPU configuration
|
||
|
CPU_MODEL = nrf52832xxaa
|
||
|
|
||
|
# for this board, we are using Segger's RTT as default terminal interface
|
||
|
USEMODULE += rtt_stdio
|
||
|
TERMPROG = $(RIOTBASE)/dist/tools/jlink/jlink.sh
|
||
|
TERMFLAGS = term_rtt
|
||
|
|
||
|
# use shared Makefile.include
|
||
|
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.include
|