a3a266a9c3
This patch moves pca10056/nrf52840 target board to use the new SoftDevice s140 v6.1.1 instead of the legacy v6.0.0.
8 lines
158 B
Makefile
8 lines
158 B
Makefile
MCU_SERIES = m4
|
|
MCU_VARIANT = nrf52
|
|
MCU_SUB_VARIANT = nrf52840
|
|
SOFTDEV_VERSION = 6.1.1
|
|
LD_FILES += boards/nrf52840_1M_256k.ld
|
|
|
|
NRF_DEFINES += -DNRF52840_XXAA
|