Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #103, add option to configure base tick rate #104

Merged
merged 1 commit into from
Jan 21, 2022

Commits on Dec 6, 2021

  1. Fix nasa#103, add option to configure base tick rate

    SCH_LAB was fixed at 1Hz because it bound to the 1Hz tick from CFE_TIME.
    This creates an OSAL timer instead, which posts a semaphore, and this
    can serve as a much more flexible time source, with configurable rate.
    
    This still binds to 1Hz and the SCH does not start its first message
    until the first 1Hz is received, thereby keeping some form of 1Hz sync.
    jphickey committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    0396089 View commit details
    Browse the repository at this point in the history