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 | ||
| ConditionVariable.h | ||
| EventFlags.cpp | ||
| EventFlags.h | ||
| Kernel.cpp | ||
| Kernel.h | ||
| Mail.h | ||
| MemoryPool.h | ||
| Mutex.cpp | ||
| Mutex.h | ||
| Queue.h | ||
| RtosTimer.cpp | ||
| RtosTimer.h | ||
| Semaphore.cpp | ||
| Semaphore.h | ||
| ThisThread.cpp | ||
| ThisThread.h | ||
| Thread.cpp | ||
| Thread.h | ||
| mbed_lib.json | ||
| rtos.h | ||
| rtos_handlers.h | ||
| rtos_idle.h | ||