5 ms·
No mention of ChibiOS, unfortunately. I checked and the port still has problems installing on flash, so runs on RAM only. I’d also like to suggest uC/OS. It do
by huppeldepup 2y ago
No mention of ChibiOS, unfortunately. I checked and the port still has problems installing on flash, so runs on RAM only.
I’d also like to suggest uC/OS. It doesn’t take much more than setting a timer in asm to port that rtos but I haven’t had the time myself to try it.
- dTal 2y agoI've heard of uC/OS and always wondered - is it pronounced "mucous"?
- huppeldepup 2y agoThe author mentioned this somewhere in his book: competitors pronounced it mucous as a joke/jab. I believe it’s pronounced micro-cos as in microcosmos.
- stephen_g 2y agoI really like ChibiOS, it’s HAL and drivers are really nice. I used it in a project back when it was GPL with a linking exception (basically LGPL except you can’t really do shared libraries on microcontrollers).