mirror of https://github.com/ARMmbed/mbed-os.git
In case of ARM compiler, idle and timer thread stack though assigned to `.bss.os` section since not zero initialized are part of `data` section. In this commit, we are moving stacks of idle and timer thread to bss section and thereby saving ROM space. |
||
|---|---|---|
| .. | ||
| TARGET_CORTEX | ||
| ConditionVariable.cpp | ||
| EventFlags.cpp | ||
| Kernel.cpp | ||
| Mutex.cpp | ||
| Semaphore.cpp | ||
| ThisThread.cpp | ||
| Thread.cpp | ||
| rtos_handlers.h | ||
| rtos_idle.h | ||