2019-03-01 15:40:11 +01:00
|
|
|
# set programming environment
|
2021-02-18 17:15:55 +01:00
|
|
|
OPENOCD_DEBUG_ADAPTER ?= dap
|
2019-03-01 15:40:11 +01:00
|
|
|
PROGRAMMER ?= openocd
|
|
|
|
|
|
|
|
# use the common nrf52 config for the rest
|
|
|
|
include $(RIOTBOARD)/common/nrf52/Makefile.include
|