modm-io / modm

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

Fibers not implemented on ARM64 #1111

Closed salkinium closed 7 months ago

salkinium commented 8 months ago

This breaks fibers support on Raspberry Pi and macOS running on Apple Silicon. This is also a problem for running the unit test suite on these targets.

See https://github.com/modm-io/modm/blob/develop/src/modm/processing/fiber/module.lb#L29.