VisorFolks / cyancore

A unified software platform for embedded system projects ...
https://visorfolks.co.in
Other
80 stars 20 forks source link

FR: Separate boot time and runtime stack #282

Open akashkollipara opened 7 months ago

akashkollipara commented 7 months ago

Is your feature request related to a problem? Please describe. This feature is necessary for support power save modes. When system power collapses, its possible the CPU register context is lost. Upon power restore, the CPU registers are updated with boot context and this causes crash.

Describe the solution you'd like A separate stack for boot and runtime would be preferable for managing contexts.