tonarino / panel-firmware

Firmware for the volume control hardware, targeting an STM32F4 board
MIT License
75 stars 10 forks source link

Consider using RTIC #21

Open bschwind opened 3 years ago

bschwind commented 3 years ago

https://rtic.rs/0.5/book/en/

Our firmware is stable and simple right now, but if we want to add on much more functionality, it might be good to evaluate how easy it would be to integrate RTIC, which should offer much more flexibility and performance when running multiple tasks.