modm-io / modm

modm: a C++23 library generator for AVR and ARM Cortex-M devices
https://modm.io
Mozilla Public License 2.0
720 stars 128 forks source link

Use stack limit registers on ARMv8-M for main and fiber stacks #1168

Closed salkinium closed 1 month ago

salkinium commented 1 month ago

Sets the MSPLIM for the main stack and the PSPLIM for each fiber stack during context switching.