nrf5/boards: Renaming custom linker script for bluefruit feather to reflect that the purpose of the custom linker script is DFU. The script is diverging from the generic s132 v2 linker script in the offset of the application.
This commit is contained in:
parent
7043680f1f
commit
8429d022e1
|
@ -3,6 +3,6 @@ MCU_VARIANT = nrf52
|
|||
MCU_SUB_VARIANT = nrf52832
|
||||
SOFTDEV_VERSION = 2.0.1
|
||||
|
||||
LD_FILE = boards/bluefruit_feather/custom_nrf52832_app.ld
|
||||
LD_FILE = boards/bluefruit_feather/custom_nrf52832_dfu_app.ld
|
||||
|
||||
NRF_DEFINES += -DNRF52832_XXAA
|
||||
|
|
Loading…
Reference in New Issue