-
Notifications
You must be signed in to change notification settings - Fork 204
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-06-15 #1619
Commits on May 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 285cd12 - Browse repository at this point
Copy the full SHA 285cd12View commit details
Commits on May 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d398261 - Browse repository at this point
Copy the full SHA d398261View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06a218c - Browse repository at this point
Copy the full SHA 06a218cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5ad115 - Browse repository at this point
Copy the full SHA e5ad115View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7026a6 - Browse repository at this point
Copy the full SHA d7026a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99b1336 - Browse repository at this point
Copy the full SHA 99b1336View commit details -
Configuration menu - View commit details
-
Copy full SHA for e510a74 - Browse repository at this point
Copy the full SHA e510a74View commit details
Commits on Jun 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8db52ec - Browse repository at this point
Copy the full SHA 8db52ecView commit details -
Fix #1544, add time get reference error bit
Use one of the unused time state bits to indicate if an error has occurred where CFE_TIME_GetReference was not able to get a consistent copy of the reference state data. In a functional system this should never occur - there should be at most one retry, which only happens in the event there was a burst of updates (more than 4) concurrently with reading the structure. The previous implementation did not report or handle the condition at all, this at least sets a TLM status bit and returns a reference struct filled with all zeros.
Configuration menu - View commit details
-
Copy full SHA for 69b0940 - Browse repository at this point
Copy the full SHA 69b0940View commit details -
Fix #1595, provide CFE assert lock/unlock
Provide the UT_BSP_Lock/Unlock function to be compatible with nasa/osal#1065. The library no longer needs to be locked the entire time a test runs. This also allows test programs to be multi threaded.
Configuration menu - View commit details
-
Copy full SHA for 445e922 - Browse repository at this point
Copy the full SHA 445e922View commit details
Commits on Jun 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b995377 - Browse repository at this point
Copy the full SHA b995377View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01ff842 - Browse repository at this point
Copy the full SHA 01ff842View commit details
Commits on Jun 3, 2021
-
Fix #1442, Simplify CFE_FS_SetTimestamp and fix syslog typo
- Now returning `CFE_FS_SetTimestamp` success as `CFE_SUCCESS` - `CFE_FS_SetTimestamp` now returns `CFE_STATUS_EXTERNAL_RESOURCE_FAIL` if the write doesn't return the correct bytes written - Update coverage test checks - Updated the functional test to check for `CFE_SUCCESS` vs `OS_SUCCESS` - Updated check of status in `cfe_tbl_task_cmds.c` to `CFE_SUCCESS
Configuration menu - View commit details
-
Copy full SHA for 83df6a0 - Browse repository at this point
Copy the full SHA 83df6a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4064777 - Browse repository at this point
Copy the full SHA 4064777View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11776a3 - Browse repository at this point
Copy the full SHA 11776a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8d2b88 - Browse repository at this point
Copy the full SHA d8d2b88View commit details
Commits on Jun 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f9e4117 - Browse repository at this point
Copy the full SHA f9e4117View commit details
Commits on Jun 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 542e451 - Browse repository at this point
Copy the full SHA 542e451View commit details
Commits on Jun 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5394484 - Browse repository at this point
Copy the full SHA 5394484View commit details -
Fix #1378, simplify doxygen configs
Put the "detaildesign" and "users_guide" into separate working directories, and do a general cleanup/simplification of the generated doxyfiles. Detail design just includes all components, and use "exclude" where special treatment was needed, and to avoid UT code. Paths for each "arch" (target-specific) are written to separate files and included directly in the generated doxyfile, reducing the number of generated files/layers.
Configuration menu - View commit details
-
Copy full SHA for d89c7ce - Browse repository at this point
Copy the full SHA d89c7ceView commit details -
Fix #1589, Separate warning file for doc builds
Use a unique file name for the doxygen warnings, instead of "warnings.log", so the mutiple documentation targets will not overwrite the other log file. Use a prefixed name so that if the log file is uploaded to the build artifacts, it will be identifiable. Detail Design warnings in: detaildesign-warnings.log Users Guide warnings in: cfe-usersguide-warnings.log
Configuration menu - View commit details
-
Copy full SHA for c67f217 - Browse repository at this point
Copy the full SHA c67f217View commit details -
Fix #1490, allow multiple sources in add_cfe_coverage_test
Add ${ARGN} such that the user can specify multiple source files Add a check for targets in the add_cfe_coverage_dependency, so this can be used to add arbitrary other non-stub libraries too.
Configuration menu - View commit details
-
Copy full SHA for 579af47 - Browse repository at this point
Copy the full SHA 579af47View commit details -
Update #1490, Revert overloading of add_cfe_coverage_dependency
In CCB review 2021-06-09 it was agreed this might have unintended consequences/ordering dependencies so best to leave it alone.
Configuration menu - View commit details
-
Copy full SHA for 6dbd0ee - Browse repository at this point
Copy the full SHA 6dbd0eeView commit details -
Fix #1614, standardize on "docs" subdirectory
Use "docs" instead of "doc" in both source and binary/build directory names for documentation and related files.
Configuration menu - View commit details
-
Copy full SHA for 888d292 - Browse repository at this point
Copy the full SHA 888d292View commit details
Commits on Jun 10, 2021
-
Merge pull request #1590 from pepepr08/fix1483-ci-lcov
Fix #1483, Add CI workflow to run cFE coverage tests
Configuration menu - View commit details
-
Copy full SHA for 569a646 - Browse repository at this point
Copy the full SHA 569a646View commit details -
Merge pull request #1598 from skliper/fix1299-fs_rtn_codes
Fix #1299, Updated FS Read/WriteHeader API return documentation
Configuration menu - View commit details
-
Copy full SHA for eda650f - Browse repository at this point
Copy the full SHA eda650fView commit details -
Merge pull request #1601 from skliper/fis567-runloop_inc_count
Fix #567, Document CFE_ES_RunLoop increment task counter behavior
Configuration menu - View commit details
-
Copy full SHA for 6ffe2c0 - Browse repository at this point
Copy the full SHA 6ffe2c0View commit details -
Merge pull request #1615 from jphickey/fix-1614-docs-subdir
Fix #1614, standardize on "docs" subdirectory
Configuration menu - View commit details
-
Copy full SHA for ad9ccce - Browse repository at this point
Copy the full SHA ad9ccceView commit details -
Merge pull request #1603 from skliper/fix1177-mission_rev_doc
Fix #1177, Update version description per current design
Configuration menu - View commit details
-
Copy full SHA for 948a192 - Browse repository at this point
Copy the full SHA 948a192View commit details -
Merge pull request #1602 from skliper/fix741-tbl_unregsiter_comments
Fix #741, Document CFE_TBL_Unregister use-case
Configuration menu - View commit details
-
Copy full SHA for 474c0ff - Browse repository at this point
Copy the full SHA 474c0ffView commit details -
Merge pull request #1596 from jphickey/fix-1595-assert-lock
Fix #1595, provide CFE assert lock/unlock
Configuration menu - View commit details
-
Copy full SHA for a2e1f3c - Browse repository at this point
Copy the full SHA a2e1f3cView commit details -
Merge pull request #1566 from skliper/fix1442-simplify_settimestamp
Fix #1442, Simplify CFE_FS_SetTimestamp and fix syslog typo
Configuration menu - View commit details
-
Copy full SHA for cbce033 - Browse repository at this point
Copy the full SHA cbce033View commit details -
Merge pull request #1592 from skliper/fix1308-require_cpuid_def
Fix #1308, Removed redundant check/set of CFE_CPU_ID_VALUE
Configuration menu - View commit details
-
Copy full SHA for 07db368 - Browse repository at this point
Copy the full SHA 07db368View commit details -
Merge pull request #1593 from jphickey/fix-1544-time-referr-bit
Fix #1544, add time get reference error bit
Configuration menu - View commit details
-
Copy full SHA for 65573bf - Browse repository at this point
Copy the full SHA 65573bfView commit details
Commits on Jun 15, 2021
-
Merge pull request #1600 from pepepr08/fix1199-add-doc-action
Fix #1199, Add workflow to build cFE documentation
Configuration menu - View commit details
-
Copy full SHA for 9f7dc36 - Browse repository at this point
Copy the full SHA 9f7dc36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7522ce6 - Browse repository at this point
Copy the full SHA 7522ce6View commit details -
Merge pull request #1610 from skliper/fix1306-es_rid_comments
Fix #1306, ES/ResourceID documentation cleanup
Configuration menu - View commit details
-
Copy full SHA for 1ecd8b4 - Browse repository at this point
Copy the full SHA 1ecd8b4View commit details -
Merge pull request #1613 from jphickey/fix-1490-covtest-multi-source
Fix #1490, allow multiple sources in add_cfe_coverage_test
Configuration menu - View commit details
-
Copy full SHA for 29be4a2 - Browse repository at this point
Copy the full SHA 29be4a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04fbc9a - Browse repository at this point
Copy the full SHA 04fbc9aView commit details -
Merge pull request #1586 from zanzaben/fix814_ES_Misc_Functional_Test
Fix #814, add ES Misc Functional test
Configuration menu - View commit details
-
Copy full SHA for 75a45fc - Browse repository at this point
Copy the full SHA 75a45fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc5018b - Browse repository at this point
Copy the full SHA dc5018bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ce3396 - Browse repository at this point
Copy the full SHA 3ce3396View commit details -
Merge pull request #1607 from zanzaben/fix811_Memory_Manager_Function…
…al_Tests Fix #811, add Mempool functional tests
Configuration menu - View commit details
-
Copy full SHA for ff34a53 - Browse repository at this point
Copy the full SHA ff34a53View commit details -
Configuration menu - View commit details
-
Copy full SHA for faff2dc - Browse repository at this point
Copy the full SHA faff2dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cd0eba - Browse repository at this point
Copy the full SHA 0cd0ebaView commit details -
Merge pull request #1605 from skliper/fix1604-version_h_cleanup
Fix #1604, Clean/simplify version header and reporting
Configuration menu - View commit details
-
Copy full SHA for 5d2288a - Browse repository at this point
Copy the full SHA 5d2288aView commit details -
Configuration menu - View commit details
-
Copy full SHA for abe68b5 - Browse repository at this point
Copy the full SHA abe68b5View commit details -
Merge pull request #1612 from jphickey/fix-1378-1589-doxygen-cleanup
Fix #1378, 1589, doxygen cleanup
Configuration menu - View commit details
-
Copy full SHA for e54e908 - Browse repository at this point
Copy the full SHA e54e908View commit details -
Merge pull request #1611 from skliper/fix1325-syslog_func
Fix #1325, Prepend system log messages with function name
Configuration menu - View commit details
-
Copy full SHA for 8752126 - Browse repository at this point
Copy the full SHA 8752126View commit details
Commits on Jun 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e9fd1a7 - Browse repository at this point
Copy the full SHA e9fd1a7View commit details