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

sch_lab IC:Caelum+dev2 #105

Merged
merged 4 commits into from
Jan 21, 2022
Merged

sch_lab IC:Caelum+dev2 #105

merged 4 commits into from
Jan 21, 2022

Commits on Dec 6, 2021

  1. Fix #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

Commits on Jan 19, 2022

  1. Merge pull request #104 from jphickey/fix-103-faster-wakeup

    Fix #103, add option to configure base tick rate
    astrogeco committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    64612ec View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Fix CodeQL workflow

    astrogeco committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    e05fcb6 View commit details
    Browse the repository at this point in the history
  2. Bump to v2.5.0-rc4+dev13

    astrogeco committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    c685263 View commit details
    Browse the repository at this point in the history