mirror of https://github.com/ARMmbed/mbed-os.git
The stack required for the idle thread is highly dependent on the target because it will call the sleep function which is target specific. While 256 bytes of stack is enough for most targets, others like the NRF52840 might require more. With this change, target maintainers can specify the idle thread stack size in their mbed_rtx.h file. |
||
---|---|---|
.. | ||
TARGET_CORTEX_M | ||
mbed_rtx_conf.h | ||
mbed_rtx_handlers.c |