esp-hal/esp32c6-lp-hal
2023-12-05 09:07:44 +00:00
..
.cargo ESP32-C6 LP CORE delay and basic gpio (#715) 2023-08-12 14:04:25 +00:00
examples Macro to load LP core code (#779) 2023-09-14 12:16:12 +02:00
ld Create the esp32c6-lp-hal package (#714) 2023-08-10 09:48:46 -07:00
src Update to latest PACs and resolve the (numerous) resulting errors (#984) 2023-11-30 19:01:22 +00:00
build.rs Clean up and simplify build scripts 2023-10-05 09:00:00 -07:00
Cargo.toml Use published PACs for all HALs (#996) 2023-12-05 09:07:44 +00:00
CHANGELOG.md Create separate CHANGELOG.md files for esp-riscv-rt and esp32c6-lp-hal 2023-09-05 06:57:05 -07:00
README.md Update each HAL package's README 2023-08-23 07:42:56 -07:00

esp32c6-lp-hal

Crates.io docs.rs Crates.io Matrix

no_std HAL for the ESP32-C6 from Espressif's low-power coprocessor.

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.