From f3b203a052380cfc70e44d6f8255d34975bfd47f Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Wed, 4 Sep 2024 11:25:33 -0700 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 7b90d1eb94a..b52a8e82d5e 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Implement `embedded-hal` output pin traits for `DummyPin` (#2019) - Added `esp_hal::init` to simplify HAL initialisation (#1970, #1999) +- Implement `embedded_hal_async::delay::DelayNs` for `TIMGx` timers (#2084) ### Changed