-
Notifications
You must be signed in to change notification settings - Fork 203
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-02-23 #1171
Commits on Feb 5, 2021
-
Fix #790, allow directories and symlinks in FILELIST.
Checks a name-based subdirectory under ${MISSION_DEFS} for files listed in the FILELIST for that target. If file is a symlink, the link should be followed so the correct content is installed, not a symlink.
Configuration menu - View commit details
-
Copy full SHA for 51a614c - Browse repository at this point
Copy the full SHA 51a614cView commit details
Commits on Feb 16, 2021
-
Fix #139, move file writes to background task
Implements a generic asynchronous "file write request" facility in the FS subsystem. Given a metadata/control block with the file details and writer state and appropriate callbacks,, this will execute the file write job as part of the ES background task. The following file requests are changed to use this facility: - ES ER Log dump - SB Pipe Info - SB Message Map - SB Route Info - TBL Registry Dump
Configuration menu - View commit details
-
Copy full SHA for 81cbc46 - Browse repository at this point
Copy the full SHA 81cbc46View commit details -
Fix #978, store task parameters in task record
Implement a "CFE_ES_TaskStartParams_t" to complement the existing "CFE_ES_AppStartParams_t" and store this in the task record. This permits some nice cleanup: - All tasks can now use the same basic start function CFE_ES_StartAppTask() - No special/different logic is needed for main tasks/child tasks - Simplified APIs as parameters can be encapsulated in a single struct. - Fixes a race condition where child tasks may not be fully instantiated at the time the task function is invoked.
Configuration menu - View commit details
-
Copy full SHA for 58abd38 - Browse repository at this point
Copy the full SHA 58abd38View commit details
Commits on Feb 17, 2021
-
Merge pull request #1148 from jphickey/fix-139-filewrite-background
Fix #139, Do file writes in background
Configuration menu - View commit details
-
Copy full SHA for 37df32d - Browse repository at this point
Copy the full SHA 37df32dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81e907f - Browse repository at this point
Copy the full SHA 81e907fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba562e3 - Browse repository at this point
Copy the full SHA ba562e3View commit details
Commits on Feb 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4ab182b - Browse repository at this point
Copy the full SHA 4ab182bView commit details
Commits on Feb 24, 2021
-
Merge pull request #1151 from jphickey/fix-978-entrypt
Fix #978, put task parameters into task record
Configuration menu - View commit details
-
Copy full SHA for 414036e - Browse repository at this point
Copy the full SHA 414036eView commit details -
Merge pull request #1158 from jphickey/fix-790-install-symlink
Fix #790, allow directories and symlinks in FILELIST.
Configuration menu - View commit details
-
Copy full SHA for 9fd5d76 - Browse repository at this point
Copy the full SHA 9fd5d76View commit details -
Merge pull request #1168 from zanzaben/fix735_document_null_terminators
Fix #735, add comment if null terminated or not.
Configuration menu - View commit details
-
Copy full SHA for ab21c87 - Browse repository at this point
Copy the full SHA ab21c87View commit details
Commits on Feb 26, 2021
-
Merge pull request #1173 from skliper/fix1172-defaultreturnvalue
Fix #1172, Update to use Ut_Stub_CheckDefaultReturnValue API
Configuration menu - View commit details
-
Copy full SHA for b19a65d - Browse repository at this point
Copy the full SHA b19a65dView commit details -
Merge pull request #1175 from skliper/fix1160-task_filename
Fix #1160, Shorten task info default filename
Configuration menu - View commit details
-
Copy full SHA for 99e9182 - Browse repository at this point
Copy the full SHA 99e9182View commit details -
Configuration menu - View commit details
-
Copy full SHA for f282c36 - Browse repository at this point
Copy the full SHA f282c36View commit details