rivet-rtos 0.2.0

Rivet RTOS: zero-allocation async RTOS kernel โ€” arch/board-independent, see docs/porting.md
Documentation
1
2
3
4
5
6
7
//! Compile-time kernel configuration (plan.md ยง4.1).
//!
//! Generated by `build.rs` from the `RIVET_*` environment variables; see
//! `rivet/build.rs` for the full list and defaults. The whole kernel sizes
//! itself from these constants โ€” every array is `[T; MAX_*]`.

include!(concat!(env!("OUT_DIR"), "/config.rs"));