FreeRTOS Monotonic Clock #46

Merged
muellerr merged 4 commits from meier/freertos-monotonic-clock into main 2025-01-07 10:33:29 +01:00
Owner

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.

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.
meierj added 3 commits 2024-12-23 12:17:35 +01:00
meierj requested review from muellerr 2024-12-23 12:17:45 +01:00
meierj added 1 commit 2024-12-25 10:20:56 +01:00
muellerr approved these changes 2025-01-07 10:33:24 +01:00
muellerr merged commit f0087d5b0d into main 2025-01-07 10:33:29 +01:00
muellerr deleted branch meier/freertos-monotonic-clock 2025-01-07 10:33:30 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: KSat/fsfw#46
No description provided.