esp-hal/esp-hal-common
Sergio Gasquez Arcos 14ac8c3c80
Initial support for RMT in ESP32-H2 (#556)
* feat:  Enable RMT peripheral

* feat:  Rename RMT GPIOs

* feat:  Add clock source, ram size and ram start

* feat:  Rename GPIOs

* feat:  Add pulse_control example

* fix: 🐛 Fix example clock

* feat:  Initial support for H2

* fix: 📝 Fix typo

* ci:  Enable check on H2

* build: 📌 Update esp-pac revision, use fork

* docs: 📝 Update example documentation

* docs: 📝 Add todo

* docs: 📝 Update changelog

* feat:  Add ram example

* build: 📌 Update H2 PAC

* docs: 📝 Remove todo
2023-05-23 10:14:17 -07:00
..
devices Initial support for RMT in ESP32-H2 (#556) 2023-05-23 10:14:17 -07:00
ld Minor linker script additions 2023-04-06 13:28:07 +02:00
src Initial support for RMT in ESP32-H2 (#556) 2023-05-23 10:14:17 -07:00
.gitignore
build.rs Started adding ESP32-H2 support (#482) 2023-05-08 08:03:08 -07:00
Cargo.toml Initial support for RMT in ESP32-H2 (#556) 2023-05-23 10:14:17 -07: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.