drone-riscv

Crates.iodrone-riscv
lib.rsdrone-riscv
version0.14.0
sourcesrc
created_at2021-04-09 12:46:25.096231
updated_at2021-04-09 12:46:25.096231
descriptionRISC-V platform crate for Drone, an Embedded Operating System.
homepagehttps://www.drone-os.com/
repositoryhttps://github.com/drone-os/drone-riscv
max_upload_size
id381257
size28,933
Valentine Valyaeff (valff)

documentation

https://api.drone-os.com/drone-riscv/0.14/drone_riscv/

README

crates.io maintenance

drone-riscv

RISC-V platform crate for Drone, an Embedded Operating System.

Supported Cores

Architecture Core name Rust target riscv_core config flag
RV32IMAC Bumblebee Core riscv32imac-unknown-none-elf bumblebee

Rust target triple and riscv_core config flag should be set at the application level according to this table.

Documentation

Usage

Add the crate to your Cargo.toml dependencies:

[dependencies]
drone-riscv = { version = "0.14.0", features = [...] }

Add or extend std feature as follows:

[features]
std = ["drone-riscv/std"]

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.

Commit count: 9

cargo fmt