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/11347/head
parent
6d3d88f921
commit
876b643a9d
|
@ -7219,7 +7219,6 @@
|
||||||
"MCU_NRF52832": {
|
"MCU_NRF52832": {
|
||||||
"inherits": ["Target"],
|
"inherits": ["Target"],
|
||||||
"core": "Cortex-M4F",
|
"core": "Cortex-M4F",
|
||||||
"static_memory_defines": true,
|
|
||||||
"macros": [
|
"macros": [
|
||||||
"BOARD_PCA10040",
|
"BOARD_PCA10040",
|
||||||
"NRF52",
|
"NRF52",
|
||||||
|
@ -7376,7 +7375,6 @@
|
||||||
"inherits": ["Target"],
|
"inherits": ["Target"],
|
||||||
"components_add": ["QSPIF"],
|
"components_add": ["QSPIF"],
|
||||||
"core": "Cortex-M4F",
|
"core": "Cortex-M4F",
|
||||||
"static_memory_defines": false,
|
|
||||||
"macros": [
|
"macros": [
|
||||||
"BOARD_PCA10056",
|
"BOARD_PCA10056",
|
||||||
"NRF52840_XXAA",
|
"NRF52840_XXAA",
|
||||||
|
|
Loading…
Reference in New Issue