From 44be3e614eafa99ed752ed0671b1ece72c592bea Mon Sep 17 00:00:00 2001 From: Zach Grimaldi Date: Sat, 21 Dec 2024 12:09:30 -0500 Subject: [PATCH] fix: clarify added interrupt in changelog --- esp-hal/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index f1924e1f51d..9ee9ceb57d5 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -50,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `gpio::{Level, Pull, AlternateFunction, RtcFunction}` now implement `Hash` (#2842) - `gpio::{GpioPin, AnyPin, Io, Output, OutputOpenDrain, Input, Flex}` now implement `Debug`, `defmt::Format` (#2842) - More interrupts are available in `esp_hal::spi::master::SpiInterrupt`, add `enable_listen`,`interrupts` and `clear_interrupts` for ESP32/ESP32-S2 (#2833) -- `uart.wait_for_break()` and `uart.wait_for_break_async().await` (#2858) +- Additional interrupt available in `esp_hal::uart::UartInterrupt` - as well as UartRx functions `wait_for_break()` and `wait_for_break_async().await` (#2858) - The `ExtU64` and `RateExtU32` traits have been added to `esp_hal::time` (#2845)