mbed-os/rtos
Russ Butler 5e48ecedb7 Increase background stack size to fix overflows
On platforms using both tickless and the low power ticker wrapper
so much of the background stack is used that it overflows. To
ensure the background thread's stack doesn't overflow increase this
size by 256 bytes when tickless is enabled. Worst case usage
on the NUCLEO_F476RG was recorded at 656 when tickless is
turned on so this increased size should safely prevent overflows.
2018-11-16 14:49:17 +00:00
..
TARGET_CORTEX Increase background stack size to fix overflows 2018-11-16 14:49:17 +00:00
ConditionVariable.cpp Add ConditionVariable::wait_until 2018-01-29 15:26:41 +02:00
ConditionVariable.h Make variables that are private in ConditionVariable.h, protected Paritally reverts docs PR 8511 2018-11-04 22:07:06 -06:00
EventFlags.cpp Shrink RTOS classes 2017-11-03 15:22:22 +02:00
EventFlags.h Edit EventFlags.h 2018-11-02 19:49:55 -05:00
Kernel.cpp Revert "RTOS: Add required header file and namespace element instead add all" 2018-11-05 13:38:50 +00:00
Kernel.h Edit Kernel.h 2018-11-16 14:49:17 +00:00
Mail.h Copy edit Mail.h 2018-01-08 17:41:37 -06:00
MemoryPool.h Copy edit MemoryPool.h 2018-01-08 17:43:45 -06:00
Mutex.cpp Address review comments. 2018-09-03 07:40:01 +02:00
Mutex.h Edit Mutex.h 2018-10-19 11:46:55 +01:00
Queue.h Fix typos in RTOS doxygen. 2018-11-16 14:49:17 +00:00
RtosTimer.cpp Revert "RTOS: Add required header file and namespace element instead add all" 2018-11-05 13:38:50 +00:00
RtosTimer.h Fix typos in RTOS doxygen. 2018-11-16 14:49:17 +00:00
Semaphore.cpp remove unused variable / resolve compiler warning 2018-02-15 12:45:39 -05:00
Semaphore.h Add Semaphore::wait_until 2018-01-29 15:26:41 +02:00
ThisThread.cpp Revert "RTOS: Add required header file and namespace element instead add all" 2018-11-05 13:38:50 +00:00
ThisThread.h Add ThisThread 2018-08-28 13:25:17 +03:00
Thread.cpp Revert "RTOS: Add required header file and namespace element instead add all" 2018-11-05 13:38:50 +00:00
Thread.h Make Thread methods const 2018-08-28 13:25:17 +03:00
mbed_lib.json Increase background stack size to fix overflows 2018-11-16 14:49:17 +00:00
rtos.h Add ThisThread 2018-08-28 13:25:17 +03:00
rtos_handlers.h Add ThisThread 2018-08-28 13:25:17 +03:00
rtos_idle.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00