Skip to content

Commit 42f18d2

Browse files
committed
Changelog PR numbers
1 parent 63601fa commit 42f18d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

esp-hal/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- ESP32-H2: light sleep and deep sleep support with timer wakeup source (#4587)
1818

1919
### Changed
20+
21+
- UART: `fn read_ready` is now stable (#4586)
2022
- RMT: `SingleShotTxTransaction` has been renamed to `TxTransaction`. (#4302)
2123
- RMT: `ChannelCreator::configure_tx` and `ChannelCreator::configure_rx` now take the configuration by reference. (#4302)
2224
- RMT: `ChannelCreator::configure_tx` and `ChannelCreator::configure_rx` don't take a pin anymore, instead `Channel::with_pin` has been added. (#4302)
2325
- RMT: Configuration errors have been split out of `rmt::Error` into the new `rmt::ConfigError` enum. (#4494)
2426
- RMT: `Rmt::new()` now returns `Error::UnreachableTargetFrequency` instead of panicking when requesting 0 Hz. (#4509)
25-
- UART: changed the FIFO threshold in `read_exact_async` to reduce the likelyhood of `FifoOverflowed` errors. (#?)
2627

2728
- Internal clock configuration rework (#4501)
2829

@@ -33,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3334
- RMT: the `place_rmt_driver_in_ram` option now also places the async interrupt handler in RAM. (#4302)
3435
- RMT: When dropping a Tx channel, the driver now disconnects the output pin from the peripheral. (#4302)
3536
- I2C: avoid potential infinite loop while checking for command completion (#4519)
36-
- UART: correct documentation of `read` which incorrectly stated that it would never block (#?)
37+
- UART: correct documentation of `read` which incorrectly stated that it would never block (#4586)
38+
- UART: fixed an issue in `read_exact_async` which may cause `FifoOverflowed` to be returned unexpectedly. (#4586)
3739

3840
### Removed
3941

0 commit comments

Comments
 (0)