12 releases
new 0.7.5 | Nov 5, 2024 |
---|---|
0.7.0 | Aug 17, 2021 |
0.6.15 | Jul 22, 2021 |
0.1.8 | Jan 26, 2020 |
0.1.3 | Oct 23, 2018 |
#1299 in Embedded development
58,635 downloads per month
Used in 1,117 crates
(2 directly)
28KB
662 lines
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 Cortex-M 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 Cortex-M team, promises to intervene to uphold that code of conduct.
lib.rs
:
Internal implementation details of cortex-m-rt
.
Do not use this crate directly.
Dependencies
~245–690KB
~16K SLoC