#arm #cortex-m #runtime #startup

archived macro no-std cortex-m-rt-macros

Attributes re-exported in cortex-m-rt

11 releases

0.7.0 Aug 17, 2021
0.6.15 Jul 22, 2021
0.1.8 Jan 26, 2020
0.1.7 Dec 4, 2019
0.1.2 Sep 24, 2018

#25 in #startup

Download history 17608/week @ 2023-10-17 19853/week @ 2023-10-24 17474/week @ 2023-10-31 16330/week @ 2023-11-07 19482/week @ 2023-11-14 17363/week @ 2023-11-21 21318/week @ 2023-11-28 18657/week @ 2023-12-05 17919/week @ 2023-12-12 16643/week @ 2023-12-19 13467/week @ 2023-12-26 19639/week @ 2024-01-02 18771/week @ 2024-01-09 16684/week @ 2024-01-16 18933/week @ 2024-01-23 14679/week @ 2024-01-30

72,493 downloads per month
Used in 975 crates (2 directly)

MIT/Apache

23KB
550 lines

crates.io crates.io

cortex-m-rt

Startup code and minimal runtime for Cortex-M microcontrollers

This crate has moved to the cortex-m repository, and this repository is archived. Please direct issues and pull requests to the new repository.

This project is developed and maintained by the Cortex-M team.

Documentation

Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.39.0 and up. It might compile with older versions but that may change in any new patch release.

License

Licensed under either of

at your option.

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 crate 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

~1.5MB
~33K SLoC