modm-io / modm

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

[fiber] Add more yields into modm #1205

Closed salkinium closed 2 weeks ago

salkinium commented 1 month ago

Since https://github.com/modm-io/modm/pull/1172 we have a polyfill for fiber yields that are empty when the fiber module is not enabled. Therefore we can add a whole lot of yields into modm without affecting non-fiber based projects.