diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bb283273..b8251e576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Add `WithDmaSpi3` to prelude for ESP32S3 (#623) - Add bare-bones PSRAM support for ESP32 (#506) - Add initial support for the ESP32-H2 (#513, #526, #527, #528, #530, #538, #544, #548, #551, #556, #560, #566, #549, #564, #569, #576, #577, #589, #591, #597) - Add bare-bones PSRAM support for ESP32-S3 (#517) diff --git a/esp-hal-common/src/prelude.rs b/esp-hal-common/src/prelude.rs index 1d95106de..8a156133e 100644 --- a/esp-hal-common/src/prelude.rs +++ b/esp-hal-common/src/prelude.rs @@ -70,7 +70,7 @@ pub use crate::pulse_control::{ }; #[cfg(radio)] pub use crate::radio::RadioExt as _esp_hal_RadioExt; -#[cfg(any(esp32, esp32s2))] +#[cfg(any(esp32, esp32s2, esp32s3))] pub use crate::spi::dma::WithDmaSpi3 as _esp_hal_spi_dma_WithDmaSpi3; #[cfg(any(spi0, spi1, spi2, spi3))] pub use crate::spi::{