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
pull/11696/head
James Wang 2019-09-20 11:34:35 +08:00 committed by adbridge
parent 1bed555921
commit 318f686ffc
1 changed files with 0 additions and 2 deletions

View File

@ -7332,7 +7332,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",
@ -7634,7 +7633,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",