mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-29 09:20:26 +08:00
a8520ed383
As the svc stack is the stack of threads, there is no need to allocate a separate stack for the startup. Reuse the IRQ stack should be OK. Tested on rm48 board.