Minimal runtime/startup for Cortex-M microcontrollers, providing vector table and entry point.
# Cargo.toml
[dependencies]
cortex-m-rt = "0.7.5"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define the entry point for a Cortex-M bare-metal program.
Use `cortex-m-rt`'s `linker-script` feature or provide a custom `memory.x`.
No dependency data recorded yet.