# COROS **Repository Path**: ACleverDisguise/coros ## Basic Information - **Project Name**: COROS - **Description**: COROS is a CORoutine-based real-time OS kernel written in C and suited to a wide variety of embedded software systems where the complexity and non-determinism of pre-emptive scheduling is not desired. - **Primary Language**: C - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2025-09-22 - **Last Updated**: 2026-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # COROS COROS is a CORoutine-based real-time OS kernel written in C and suited to a wide variety of embedded software systems where the complexity and non-determinism of pre-emptive scheduling is not desired. ## Installation TBD ## Documentation The [full documentation](raw/master/site/index.html) of COROS includes tutorials for various aspects, user guides with in-depth explanations of how subsystems work and are intended to be used, a detailed reference of the public-facing API, and a set of architecture guides for people who want to port it, expand on it, or just want to understand it. ## Code or documentation contribution 1. Fork the repository. 2. Create a "feature_xxx" branch. 3. Commit your code. 4. Create a pull request.