#esp32 #riscv #runtime #startup

no-std esp-riscv-rt

Minimal runtime / startup for RISC-V CPUs from Espressif

3 releases (breaking)

0.3.0 Mar 20, 2023
0.2.0 Mar 14, 2023
0.1.0 Jan 26, 2023

#298 in Embedded development

Download history 139/week @ 2023-02-13 768/week @ 2023-02-20 624/week @ 2023-02-27 525/week @ 2023-03-06 492/week @ 2023-03-13 634/week @ 2023-03-20 1043/week @ 2023-03-27 739/week @ 2023-04-03 790/week @ 2023-04-10 1082/week @ 2023-04-17 1140/week @ 2023-04-24 1464/week @ 2023-05-01 1330/week @ 2023-05-08 1369/week @ 2023-05-15 1123/week @ 2023-05-22 1152/week @ 2023-05-29

5,068 downloads per month
Used in 4 crates (via esp-hal-common)

MIT/Apache

15KB
490 lines

esp-riscv-rt

GitHub Workflow Status Crates.io docs.rs MSRV Crates.io

Minimal runtime / startup for RISC-V CPUs from Espressif.

Much of the code in this repository originated in the rust-embedded/riscv-rt repository.

Documentation

Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.60 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.

Dependencies

~1.5MB
~33K SLoC