File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments