mirror of https://github.com/ARMmbed/mbed-os.git
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 startpull/11347/head
parent
7e179f5beb
commit
6d3d88f921
|
@ -7219,7 +7219,7 @@
|
|||
"MCU_NRF52832": {
|
||||
"inherits": ["Target"],
|
||||
"core": "Cortex-M4F",
|
||||
"static_memory_defines": false,
|
||||
"static_memory_defines": true,
|
||||
"macros": [
|
||||
"BOARD_PCA10040",
|
||||
"NRF52",
|
||||
|
|
Loading…
Reference in New Issue