esp-hal/esp-riscv-rt/README.md
Björn Quentin 99042a7d60
Don't lie about the MSRV (#3692)
* Don't lie about the MSRV

* Don't mention MSRV in xtensa-lx-* docs
2025-06-25 11:20:52 +00:00

1.7 KiB

esp-riscv-rt

Crates.io docs.rs MSRV Crates.io Matrix

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

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

Documentation

Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile when using the latest stable Rust version at the time of the crate's release. It might compile with older versions, but that may change in any new release, including patches.

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.