Skip to content

Commit ef47d58

Browse files
committed
Changelog PR numbers
1 parent 855bdf1 commit ef47d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp-hal/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- RMT: `ChannelCreator::configure_tx` and `ChannelCreator::configure_rx` don't take a pin anymore, instead `Channel::with_pin` has been added. (#4302)
2626
- RMT: Configuration errors have been split out of `rmt::Error` into the new `rmt::ConfigError` enum. (#4494)
2727
- RMT: `Rmt::new()` now returns `Error::UnreachableTargetFrequency` instead of panicking when requesting 0 Hz. (#4509)
28-
- UART: changed the FIFO threshold in `read_exact_async` to reduce the likelyhood of `FifoOverflowed` errors. (#?)
2928

3029
- Internal clock configuration rework (#4501)
3130

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

4141
### Removed
4242

0 commit comments

Comments
 (0)