From 318f686ffc144ad140f40d13d121c615fa3d103c Mon Sep 17 00:00:00 2001 From: James Wang Date: Fri, 20 Sep 2019 11:34:35 +0800 Subject: [PATCH] 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 --- targets/targets.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/targets/targets.json b/targets/targets.json index cca13e33b5..d818a664c7 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -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",