Skip to content

Commit

Permalink
SPI peripheral signal cleanup (#2245)
Browse files Browse the repository at this point in the history
* Compact peripheral description a bit

* Enable QSPI on ESP32 SPI3

* Remove SPI4 from ESP32S2

* Changelog

* Remove inaccurate comment
  • Loading branch information
bugadani authored Sep 27, 2024
1 parent 4422ed3 commit 0981c1b
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 258 deletions.
1 change: 1 addition & 0 deletions esp-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- SPI: Fixed an issue where repeated calls to `dma_transfer` may end up looping indefinitely (#2179)
- SPI: Fixed an issue that prevented correctly reading the first byte in a transaction (#2179)
- SPI: ESP32: Send address with correct data mode even when no data is sent. (#2231)
- SPI: ESP32: Allow using QSPI mode on SPI3. (#2245)
- PARL_IO: Fixed an issue that caused garbage to be output at the start of some requests (#2211)
- TWAI on ESP32 (#2207)

Expand Down
Loading

0 comments on commit 0981c1b

Please sign in to comment.