Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 425 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 425 Bytes

RTOS

  • Priority scheduler, cooperative and preemptive scheduling, FAT file system, blocking semaphores, periodic and asynchronous user tasks.

TODO (future plans) :

  • Dynamically allocate the threads with heap
  • Optimize scheduler
  • Implement it to be generic across MCUs.
  • A more robust process manager and memory protection
  • Generic memory and disk access
  • Clean up code and make better documentation