Skip to content

Commit 685b4e5

Browse files
committed
doc: esp-hal changelog with new DMA and I2S features
1 parent 26a9ebe commit 685b4e5

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
@@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4040
- `AnyPin::downcast`/`AnyPeripheral::downcast` to allow retrieving the original GPIO/peripheral type (#3783, #3784)
4141
- Add `ESP_HAL_CONFIG_PLACE_RMT_DRIVER_IN_RAM` configuration option to pin the RMT driver in RAM (#3778)
4242
- The `rt` feature (#3706)
43+
- Added `DmaTxStreamBuf` (#3639)
4344

4445
### Changed
4546

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

6365
### Fixed
6466

0 commit comments

Comments
 (0)