-
Notifications
You must be signed in to change notification settings - Fork 206
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
Commits on Jul 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 63134bc - Browse repository at this point
Copy the full SHA 63134bcView commit details
Commits on Jul 20, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 2f0c3dd - Browse repository at this point
Copy the full SHA 2f0c3ddView commit details
Commits on Jul 21, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 31a2f82 - Browse repository at this point
Copy the full SHA 31a2f82View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 605eb8a - Browse repository at this point
Copy the full SHA 605eb8aView commit details -
Merge pull request #1699 from jphickey/fix-1698-retcode-check
Fix #1698, correct return code check
Configuration menu - View commit details
-
Copy full SHA for ff1193b - Browse repository at this point
Copy the full SHA ff1193bView commit details -
Merge pull request #1700 from jphickey/fix-1599-fs-api-doc
Fix #1599, documentation for FS APIs that return OSAL codes
Configuration menu - View commit details
-
Copy full SHA for 4dee1d6 - Browse repository at this point
Copy the full SHA 4dee1d6View commit details -
Merge pull request #1695 from pepepr08/fix469-es-apps
Fix #469, Adding coverage tests for cfe_es_apps.c
Configuration menu - View commit details
-
Copy full SHA for 4969f02 - Browse repository at this point
Copy the full SHA 4969f02View commit details
Commits on Jul 23, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 05e8904 - Browse repository at this point
Copy the full SHA 05e8904View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9cdf51a - Browse repository at this point
Copy the full SHA 9cdf51aView commit details
Commits on Jul 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6b75f6b - Browse repository at this point
Copy the full SHA 6b75f6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81c598a - Browse repository at this point
Copy the full SHA 81c598aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17861ce - Browse repository at this point
Copy the full SHA 17861ceView commit details
Commits on Jul 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 363722a - Browse repository at this point
Copy the full SHA 363722aView commit details -
Fix #1689, Add time arithmetic functional tests
Add tests for * CFE_TIME_Add * CFE_TIME_Subtract * CFE_TIME_Compare
Configuration menu - View commit details
-
Copy full SHA for b277a2c - Browse repository at this point
Copy the full SHA b277a2cView commit details -
Merge pull request #1673 from zanzaben/fix1650_FS_File_Util_Func_Tests
Fix #1650, Add File Utility Functional Tests.
Configuration menu - View commit details
-
Copy full SHA for ea754b6 - Browse repository at this point
Copy the full SHA ea754b6View commit details -
Merge pull request #1711 from pepepr08/fix1659-time-ut
Fix #1659, Add custom epoch support to TIME UT
Configuration menu - View commit details
-
Copy full SHA for ce97f45 - Browse repository at this point
Copy the full SHA ce97f45View commit details
Commits on Jul 28, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 1211954 - Browse repository at this point
Copy the full SHA 1211954View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dba23c - Browse repository at this point
Copy the full SHA 9dba23cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b719d - Browse repository at this point
Copy the full SHA 52b719dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5501fbb - Browse repository at this point
Copy the full SHA 5501fbbView commit details -
Merge pull request #1721 from zanzaben/fic1718_TaskID_ToIndex_missing…
…_null_check Fix #1718, Add null check to CFE_ES_TaskID_ToIndex.
Configuration menu - View commit details
-
Copy full SHA for 28f4792 - Browse repository at this point
Copy the full SHA 28f4792View commit details -
Merge pull request #1719 from jphickey/fix-1396-command-docs
Fix #1396, scrub command documentation
Configuration menu - View commit details
-
Copy full SHA for 1b0e610 - Browse repository at this point
Copy the full SHA 1b0e610View commit details -
Merge pull request #1715 from nmullane/fix1689-time-arithmetic-functi…
…onal-tests Fix #1689, Add time arithmetic functional tests
Configuration menu - View commit details
-
Copy full SHA for e298961 - Browse repository at this point
Copy the full SHA e298961View commit details
Commits on Jul 29, 2021
-
Merge pull request #1704 from jphickey/fix-1703-bgfiledump-doc
Fix #1703, update docs for CFE_FS_BackgroundFileDumpRequest
Configuration menu - View commit details
-
Copy full SHA for 0865774 - Browse repository at this point
Copy the full SHA 0865774View commit details -
Merge pull request #1706 from jphickey/fix-1705-retcode-mismatches
Fix #1705, correct return code mismatches
Configuration menu - View commit details
-
Copy full SHA for 505fcd4 - Browse repository at this point
Copy the full SHA 505fcd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45a6ed1 - Browse repository at this point
Copy the full SHA 45a6ed1View commit details