mbed-os/rtos/TARGET_CORTEX/rtx5
deepikabhavnani ba92372b8d CMSIS/RTX: Move Idle and Timer thread stack to bss section.
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.
2019-01-15 12:04:39 -06:00
..
Include [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
RTX CMSIS/RTX: Move Idle and Timer thread stack to bss section. 2019-01-15 12:04:39 -06:00
Source CMSIS/RTX: Remove the file os_tick_gtim.c 2018-08-25 20:41:11 -05:00