From f377471e440d8be0b2f9e9c8877ed015f62dc19e Mon Sep 17 00:00:00 2001 From: Finomnis Date: Wed, 6 Dec 2023 19:36:06 +0100 Subject: Fix `nrf::rtc` errata workaround (#858) * Deprecate `should_dequeue_check` * Fix errata by delaying the wakeup point * Add changelog * Fix changelog typos --- rtic-monotonics/CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rtic-monotonics/CHANGELOG.md') diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md index d6b43e2..041cff9 100644 --- a/rtic-monotonics/CHANGELOG.md +++ b/rtic-monotonics/CHANGELOG.md @@ -9,8 +9,9 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ### Fixed -- Race condition in `nrf::timer`. -- Race condition in `nrf::rtc`. +- Fix race condition in `nrf::timer`. +- Fix race condition in `nrf::rtc`. +- Fix errata in `nrf::rtc`. - Add internal counter integrity check to all half-period based monotonics. ## v1.4.0 - 2023-12-04 -- cgit v1.2.3