esp-hal/esp32c2-hal
2022-10-13 11:02:52 -07:00
..
.cargo Create the esp32c2-hal package and add it to the workspace 2022-10-11 08:03:43 -07:00
examples Re-enable RTC in remaining examples, fix linker scripts, fix CI 2022-10-12 10:01:13 -07:00
ld Re-enable RTC in remaining examples, fix linker scripts, fix CI 2022-10-12 10:01:13 -07:00
src Add the Alternate Functions in the GPIO definitions for ESP32-C2 2022-10-13 11:02:52 -07:00
build.rs Add startup code and build/linker scripts, add ADC, eFuse, GPIO, and TIMG 2022-10-11 10:11:36 -07:00
Cargo.toml All examples building, many still have issues at runtime 2022-10-12 09:28:34 -07:00
README.md Create the esp32c2-hal package and add it to the workspace 2022-10-11 08:03:43 -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 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.