jnaulet / OpenPicoRTOS

Very small, safe, lightning fast, yet portable preemptive RTOS with SMP support
MIT License
69 stars 8 forks source link

Support for 8bit PIC MCUs #2

Closed jnaulet closed 1 year ago

jnaulet commented 1 year ago

Port picoRTOS to 8bit PIC to see if it fits.

It's more of a challenge than anything else, but who knows ?

jnaulet commented 1 year ago

Ok for tinyAVRs, impossible on PICs (no decent stack management)