Skip to content

Commit 2384344

Browse files
committed
doc: esp-hal changelog with new DMA and I2S features
1 parent fe05fe7 commit 2384344

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

esp-hal/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3939
- `AnyPin::downcast`/`AnyPeripheral::downcast` to allow retrieving the original GPIO/peripheral type (#3783, #3784)
4040
- Add `ESP_HAL_CONFIG_PLACE_RMT_DRIVER_IN_RAM` configuration option to pin the RMT driver in RAM (#3778)
4141
- The `rt` feature (#3706)
42+
- Added `DmaTxStreamBuf` (#3639)
4243

4344
### Changed
4445

@@ -58,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5859
- Adjusted ESP32-S2 deep-sleep to hibernate for the Ext1WakeupSource (#3785)
5960
- Libraries depending on esp-hal should now disable default features, so that only the final binary crate enables the `rt` feature (#3706)
6061
- Changed `interrupt::RESERVED_INTERRUPTS` from `&[usize]` to `&[u32]` (#3798)
62+
- Migrate the I2S driver to a move based API (#3639)
6163

6264
### Fixed
6365

0 commit comments

Comments
 (0)