Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 440 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 440 Bytes

chaos

Embedded RTOS, written in C++

ChaOS is an embedded Real-Time OS, written in C++, taking advantage of templates to improve correctness.

One of the primary goals of this project is to provide some levels of guarantees, a safety belt, so to speak, that certain capabilities will be correct, if the parameters are correct. For example, it attempts to guarantee, though type safety, that devices are only attached to specific busses.