-
Notifications
You must be signed in to change notification settings - Fork 202
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
Integration Candidate: 2020-04-15 #635
Commits on Feb 20, 2020
-
CMake: use a dedicated variable to hold a path to the CFS source folder
This is needed when CFE's root CMakeLists.txt is not the highest level CMakeLists.txt in the project.
Configuration menu - View commit details
-
Copy full SHA for 8ee7c02 - Browse repository at this point
Copy the full SHA 8ee7c02View commit details
Commits on Mar 30, 2020
-
Fixes #88, updates comments to note that the length limit of OS_MAX_P…
…ATH_LEN and OS_MAX_API_NAME includes null terminator
Configuration menu - View commit details
-
Copy full SHA for f5e4c50 - Browse repository at this point
Copy the full SHA f5e4c50View commit details
Commits on Mar 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 07c4cae - Browse repository at this point
Copy the full SHA 07c4caeView commit details
Commits on Apr 2, 2020
-
Fix #580, Deprecate CFE_OS_ abstracted error codes
Added CFE_OMIT_DEPRECATED_6_7 just to be consistent Also fix #552 - removes non-existent codes
Configuration menu - View commit details
-
Copy full SHA for fe700b7 - Browse repository at this point
Copy the full SHA fe700b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 627a969 - Browse repository at this point
Copy the full SHA 627a969View commit details
Commits on Apr 10, 2020
-
Fix #295, Move app table management to background task
Create a new background job to handle the maintenance tasks that had been performed in the ES main task as part of the CFE_ES_ScanAppTable() routine. All app state changes, including those invoked by messages, are now handled by this job. This also slightly changes the semantics of CFE_ES_RunLoop and CFE_ES_ExitApp. Now, the CFE_ES_RunLoop routine no longer requires a RunStatus buffer. Instead, the only thing that matters is the RunStatus value that is eventually passed to CFE_ES_ExitApp after the shutdown is complete. This should be mostly backward compatible, as the recommended app pattern would pass the same value to both functions. This commit also fixes #480, as the value passed to CFE_ES_ExitApp will not override a request that was already pending.
Configuration menu - View commit details
-
Copy full SHA for bf24986 - Browse repository at this point
Copy the full SHA bf24986View commit details
Commits on Apr 14, 2020
-
Fixes #494, Updates CFE_SB_GetLastSenderID to check if message has be…
…en sent on pipe
Configuration menu - View commit details
-
Copy full SHA for 79e4bfb - Browse repository at this point
Copy the full SHA 79e4bfbView commit details
Commits on Apr 15, 2020
-
Fix #263, Expose CFE_SB_IsValidMsgId() API
This also more properly defines the the CFE_SB_INVALID_MSG_ID macro for external use going forward.
Configuration menu - View commit details
-
Copy full SHA for 537f9b8 - Browse repository at this point
Copy the full SHA 537f9b8View commit details -
Fix #245, Consistent use of MsgId type
Make CFE core apps consistent in their use of the CFE_SB_MsgId type and with the CFE SB API. This employs the CFE SB API whenever any of the following needs to happen: - Use of a CFE_SB_MsgId_t value within a printf (event, syslog, etc). - Initialization of a CFE_SB_MsgId_t from an integer value - Comparison of two CFE_SB_MsgId_t values - Checking if a CFE_SB_MsgId_t value is within the valid set A few new macros are introduced, mainly because the inline functions that already existed for this purpose cannot be used where evaluation must be done at compile time (e.g. constants, struct initialization). These are initially just typecasts, but could become more interesting in future revisions.
Configuration menu - View commit details
-
Copy full SHA for 51c599c - Browse repository at this point
Copy the full SHA 51c599cView commit details
Commits on Apr 21, 2020
-
Fix #632, Infer OSAL_SYSTEM_BSPTYPE from CFE_SYSTEM_PSP_NAME
Normally the CFE PSP uses/links with an OSAL BSP of the same name. This removes the need to explicitly specify OSAL_SYSTEM_BSPTYPE in the toolchain file, as it can be reliably inferred.
Configuration menu - View commit details
-
Copy full SHA for 9a6950b - Browse repository at this point
Copy the full SHA 9a6950bView commit details -
Merge pull request #575 from dmknutsen/issue_88
Fix #617, Updates comments to note that the length limit of OS_MAX_PATH_LEN and OS_MAX_API_NAME includes null terminator
Configuration menu - View commit details
-
Copy full SHA for bd6707c - Browse repository at this point
Copy the full SHA bd6707cView commit details -
Merge pull request #474 from stanislaw/root-level-cmake
CMake: minor changes to improve the CLion IDE CMake experience
Configuration menu - View commit details
-
Copy full SHA for 5a1c7e8 - Browse repository at this point
Copy the full SHA 5a1c7e8View commit details -
Merge pull request #598 from jphickey/fix-295-apptable-scan
Fix #295, Resolve app table scanning race conditions
Configuration menu - View commit details
-
Copy full SHA for a4a48bd - Browse repository at this point
Copy the full SHA a4a48bdView commit details -
Merge pull request #582 from skliper/fix580-deprecate-cfe-os-error-codes
Fix #580, Deprecate CFE_OS_ abstracted error codes
Configuration menu - View commit details
-
Copy full SHA for 9f7de0f - Browse repository at this point
Copy the full SHA 9f7de0fView commit details -
Merge pull request #577 from skliper/fix344-rm-mission-platform-inc
Fix #344, Remove mission/platform include dirs
Configuration menu - View commit details
-
Copy full SHA for 0cd9f5e - Browse repository at this point
Copy the full SHA 0cd9f5eView commit details -
Merge pull request #584 from skliper/fix335-shell-unsigned-bug
Fix #335: Shell unsigned pkt length bug
Configuration menu - View commit details
-
Copy full SHA for 8ed578e - Browse repository at this point
Copy the full SHA 8ed578eView commit details -
Merge pull request #605 from dmknutsen/issue_494
Fix #494, Updates CFE_SB_GetLastSenderID to check if message has been sent on pipe
Configuration menu - View commit details
-
Copy full SHA for d9ade13 - Browse repository at this point
Copy the full SHA d9ade13View commit details
Commits on Apr 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e636967 - Browse repository at this point
Copy the full SHA e636967View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b7f20f - Browse repository at this point
Copy the full SHA 3b7f20fView commit details
Commits on Apr 24, 2020
-
Merge pull request #634 from jphickey/fix-632-implied-osal-bsptype
Fix #632, Infer OSAL_SYSTEM_BSPTYPE from CFE_SYSTEM_PSP_NAME
Configuration menu - View commit details
-
Copy full SHA for 89308e4 - Browse repository at this point
Copy the full SHA 89308e4View commit details
Commits on Apr 27, 2020
-
Fix #644, Append directory properties
The set_directory_properties() function overwrites existing properties. Normally the properties were empty but the global_build_options.cmake might make it non-empty (e.g. OMIT_DEPRECATED). Using set_property() signature instead has an option to APPEND rather than overwrite.
Configuration menu - View commit details
-
Copy full SHA for b1ef9fc - Browse repository at this point
Copy the full SHA b1ef9fcView commit details -
HOTFIX: Use CFE_PLATFORM_SB_HIGHEST_VALID_MSGID
The CFE_SB_HIGHEST_VALID_MSGID symbol is deprecated.
Configuration menu - View commit details
-
Copy full SHA for fb88b53 - Browse repository at this point
Copy the full SHA fb88b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 690576a - Browse repository at this point
Copy the full SHA 690576aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 963ba09 - Browse repository at this point
Copy the full SHA 963ba09View commit details