Logging facilities for Cortex-M processors in embedded Rust.
# Cargo.toml
[dependencies]
cortex-m-log = "0.8.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a logger using ITM output.
Ensure your microcontroller supports ITM or use a different printer (e.g., semihosting).
No dependency data recorded yet.