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.

(cherry picked from commit 9549fff)
ls
1 parent f7dc7e9 commit 30597a6ab9c5c949af7b0835a0ef14dfbda77184
@deepikabhavnani deepikabhavnani authored on 13 Dec 2018
Martin Kojtal committed on 11 May 2020
Showing 1 changed file
View
rtos/source/TARGET_CORTEX/rtx5/RTX/Source/rtx_lib.c