esp-hal/esp-hal-common
Jesse Braham 5747ddee14
Extract the esp-hal-smartled package (#429)
* Extract the `esp-hal-smartled` package

This (finally) eliminates the `esp_hal_common::utils` module!

* Remove all references to the old `smartled` feature from CI
2023-03-10 10:36:07 +00:00
..
ld Reduce duplication, simplify re-exports, and general cleanup/organization (#424) 2023-03-08 06:35:59 -08:00
src Extract the esp-hal-smartled package (#429) 2023-03-10 10:36:07 +00:00
.gitignore
build.rs RISCV: Separate PLIC and non-PLIC (#428) 2023-03-09 10:57:49 -08:00
Cargo.toml Extract the esp-hal-smartled package (#429) 2023-03-10 10:36:07 +00:00
README.md

esp-hal-common

Crates.io docs.rs Crates.io Matrix

no_std HAL implementations for the peripherals which are common among Espressif devices. Implements a number of the traits defined by embedded-hal.

This crate should not be used directly; you should use one of the device-specific HAL crates instead:

Documentation

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.