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

cFE Integration candidate: 2021-04-20 #1406

Merged
merged 10 commits into from
Apr 22, 2021
Merged

cFE Integration candidate: 2021-04-20 #1406

merged 10 commits into from
Apr 22, 2021

Commits on Apr 9, 2021

  1. Fix #1287, split interface and implementation modules

    Separate the list of CFE core interface modules (e.g. core_api) from
    the list of CFE core implementation modules (e.g. msg).  This allows
    the content of core_api to be expanded to include any additional
    modules the user has added to cFE core locally.
    jphickey committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    1a72fad View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Fix #1281, functional test as app instead of library

    Merge the "testrunner" app and put the runner logic into cfe_assert lib.
    Converts the "testcase" library into an app that simply calls the logic
    in cfe_assert to do the test.
    
    This means that the test can be run on demand by issuing the ES
    start app command, rather than putting it into the startup script.
    jphickey committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    422dcac View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Fix #1281, adjust event types and documentation

    Adjust the event types so that Start/End are "info" events, not debug
    events (in the default platform config, debug events are not shown).
    
    Also update documentation to correct the startup script entries.
    jphickey committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    ec2d2f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Fix #1337, add docs to CFE_ES_RegisterCDS() regarding clearing

    Note in the documentation for this function that it is the responsibility
    of the calling app to clear/fill the CDS block any time a new block is
    allocated.
    jphickey committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    bb2372f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Fix #1281, correct string matches in test

    Use a constant at the top of the file, and change the
    names to match current environment.
    jphickey committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    23c835b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Merge pull request #1290 from jphickey/fix-1287-core_api

    Fix #1287, split interface and implementation modules
    astrogeco committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    9178dfe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1376 from jphickey/fix-1337-cds-clear-doc

    Fix #1337, add docs to CFE_ES_RegisterCDS() regarding clearing
    astrogeco committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    3f9f7f5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1292 from jphickey/fix-1281-test-app

    Fix #1281, remove testrunner and convert testcase to app
    astrogeco committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    066ffff View commit details
    Browse the repository at this point in the history
  4. HOTFIX IC 2021-04-20: always build cfe_assert

    Building "cfe_assert" does not need to be conditional on
    ENABLE_UNIT_TESTS, it should be built all the time.
    jphickey committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    b8ec628 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c96267c View commit details
    Browse the repository at this point in the history