Registry / other / cortex-m-rtic

cortex-m-rtic

JSON →
library1.1.4rscratesunverified

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"
INSTALL
IMPORT
SIG · CORTEX-M-RTIC
C
cortex-m-rtic
otherrustv1.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

app
use rtic::app;

Defines a minimal RTIC application with init and idle tasks.

use rtic::app; #[app(device = cortex_m_semihosting::device, peripherals = true)] const APP: () = { #[init] fn init(_: init::Context) {} #[idle] fn idle(_: idle::Context) -> ! { loop {} } };
Debug
Known issues
gotchaRequires a specific Cortex-M target and hardware support
fix
Use a Cortex-M target (e.g., thumbv7em-none-eabihf) and ensure proper hardware setup
affects: >=1.0.0
Upgrade
Version history
1.1.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources