Skip to content

Commit aa53626

Browse files
committed
Changelog PR numbers
1 parent 8209ec7 commit aa53626

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

esp-hal/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
### Changed
1919

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

2828
- Internal clock configuration rework (#4501)
2929

@@ -34,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434
- RMT: the `place_rmt_driver_in_ram` option now also places the async interrupt handler in RAM. (#4302)
3535
- RMT: When dropping a Tx channel, the driver now disconnects the output pin from the peripheral. (#4302)
3636
- I2C: avoid potential infinite loop while checking for command completion (#4519)
37-
- 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)
3838

3939
### Removed
4040

0 commit comments

Comments
 (0)