Real-Time Interrupt-driven Concurrency (RTIC) framework for building real-time systems on Cortex-M microcontrollers.
# Cargo.toml
[dependencies]
cortex-m-rtic = "1.1.4"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a minimal RTIC application with init and idle tasks.
Use a Cortex-M target (e.g., thumbv7em-none-eabihf) and ensure proper hardware setup
No dependency data recorded yet.