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 Integration candidate: 2021-09-07 #87

Merged
merged 6 commits into from
Sep 10, 2021
Merged

Commits on Sep 1, 2021

  1. Fix #85, add CmdCode to sch_lab_table

    Allows the command/function code to be specified in the messages
    generated by SCH_LAB.  This allows it to be used for testing apps
    that require a specific function code in the internal wakeup message.
    jphickey committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    2a00c3c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Update #85, add FcnCode to sample table

    Adds an explicit initializtion of Function Code to 0 in the sample table,
    to demonstrate how a user can set the code nonzero if necessary.
    jphickey committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    d01eda7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #86 from jphickey/fix-85-specify-cmdcode

    Fix #85, add CmdCode to sch_lab_table
    astrogeco authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    622d4c7 View commit details
    Browse the repository at this point in the history
  3. HOTFIX 2021-09-07, include "cfe_msg_api_typedefs.h" in table

    This header is needed as the table definition now uses CFE_MSG_FcnCode_t
    as part of its definition.
    jphickey committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    f499c06 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #88 from astrogeco/ic-2021-09-07-fix-typedef

    HotFix 2021-09-07, Fix missing typedef
    astrogeco authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    088d78a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    d82c8c3 View commit details
    Browse the repository at this point in the history