mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
204 B
Makefile
8 lines
204 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/nrf52xxxdk/Makefile.include
|