mbed-os/rtos/rtx5
Vincent Coubard fd7eff202c RTOS: Allow per target definition of OS_IDLE_THREAD_STACK_SIZE.
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.
2017-06-16 10:11:12 +01:00
..
TARGET_CORTEX_M Upcase assembly file suffix for preprocesssing 2017-06-09 00:03:23 -05:00
mbed_rtx_conf.h RTOS: Allow per target definition of OS_IDLE_THREAD_STACK_SIZE. 2017-06-16 10:11:12 +01:00
mbed_rtx_handlers.c Add more verbose RTOS error messages 2017-05-30 18:55:56 +01:00