-
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: 2020-11-24 #1027
Commits on Nov 4, 2020
-
Fix #777, Use MSG APIs - Unit tests
Updates the unit tests, unit test support, and stubs to replace deprecated SB APIs with MSG APIs.
Configuration menu - View commit details
-
Copy full SHA for 8514efa - Browse repository at this point
Copy the full SHA 8514efaView commit details -
Update documentation to replace deprecated SB APIs with MSG APIs
Configuration menu - View commit details
-
Copy full SHA for 1da6b3c - Browse repository at this point
Copy the full SHA 1da6b3cView commit details -
Fix #777, Use MSG APIs - Core software
Update the core software from the deprecated SB APIs to the MSG APIs.
Configuration menu - View commit details
-
Copy full SHA for 34e5510 - Browse repository at this point
Copy the full SHA 34e5510View commit details
Commits on Nov 16, 2020
-
Fix #1016, bogus warning in strncpy
Add an extra write of a null char which squelches a warning.
Configuration menu - View commit details
-
Copy full SHA for 5eba09e - Browse repository at this point
Copy the full SHA 5eba09eView commit details
Commits on Nov 17, 2020
-
Do not enforce CFE_PLATFORM_ES_DEFAULT_STACK_SIZE as a minimum, it should be a default.
Configuration menu - View commit details
-
Copy full SHA for 8de17d7 - Browse repository at this point
Copy the full SHA 8de17d7View commit details -
Fix #965, remove OSAL ID from App/LibInfo struct
The "osal_id_t" type isn't defined in any of the CFE message/interface header files for use within telemetry. This ID is an ephemeral runtime value and is not relevant to a ground system or anything outside CFE, so it makes most sense to simply remove this ID from the telemtry structure. Note that all commands are name-based, not ID-based, hence why this ID is not really useful.
Configuration menu - View commit details
-
Copy full SHA for 720525e - Browse repository at this point
Copy the full SHA 720525eView commit details -
Fix #1023, correct stub appid parameter
The type of this should be CFE_ES_ResourceID_t, not uint32
Configuration menu - View commit details
-
Copy full SHA for a129e8c - Browse repository at this point
Copy the full SHA a129e8cView commit details
Commits on Nov 18, 2020
-
Fix #663, replace fixed sizes with sizeof()
Rather than directly referencing a constant, prefer to use the sizeof() operator on the instance or type whenever possible.
Configuration menu - View commit details
-
Copy full SHA for 4f39bee - Browse repository at this point
Copy the full SHA 4f39beeView commit details -
Fix #663, unit test support functions
Update use of uint32 to size_t in UT support code
Configuration menu - View commit details
-
Copy full SHA for b5e9cd3 - Browse repository at this point
Copy the full SHA b5e9cd3View commit details -
Fix #663, Scrub datatypes across ES
Fix all use of uint32 for sizes, replace with size_t Scrub all other types to make sure use is consistent, using proper typedef whenever available.
Configuration menu - View commit details
-
Copy full SHA for bb6124f - Browse repository at this point
Copy the full SHA bb6124fView commit details -
Fix #663, Scrub datatypes across SB
Fix all use of uint32 for sizes, replace with size_t Scrub all other types to make sure use is consistent, using proper typedef whenever available.
Configuration menu - View commit details
-
Copy full SHA for 97d9fd5 - Browse repository at this point
Copy the full SHA 97d9fd5View commit details -
Fix #663, Scrub datatypes across TBL
Fix all use of uint32 for sizes, replace with size_t Scrub all other types to make sure use is consistent, using proper typedef whenever available.
Configuration menu - View commit details
-
Copy full SHA for c83fd48 - Browse repository at this point
Copy the full SHA c83fd48View commit details -
Fix #663, Scrub datatypes across EVS
Fix all use of uint32 for sizes, replace with size_t Scrub all other types to make sure use is consistent, using proper typedef whenever available.
Configuration menu - View commit details
-
Copy full SHA for 2c1c905 - Browse repository at this point
Copy the full SHA 2c1c905View commit details -
Fix #663, Scrub datatypes across TIME
Fix all use of uint32 for sizes, replace with size_t Scrub all other types to make sure use is consistent, using proper typedef whenever available.
Configuration menu - View commit details
-
Copy full SHA for 2cea88d - Browse repository at this point
Copy the full SHA 2cea88dView commit details
Commits on Nov 21, 2020
-
Merge pull request #1003 from jphickey/fix-663-datatypes
Fix #663, more consistent use of data types
Configuration menu - View commit details
-
Copy full SHA for 5ae7613 - Browse repository at this point
Copy the full SHA 5ae7613View commit details
Commits on Nov 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7b9db48 - Browse repository at this point
Copy the full SHA 7b9db48View commit details
Commits on Nov 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e198d3c - Browse repository at this point
Copy the full SHA e198d3cView commit details
Commits on Dec 1, 2020
-
Fix #1006, Refactor UT_SetForceFail to UT_SetDefaultReturnValue (#1007)
Co-authored-by: Gerardo E. Cruz-Ortiz <59618057+astrogeco@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fe3427f - Browse repository at this point
Copy the full SHA fe3427fView commit details -
Merge pull request #1018 from jphickey/fix-1016-fix-warning
Fix #1016, bogus warning in strncpy
Configuration menu - View commit details
-
Copy full SHA for 113abb9 - Browse repository at this point
Copy the full SHA 113abb9View commit details -
Merge pull request #1024 from jphickey/fix-1023-stub-appid
Fix #1023, correct stub appid parameter
Configuration menu - View commit details
-
Copy full SHA for 0edf8c2 - Browse repository at this point
Copy the full SHA 0edf8c2View commit details -
Merge pull request #1022 from jphickey/fix-1004-min-stacksize
Fix #1004, default stack size
Configuration menu - View commit details
-
Copy full SHA for 1f7a716 - Browse repository at this point
Copy the full SHA 1f7a716View commit details -
Merge pull request #1017 from jphickey/fix-965-osal-ids-tlm
Fix #965, remove OSAL ID from App/LibInfo struct
Configuration menu - View commit details
-
Copy full SHA for c4950a6 - Browse repository at this point
Copy the full SHA c4950a6View commit details -
HOTFIX #1027, Remove one more doxygen reference
Remove reference to `CFE_MSG_Message_t` in doxygen comments
Configuration menu - View commit details
-
Copy full SHA for 65758c9 - Browse repository at this point
Copy the full SHA 65758c9View commit details
Commits on Dec 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3744a54 - Browse repository at this point
Copy the full SHA 3744a54View commit details