mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 17:12:45 +01:00
8 lines
199 B
Makefile
8 lines
199 B
Makefile
# define the cpu used by the acd52832
|
|
export CPU_MODEL = nrf52832xxaa
|
|
|
|
# set default port depending on operating system
|
|
PORT_LINUX ?= /dev/ttyUSB0
|
|
|
|
include $(RIOTBOARD)/common/nrf52/Makefile.include
|