FreeRTOS Monotonic Clock #46
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "meier/freertos-monotonic-clock"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The previous implementation of the monotonic clock was subjected to time jumps, which caused issues when using the Countdown class. To address this, the monotonic clock is now based on the FreeRTOS tick count. Once the initial time is set, it ensures true monotonic behavior.