rust-embedded/cortex-m
Low level access to Cortex-M processors observed · 2026-09-03
Health v2 · maintenance only
100/100
- Activity 100
- Release rhythm 100
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 17.5
- age_days: 3627
- days_rel: 0
- days_push: 0
- n_releases_24m: 3
Adoption not part of the score
1003 stars · 201 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A collection of Rust crates providing low-level access to ARM Cortex-M microcontroller peripherals, including CPU register access, startup code, interrupt handling, and semihosting debugging support. It is maintained by the Rust Embedded Working Group's Arm team and designed for no_std embedded development.
Use cases
- access Cortex-M CPU registers and peripherals from Rust
- write no_std firmware for ARM Cortex-M microcontrollers
- set up startup code and interrupt handlers for embedded Rust
- debug embedded Rust programs via semihosting
- build a panic handler that outputs over ITM/SWO
- interface with peripheral access crates on Cortex-M chips
When to choose
- you are writing Rust firmware targeting ARM Cortex-M (M0-M33) microcontrollers
- you need safe, idiomatic low-level register and peripheral access in a no_std environment
- you want community-maintained startup and interrupt handling code instead of writing it yourself
When to avoid
- you target non-Cortex-M architectures like RISC-V, AVR, or Cortex-A
- you are writing hosted (std) Rust applications rather than embedded firmware
- you need a full hardware abstraction layer for a specific chip family - use a dedicated HAL crate instead
Facets
library · maturity stable
embedded developer-tools embedded-systems developer-tools embedded rust cortex-m arm no-std microcontroller rust-embedded peripheral-access interrupt-handling semihosting
2 sources
- readme: https://github.com/rust-embedded/cortex-m · fetched 2026-09-03 · 1fea33c59b40
- registry_crates: https://crates.io/api/v1/crates/cortex-m · fetched 2026-08-29 · fb3b2578260c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rust-embedded/cortex-m | main | 100 |
For agents
markdown · JSON · MCP: product_card(name="rust-embedded/cortex-m")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem