Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion esp-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -348,4 +348,4 @@ requires-unstable = []
mixed_attributes_style = "allow"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(host_os, values("windows"))'] }
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(host_os, values("windows"))'] }
3 changes: 1 addition & 2 deletions esp-hal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ For help getting started with this HAL, please refer to [The Rust on ESP Book] a
| SDIO host | ❌ | | | | | | | ❌ | | ❌ |
| SDIO slave | ❌ | | | [❌][5169] [^1] | ❌ | [❌][5417] [^1] | | ❌ | | |
| SHA | ⚒️ | ⚒️ | ⚒️ | ⚒️ | ⚒️ | ⚒️ | ⚒️ | ❌ | ⚒️ | ⚒️ |
| SDM | [❌][2370] [^1] | | [❌][2370] [^1] | [❌][2370] [^1] | [❌][2370] [^1] | | [❌][2370] [^1] | [❌][2370] [^1] | [❌][2370] [^1] | [❌][2370] [^1] |
| SDM | ⚒️ | | ⚒️ | ⚒️ | ⚒️ | | ⚒️ | ⚒️ | ⚒️ | ⚒️ |
| Light/deep sleep | ⚒️ | ⚒️ | ⚒️ | [❌][5165] [^1] | ⚒️ | [❌][5424] [^1] | ⚒️ | ❌ | ⚒️ | ⚒️ |
| SPI master | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ⚒️ | ✔️ | ✔️ |
| SPI slave | ⚒️ | ⚒️ | ⚒️ | ⚒️ | ⚒️ | ⚒️ | ⚒️ | ❌ | ⚒️ | ⚒️ |
Expand Down Expand Up @@ -130,7 +130,6 @@ For help getting started with this HAL, please refer to [The Rust on ESP Book] a
[884]: https://github.com/esp-rs/esp-hal/issues/884
[1905]: https://github.com/esp-rs/esp-hal/issues/1905
[1909]: https://github.com/esp-rs/esp-hal/issues/1909
[2370]: https://github.com/esp-rs/esp-hal/issues/2370
[5153]: https://github.com/esp-rs/esp-hal/issues/5153
[5154]: https://github.com/esp-rs/esp-hal/issues/5154
[5155]: https://github.com/esp-rs/esp-hal/issues/5155
Expand Down
2 changes: 2 additions & 0 deletions esp-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,8 @@ unstable_driver! {
pub mod rsa;
#[cfg(sha_driver_supported)]
pub mod sha;
#[cfg(sdm_driver_supported)]
pub mod sdm;
#[cfg(touch)]
pub mod touch;
#[cfg(soc_has_trace0)]
Expand Down
Loading
Loading