Skip to content

Commit

Permalink
Uart init (#1213)
Browse files Browse the repository at this point in the history
* UART init for all chips

* Avoid UART reset for the console UART

* Fix comments

* CHANGELOG.md entry

* Introduce a `uart_peripheral_reset` function
  • Loading branch information
bjoernQ authored Feb 28, 2024
1 parent 0240e2b commit 12176db
Show file tree
Hide file tree
Showing 4 changed files with 456 additions and 32 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix circular DMA (#1189)
- Fix esp32c3 uart initialization (#1156)
- Fix ESP32-S2 I2C read (#1214)
- Reset/init UART if it's not the console UART (#1213)

### Changed

Expand Down
Loading

0 comments on commit 12176db

Please sign in to comment.