From 96f06a83f48779a0013f4c0a86ae090788ede32c Mon Sep 17 00:00:00 2001 From: MikeGstefan <53955528+MikeGstefan@users.noreply.github.com> Date: Sat, 4 Jan 2025 16:55:10 -0500 Subject: [PATCH] Update CHANGELOG.md --- esp-hal/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index ab9f122d98..207b9bde5a 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -91,6 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - I2C: Replaced potential panics with errors. (#2831) - UART: Make `AtCmdConfig` and `ConfigError` non-exhaustive (#2851) - UART: Make `AtCmdConfig` use builder-lite pattern (#2851) +- UART: Make `is_tx_idle` and `tx_fifo_count` public (#2887) ### Fixed