Skip to content

Commit 1ce8234

Browse files
committed
Erase UART instances
1 parent d82d2fd commit 1ce8234

File tree

9 files changed

+241
-91
lines changed

9 files changed

+241
-91
lines changed

esp-hal/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Added `AnySpi` and `AnySpiDmaChannel`. (#2334)
1717
- Added `AnyI2s` and `AnyI2sDmaChannel`. (#2367)
1818
- Added `AnyTwai`. (#2359)
19+
- Added `AnyUart`. (#2381)
1920
- `Pins::steal()` to unsafely obtain GPIO. (#2335)
2021
- `I2c::with_timeout` (#2361)
2122
- `Spi::half_duplex_read` and `Spi::half_duplex_write` (#2373)
@@ -28,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2829
- Peripheral type erasure for TWAI (#2359)
2930
- The SPI driver has been rewritten to allow using half-duplex and full-duplex functionality on the same bus. See the migration guide for details. (#2373)
3031
- Renamed `SpiDma` functions: `dma_transfer` to `transfer`, `dma_write` to `write`, `dma_read` to `read`. (#2373)
32+
- Peripheral type erasure for UART (#2381)
3133

3234
### Fixed
3335

esp-hal/MIGRATING-0.21.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ peripherals:
3232
- I2S
3333
- I2C
3434
- TWAI
35+
- UART
3536

3637
```diff
3738
-Spi<'static, SPI2, FullDuplexMode>

0 commit comments

Comments
 (0)