5 releases
0.2.2 | Oct 20, 2024 |
---|---|
0.2.1 | Jan 14, 2024 |
0.2.0 | Jul 1, 2022 |
0.1.6 | Jul 2, 2019 |
0.1.5 | Mar 11, 2019 |
#1846 in Embedded development
30,365 downloads per month
Used in 62 crates
(6 directly)
28KB
534 lines
RISC-V crates
This repository contains various crates useful for writing Rust programs on RISC-V microcontrollers:
riscv
: CPU registers access and intrinsicsriscv-pac
: Common traits to be implemented by RISC-V PACsriscv-peripheral
: Interfaces for standard RISC-V peripheralsriscv-rt
: Startup code and interrupt handlingriscv-semihosting
: Semihosting for RISC-V processors
This project is developed and maintained by the RISC-V 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 crate is organized under the terms of the Rust Code of Conduct, the maintainer of this crate, the RISC-V team, promises to intervene to uphold that code of conduct.
Dependencies
~240–690KB
~16K SLoC