mirror of https://github.com/ARMmbed/mbed-os.git
[Nuvoton] 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/10855/head
parent
9974899a6b
commit
766a7650a5
|
|
@ -49,6 +49,9 @@
|
|||
},
|
||||
"MCU_NRF51_UNIFIED": {
|
||||
"target.boot-stack-size": "0x800"
|
||||
},
|
||||
"NUVOTON": {
|
||||
"idle-thread-stack-size-debug-extra": 512
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue