From 805ea267a8515b7ee70125f444763f4aaa95c454 Mon Sep 17 00:00:00 2001 From: onsdagens <112828711+onsdagens@users.noreply.github.com> Date: Sun, 29 Sep 2024 06:21:14 +0200 Subject: Add SYSTIMER based ESP32-C3 monotonic (#972) * add esp32c3 monotonic * fix tests --- rtic-monotonics/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rtic-monotonics/CHANGELOG.md') diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md index b13a3a9..fa185d6 100644 --- a/rtic-monotonics/CHANGELOG.md +++ b/rtic-monotonics/CHANGELOG.md @@ -13,6 +13,9 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ## v2.0.2 - 2024-07-05 +### Added +- `SYSTIMER` based monotonic for the ESP32-C3 + ### Fixed - Fix `stm32` monotonic for timer peripherals with only two clock compare modules -- cgit v1.2.3