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-07-27 #1701

Merged
merged 26 commits into from
Jul 29, 2021
Merged

cFE Integration candidate: 2021-07-27 #1701

merged 26 commits into from
Jul 29, 2021

Commits on Jul 19, 2021

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

Commits on Jul 20, 2021

  1. Fix #469, Adding coverage tests for cfe_es_apps.c

    Added tests to complete coverage on the following functions:
    * CFE_ES_RunAppTableScan
    * CFE_ES_ParseFileEntry
    * CFE_ES_LoadModule
    * CFE_ES_CleanUpApp
    * CFE_ES_CleanupObjectCallback
    pepepr08 committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    2f0c3dd View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Fix #1698, correct return code check

    The return code of CFE_ES_StartAppTask is a CFE status code,
    so it should be compared to CFE_SUCCESS, not OS_SUCCESS.
    jphickey committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    31a2f82 View commit details
    Browse the repository at this point in the history
  2. Fix #1599, documentation for FS APIs that return OSAL codes

    Some FS API calls will pass through failure/status codes directly
    from OSAL without remapping to CFE Status code values.
    
    Note this behavior in the documentation and that it will likely
    change in a future version of CFE.
    jphickey committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    605eb8a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1699 from jphickey/fix-1698-retcode-check

    Fix #1698, correct return code check
    astrogeco authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    ff1193b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1700 from jphickey/fix-1599-fs-api-doc

    Fix #1599, documentation for FS APIs that return OSAL codes
    astrogeco authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    4dee1d6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1695 from pepepr08/fix469-es-apps

    Fix #469, Adding coverage tests for cfe_es_apps.c
    astrogeco authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    4969f02 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Fix #1703, update docs for CFE_FS_BackgroundFileDumpRequest

    Update notes to better clarify that the meta object must persist
    for the duration of the dump operation, which occurs in another task,
    so it must not be on the stack.
    
    Also update documentation for background even callbacks to better
    clarify arguments and expectations of the implementation.
    jphickey committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    05e8904 View commit details
    Browse the repository at this point in the history
  2. Fix #1705, correct return code mismatches

    Make sure functions documented as CFE status check for CFE_SUCCESS,
    and functions documented as OSAL status check for OS_SUCCESS.
    jphickey committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    9cdf51a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    6b75f6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81c598a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17861ce View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    363722a View commit details
    Browse the repository at this point in the history
  2. Fix #1689, Add time arithmetic functional tests

    Add tests for
    * CFE_TIME_Add
    * CFE_TIME_Subtract
    * CFE_TIME_Compare
    nmullane committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    b277a2c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1673 from zanzaben/fix1650_FS_File_Util_Func_Tests

    Fix #1650, Add File Utility Functional Tests.
    astrogeco authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    ea754b6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1711 from pepepr08/fix1659-time-ut

    Fix #1659, Add custom epoch support to TIME UT
    astrogeco authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    ce97f45 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Fix #1396, scrub command documentation

    Update documentation for all command codes in CFE core apps, in
    particular the error conditions, to confirm it matches the
    actual implementation.
    
    For common operations that apply to all commmands (length verification)
    this is now put into the users guide as a general statement rather
    than repeating the info in every command.
    jphickey committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    1211954 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dba23c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52b719d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1720 from skliper/fix1717-caelum_req_scrub

    Fix #1702 #1709 #1713 #1717, Requirements update for Caelum
    astrogeco authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    5501fbb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1721 from zanzaben/fic1718_TaskID_ToIndex_missing…

    …_null_check
    
    Fix #1718, Add null check to CFE_ES_TaskID_ToIndex.
    astrogeco authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    28f4792 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1719 from jphickey/fix-1396-command-docs

    Fix #1396, scrub command documentation
    astrogeco authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    1b0e610 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1715 from nmullane/fix1689-time-arithmetic-functi…

    …onal-tests
    
    Fix #1689, Add time arithmetic functional tests
    astrogeco authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    e298961 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Merge pull request #1704 from jphickey/fix-1703-bgfiledump-doc

    Fix #1703, update docs for CFE_FS_BackgroundFileDumpRequest
    astrogeco authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    0865774 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1706 from jphickey/fix-1705-retcode-mismatches

    Fix #1705, correct return code mismatches
    astrogeco authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    505fcd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45a6ed1 View commit details
    Browse the repository at this point in the history