5f26ef1112
This patch moves all the nrf52832 target boards to use the new SoftDevice s132 v6.1.1 instead of the legacy v6.0.0.
8 lines
159 B
Makefile
8 lines
159 B
Makefile
MCU_SERIES = m4
|
|
MCU_VARIANT = nrf52
|
|
MCU_SUB_VARIANT = nrf52832
|
|
SOFTDEV_VERSION = 6.1.1
|
|
LD_FILES += boards/nrf52832_512k_64k.ld
|
|
|
|
NRF_DEFINES += -DNRF52832_XXAA
|