esp-hal/esp-hal-common
Björn Quentin f1e1ec574f
Remove unnecessary pin required by USB peripheral (#990)
* Remove unnecessary pin required by USB peripheral

* CHANGELOG.md
2023-12-01 13:24:38 +00:00
..
devices
ld Align stack variable names (#970) 2023-11-22 15:16:16 +00:00
src Remove unnecessary pin required by USB peripheral (#990) 2023-12-01 13:24:38 +00:00
build.rs
Cargo.toml Update to latest PACs and resolve the (numerous) resulting errors (#984) 2023-11-30 19:01:22 +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.