|
|
|
|
|
by kahlonel
2273 days ago
|
|
I recommend anyone just starting with bare-metal assembly to get an STM32F0 board and write assembly programs for it. I'm just gonna plug my super small toy RTOS I wrote for Cortex-M0 a while ago. https://github.com/kahlonel/rt0s |
|
I have still yet to really need an RTOS, even for BLE.