Skip to content

Commit

Permalink
[3/3] Use enums everywhere in the DMA module
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Fischer committed Sep 19, 2024
1 parent 6c6adcb commit a4f83dc
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 267 deletions.
1 change: 1 addition & 0 deletions esp-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed an issue with DMA transfers potentially not waking up the correct async task (#2065)
- Fixed an issue with LCD_CAM i8080 where it would send double the clocks in 16bit mode (#2085)
- Fix i2c embedded-hal transaction (#2028)
- Fix some inconsistencies in DMA interrupt bits (#2169)
- Fix SPI DMA alternating `write` and `read` for ESP32 and ESP32-S2 (#2131)
- Fix I2C ending up in a state when only re-creating the peripheral makes it useable again (#2141)
- Fix `SpiBus::transfer` transferring data twice in some cases (#2159)
Expand Down
Loading

0 comments on commit a4f83dc

Please sign in to comment.