esp-hal/esp32c6-lp-hal
Jesse Braham 2badf86705
Bump the MSRV to 1.67, check the defmt feature in MSRV check (#798)
* Bump MSRV to 1.67, check with `defmt` feature enabled in MSRV checks where applicable

* Add `esp32c6-lp-hal-procmacros` package to VS Code workspace

* Update `CHANGELOG.md`
2023-09-19 05:19:55 -07: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
src Macro to load LP core code (#779) 2023-09-14 12:16:12 +02:00
build.rs
Cargo.toml Bump the MSRV to 1.67, check the defmt feature in MSRV check (#798) 2023-09-19 05:19:55 -07: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.