arch: arm: replace main thread switching assembly to C using cmsis
use cmsis functions to avoid using direct assembly for main thread
switching.
This patch uses cmsis functions to:
- set PSP(process stack pointer) to main stack
- enable interrupts
Fixes #12878
Signed-off-by:
Vikas Manocha <vikas.manocha@st.com>
Loading
Please sign in to comment