Skip to content

Commit cde35f6

Browse files
committed
Remove WithDmaAes use
1 parent 1f90a0b commit cde35f6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

esp-hal/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
104104
- Removed the `place-spi-driver-in-ram` feature, this is now enabled via [esp-config](https://docs.rs/esp-config) (#2156)
105105
- Removed `esp_hal::spi::slave::prelude` (#2260)
106106
- Removed `esp_hal::spi::slave::WithDmaSpiN` traits (#2260)
107+
- The `WithDmaAes` trait has been removed (#2261)
107108

108109
## [0.20.1] - 2024-08-30
109110

hil-test/tests/aes_dma.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
#![no_main]
77

88
use esp_hal::{
9-
aes::{
10-
dma::{CipherMode, WithDmaAes},
11-
Aes,
12-
Mode,
13-
},
9+
aes::{dma::CipherMode, Aes, Mode},
1410
dma::{Dma, DmaPriority},
1511
dma_buffers,
1612
peripherals::Peripherals,

0 commit comments

Comments
 (0)