mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10855 from OpenNuvoton/nuvoton_idle_stack_underflow_debug
Nuvoton: Fix idle thread stack underflow in debug buildpull/10838/head
commit
1cecfa480f
|
@ -49,6 +49,9 @@
|
||||||
},
|
},
|
||||||
"MCU_NRF51_UNIFIED": {
|
"MCU_NRF51_UNIFIED": {
|
||||||
"target.boot-stack-size": "0x800"
|
"target.boot-stack-size": "0x800"
|
||||||
}
|
},
|
||||||
|
"NUVOTON": {
|
||||||
|
"idle-thread-stack-size-debug-extra": 512
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue