rust-embedded/cortex-m
RustLow level access to Cortex-M processors
rustno-stdarmcortex-mmicrocontroller
주요 지표
스타 성장
스타
1k
포크
202
주간 성장
+2
이슈
95
5001k
2023년 1월2023년 8월2024년 3월2024년 11월2025년 6월2026년 1월2026년 9월
아티팩트crates.io
README
Cortex-M crates
This repository contains various crates useful for writing Rust programs on Cortex-M microcontrollers:
cortex-m: CPU peripheral access and intrinsicscortex-m-rt: Startup code and interrupt handlingcortex-m-semihosting: Support for semihosting debuggingcortex-m-interrupt-number: Shared trait for interacting with peripheral access cratespanic-itm: Panic handler that sends messages over the ITM/SWO outputpanic-semihosting: Panic handler that sends messages over semihosting
This project is developed and maintained by the Embedded Devices Working Group's Arm team.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Code of Conduct
Contribution to this repository is organized under the terms of the Rust Code of Conduct, the maintainer of this crate, the Arm team, promises to intervene to uphold that code of conduct.
관련 저장소