esp-hal/esp32c3-hal
Jesse Braham 6f20358124
Update the Cargo manifests and top-level README (#168)
* Add the `rust-version` key to each Cargo manifest

* Normalize dependencies and features in each Cargo manifest

* Enable all features in CI when checking examples

* Update the top-level README
2022-08-25 09:20:05 -07:00
..
.cargo Fix cargo run for ESP32C3 2022-04-05 15:11:37 +02:00
examples Periodic system timer & esp32s2 fixes & edge interrupt fixes (#167) 2022-08-25 07:13:56 -07:00
ld ESP32[-C3]: Fix broken references in documentation (#153) 2022-08-16 08:32:47 -07:00
src Make RMT TX larger than one block work on ESP32-C3 and ESP32-S3 2022-08-09 16:30:19 +02:00
build.rs Fix change detection of linker script on build files 2022-08-18 05:36:23 +02:00
Cargo.toml Update the Cargo manifests and top-level README (#168) 2022-08-25 09:20:05 -07:00
README.md Various updates all READMEs 2022-01-12 13:52:01 -08:00

esp32c3-hal

Crates.io docs.rs Crates.io Matrix

no_std HAL for the ESP32-C3 from Espressif. Implements a number of the traits defined by embedded-hal.

This device uses the RISC-V ISA, which is officially supported by the Rust compiler via the riscv32imc-unknown-none-elf target. Refer to the Getting Stared section below for more information.

Documentation

Getting Started

Installing the Rust Compiler Target

The compilation target for this device is officially supported via the stable release channel and can be installed via rustup:

$ rustup target add riscv32imc-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.