esp-hal/esp-hal-common
Jesse Braham f52aa1351c
Refactor the analog module (#1100)
* Create virtual peripherals for `ADC`/`DAC`

* Refactor the `analog::dac` module

* Refactor the `analog::adc` module

* Decouple the ADC driver from the `embedded-hal` traits

* Update `CHANGELOG.md`

* Seal the `AdcCalScheme` trait, reduce visibility of `AdcCalEfuse` trait

* Remove `APB_SARADC`/`SENS` peripherals from the `Peripherals` struct
2024-01-25 16:46:27 +00:00
..
devices ESP32-P4: Enable efuse (#1114) 2024-01-25 16:45:45 +00:00
ld Add initial support for the ESP32-P4 (#1101) 2024-01-22 15:28:05 +00:00
src Refactor the analog module (#1100) 2024-01-25 16:46:27 +00:00
build.rs Initial support for CLIC (#1112) 2024-01-25 15:29:37 +00:00
Cargo.toml ESP32-P4: Initial GPIO support (#1109) 2024-01-23 17:56:01 +00:00
README.md Started adding ESP32-H2 support (#482) 2023-05-08 08:03:08 -07:00

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.