60ad0157f7
To build run 'make BOARD=dvk_bl652 SD=s132' To flash with jlink run 'make sd BOARD=dvk_bl652 SD=s132' This will remove the existing licences in the bl652
7 lines
133 B
Makefile
7 lines
133 B
Makefile
MCU_SERIES = m4
|
|
MCU_VARIANT = nrf52
|
|
MCU_SUB_VARIANT = nrf52832
|
|
LD_FILE = boards/nrf52832_512k_64k.ld
|
|
|
|
NRF_DEFINES += -DNRF52832_XXAA
|