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. |
||
---|---|---|
.. | ||
TOOLCHAIN_ARM_MICRO | ||
TOOLCHAIN_ARM_STD | ||
TOOLCHAIN_GCC_ARM | ||
TOOLCHAIN_IAR | ||
rtx4 | ||
rtx5 | ||
SysTimer.cpp | ||
SysTimer.h | ||
mbed_boot.c | ||
mbed_boot.h | ||
mbed_rtos1_types.h | ||
mbed_rtos_rtx.c | ||
mbed_rtos_storage.h | ||
mbed_rtx_conf.h | ||
mbed_rtx_handlers.c | ||
mbed_rtx_idle.cpp |