Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 270 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 270 Bytes

osapi

Multithreading interface depending on system (currently FreeRTOS, RTX and Windows). Creating joinable/non-joinable threads, setting priority, mortal threads (for secure execution) and mutexes (robust and recursive)

TODO: multithreading for Linux (pthread, etc)