5 releases (breaking)

0.5.0 Sep 5, 2023
0.4.0 Aug 10, 2023
0.3.0 Jul 4, 2023
0.2.0 May 2, 2023
0.1.0 Mar 27, 2023

#1338 in Embedded development

Download history 190/week @ 2023-06-05 167/week @ 2023-06-12 201/week @ 2023-06-19 231/week @ 2023-06-26 238/week @ 2023-07-03 149/week @ 2023-07-10 144/week @ 2023-07-17 145/week @ 2023-07-24 170/week @ 2023-07-31 322/week @ 2023-08-07 249/week @ 2023-08-14 188/week @ 2023-08-21 258/week @ 2023-08-28 586/week @ 2023-09-04 412/week @ 2023-09-11 2032/week @ 2023-09-18

3,310 downloads per month
Used in esp-storage

MIT/Apache

2MB
40K SLoC

esp32c6-hal

Crates.io docs.rs Crates.io Matrix

no_std HAL for the ESP32-C6 from Espressif.

Implements a number of the traits defined in embedded-hal.

This device uses the RISC-V ISA, which is officially supported by the Rust compiler via the riscv32imac-unknown-none-elf target.

Please refer to the documentation for more information.

Documentation

Resources

Getting Started

Installing the Rust Compiler Target

The compilation target for this device is officially supported by the mainline Rust compiler and can be installed using rustup:

rustup target add riscv32imac-unknown-none-elf

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

~14–21MB
~421K SLoC