Skip to content

Commit 2a6b2f7

Browse files
woodsking2adbridge
authored andcommitted
remove NRF52840, NRF52832 static_memory_defines set
static_memory_defines controls the macro MBED_RAM_START AND MBED_RAM_SIZE when nrf52840 to use softdevice, it need MBED_RAM_START to set the true application ram start default static_memory_defines is true, so just remove NRF52840 and NRF52832's set
1 parent 2eee5cc commit 2a6b2f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

targets/targets.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7332,7 +7332,6 @@
73327332
"MCU_NRF52832": {
73337333
"inherits": ["Target"],
73347334
"core": "Cortex-M4F",
7335-
"static_memory_defines": true,
73367335
"macros": [
73377336
"BOARD_PCA10040",
73387337
"NRF52",
@@ -7634,7 +7633,6 @@
76347633
"inherits": ["Target"],
76357634
"components_add": ["QSPIF"],
76367635
"core": "Cortex-M4F",
7637-
"static_memory_defines": false,
76387636
"macros": [
76397637
"BOARD_PCA10056",
76407638
"NRF52840_XXAA",

0 commit comments

Comments
 (0)