nrf5/boards: Renaming linker script for nrf52832 using bluetooth stack such that it also holds the version number of the stack. Updating linkerscript using the target linker script.

This commit is contained in:
Glenn Ruben Bakke 2017-04-24 22:02:41 +02:00
parent 39d3d7bb28
commit 582db669b6
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
MCU_SERIES = m4
MCU_VARIANT = nrf52
MCU_SUB_VARIANT = nrf52832
LD_FILE = boards/nrf52832_512k_64k_s132.ld
SOFTDEV_VERSION=3.0.0
LD_FILE = boards/nrf52832_512k_64k_s132_$(SOFTDEV_VERSION).ld
NRF_DEFINES += -DNRF52832_XXAA