set NRF52832 static_memory_defines true

static_memory_defines controls the macro MBED_RAM_START AND MBED_RAM_SIZE
when nrf52832 to use softdevice, it need MBED_RAM_START to set the true application ram start
pull/11347/head
James Wang 2019-08-27 19:50:01 +08:00 committed by GitHub
parent 7e179f5beb
commit 6d3d88f921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7219,7 +7219,7 @@
"MCU_NRF52832": {
"inherits": ["Target"],
"core": "Cortex-M4F",
"static_memory_defines": false,
"static_memory_defines": true,
"macros": [
"BOARD_PCA10040",
"NRF52",