Add SYSTIMER based ESP32-C3 monotonic (#972)

* add esp32c3 monotonic

* fix tests
This commit is contained in:
onsdagens 2024-09-29 06:21:14 +02:00 committed by GitHub
parent 6e68a5e615
commit 805ea267a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 395 additions and 9 deletions

View file

@ -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