2017-08-25 11:54:02 +02:00
|
|
|
# define the cpu used by the acd52832
|
|
|
|
export CPU_MODEL = nrf52832xxaa
|
|
|
|
|
|
|
|
# set default port depending on operating system
|
|
|
|
PORT_LINUX ?= /dev/ttyUSB0
|
|
|
|
|
2018-10-28 19:55:06 +01:00
|
|
|
include $(RIOTBOARD)/common/nrf52/Makefile.include
|