esp-hal/esp32c2-hal
Jesse Braham d316e24df6
Unify the ESP32's and ESP32-C2's xtal frequency features (#831)
* Unify the xtal frequency features for ESP32 and ESP32-C2

* Group and re-organize features for `esp-hal-common`

* Update `esp-hal-smartled` and fix its CI check

* Update `CHANGELOG.md`

* Update feature names in documentation
2023-09-29 07:40:01 -07:00
..
.cargo Remove references to imac target to avoid confusion. 2023-01-30 12:03:08 -08:00
examples No longer publicly expose the PeripheralClockControl struct (#817) 2023-09-26 09:07:57 -07:00
ld Remove heap related symbols, use all remaining memory for the stack (#716) 2023-08-14 13:38:36 +02:00
src Unify the ESP32's and ESP32-C2's xtal frequency features (#831) 2023-09-29 07:40:01 -07:00
build.rs Unify the ESP32's and ESP32-C2's xtal frequency features (#831) 2023-09-29 07:40:01 -07:00
Cargo.toml Unify the ESP32's and ESP32-C2's xtal frequency features (#831) 2023-09-29 07:40:01 -07:00
README.md Update each HAL package's README 2023-08-23 07:42:56 -07:00

esp32c2-hal

Crates.io docs.rs Crates.io Matrix

no_std HAL for the ESP32-C2 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 riscv32imc-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 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.