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

Integration Candidate: 2020-09-09 #876

Merged
merged 15 commits into from
Sep 15, 2020
Merged

Integration Candidate: 2020-09-09 #876

merged 15 commits into from
Sep 15, 2020

Commits on Sep 4, 2020

  1. Configuration menu
    Copy the full SHA
    442aa36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be1a23a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Fix #858, update CFE to use OSAL ID type

    Use the OSAL-supplied typedef `osal_id_t` to store OSAL IDs,
    along with OSAL-supplied conversion/cast routines when interfacing
    this value with other modules.
    jphickey committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    a492be7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    7fe88b5 View commit details
    Browse the repository at this point in the history
  2. Fix #870, Counter accessor methods

    Apply the appid/taskid pattern to Generic Counter resources.
    No real logic change - just putting the repeated logic into
    inline functions.
    jphickey committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    5ebd865 View commit details
    Browse the repository at this point in the history
  3. Fix #846, Deconflict ES return error codes

    CFE_ES_LIB_ALREADY_LOADED and CFE_ES_ERR_SYS_LOG_TRUNCATED
    skliper committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    7adc055 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Merge pull request #872 from skliper/fix846-es-error-code-duplicate

    Fix #846, Deconflict CFE_ES_LIB_ALREADY_LOADED and CFE_ES_ERR_SYS_LOG_TRUNCATED
    yammajamma authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    d4a4211 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #864 from skliper/fix863-debugmsg-events

    Fix #863, Add debug message from SendEvents
    yammajamma authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    5c296a8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #871 from jphickey/fix-870-gencounter-tbl-mgmt

    Fix #870, generic counter table management
    yammajamma authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    359305c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #868 from jphickey/fix-858-osal-id-type

    Fix #858, use osal id typedef
    yammajamma authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    bc48dc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a4056f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #865 from CDKnightNASA/fix-862-unsub_of_unsubd

    fix #862 - unsub of a message ID that is already unsubbed
    yammajamma authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    fd85c70 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #875 from skliper/fix873-unsub-unsub

    Fix #873, Add test for SB subscribe/unusubscribe/unsubscribe
    yammajamma authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    9712464 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Merge pull request #869 from CDKnightNASA/fix-769-struct_name

    Fix #769, Adds name to struct/union/enum typedefs
    astrogeco authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    09219e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

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