|
|
|
|
|
by Katzenmann
711 days ago
|
|
RTIC is really simple and doesn't use it's own HALs. Also it's macro system makes it hard to modularize your code since all tasks need to be in one module. I've played around with it a bit and it seems like it could be great in the future, but currently not really. Embassy has it's own HALs which makes it better at async and has also nicer ergonomic IMO |
|
I’m using RTIC for the firmware on my STM32H7 based product (https://umi.engineering) and it has been a joy.