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 @@ -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
You can’t perform that action at this time.
0 commit comments