Crates.io | r0 |
lib.rs | r0 |
version | 1.0.0 |
source | src |
created_at | 2016-10-03 19:12:28.163924 |
updated_at | 2020-03-04 22:52:36.783525 |
description | Initialization code ('crt0') written in Rust |
homepage | |
repository | https://github.com/rust-embedded/r0 |
max_upload_size | |
id | 6704 |
size | 27,489 |
Memory initialization code written in Rust.
This crate is for bare metal systems where there is no ELF loader or OS to take care of initializing RAM for the program.
r0 is not meant to be used by user applications directly. Instead, it is most often used by embedded runtime crates, like:
The r0 crate provides similar functionality to crt0 in the C runtime.
This project is developed and maintained by the Cortex-A, Cortex-M, Cortex-R, MSP430, and RISCV teams.
Licensed under either of
at your option.
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.
Contribution to this crate is organized under the terms of the Rust Code of Conduct, the maintainers of this crate, the Cortex-A, Cortex-M, Cortex-R, MSP430, and RISCV teams, promise to intervene to uphold that code of conduct.