Skip to content

Commit 876b643

Browse files
committed
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 6d3d88f commit 876b643

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
@@ -7219,7 +7219,6 @@
72197219
"MCU_NRF52832": {
72207220
"inherits": ["Target"],
72217221
"core": "Cortex-M4F",
7222-
"static_memory_defines": true,
72237222
"macros": [
72247223
"BOARD_PCA10040",
72257224
"NRF52",
@@ -7376,7 +7375,6 @@
73767375
"inherits": ["Target"],
73777376
"components_add": ["QSPIF"],
73787377
"core": "Cortex-M4F",
7379-
"static_memory_defines": false,
73807378
"macros": [
73817379
"BOARD_PCA10056",
73827380
"NRF52840_XXAA",

0 commit comments

Comments
 (0)