mirror of https://github.com/ARMmbed/mbed-os.git
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 setpull/11696/head
parent
1bed555921
commit
318f686ffc
|
@ -7332,7 +7332,6 @@
|
|||
"MCU_NRF52832": {
|
||||
"inherits": ["Target"],
|
||||
"core": "Cortex-M4F",
|
||||
"static_memory_defines": true,
|
||||
"macros": [
|
||||
"BOARD_PCA10040",
|
||||
"NRF52",
|
||||
|
@ -7634,7 +7633,6 @@
|
|||
"inherits": ["Target"],
|
||||
"components_add": ["QSPIF"],
|
||||
"core": "Cortex-M4F",
|
||||
"static_memory_defines": false,
|
||||
"macros": [
|
||||
"BOARD_PCA10056",
|
||||
"NRF52840_XXAA",
|
||||
|
|
Loading…
Reference in New Issue