You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the documentation for the modular rewrite of the RTIC (Real-Time Interrupt-driven Concurrency) framework for Rust.
This project separates the generic RTIC proc-macro logic into a core crate (rtic-core) and lets target-specific functionality live in pluggable distributions. New language features can be added as external compilation passes without modifying the core.
Documentation for application developers
If you want to write an RTIC application using an existing distribution, start here: