Fix idle thread stack underflow in debug build

In rtos/mbed_lib.json:
Enlarge idle-thread-stack-size-debug-extra for all Nuvoton targets.

In rtos/TARGET_CORTEX/mbed_rtx_conf.h:
MBED_DEBUG also must be defined for this configuration parameter to take effect.
pull/11023/head
Chun-Chieh Li 2019-06-18 11:20:11 +08:00 committed by Evelyne Donnaes
parent 19babe2178
commit e0b40a042f
1 changed files with 4 additions and 1 deletions

View File

@ -49,6 +49,9 @@
},
"MCU_NRF51_UNIFIED": {
"target.boot-stack-size": "0x800"
}
},
"NUVOTON": {
"idle-thread-stack-size-debug-extra": 512
}
}
}