mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
Add SYSTIMER based ESP32-C3 monotonic (#972)
* add esp32c3 monotonic * fix tests
This commit is contained in:
parent
6e68a5e615
commit
805ea267a8
12 changed files with 395 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue