From 297fc8f43e78b17c7dd1b3ad97828ab19efc1f67 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Wed, 17 Mar 2021 17:49:13 -0400 Subject: [PATCH] cFS Bundle IC:2021-03-23 nasa/cFE#1243 v6.8.0-rc1+dev436 nasa/cfe#1225, Add coverage test fix nasa/cfe#1218, Adds a local definition of `SOFTWARE_BIG/LITTLE_BIT_ORDER` directly inside `cfe_endian.h` to provide a compatible symbol for apps that still require this. This allows CFE to build and run successfully when OSAL stops providing this in `common_types.h`. nasa/cfe#1193, Removes incorrect statements from Application Developers Guide nasa/cfe#1235, Fixes truncation handling on vsnprintf error by adding a cast to avoid implicit conversion nasa/cfe#1220, Clarify the documentation on SB MsgId regarding requirements for command and telemetry messages nasa/cfe#1230, Avoids undefined behavior and resolves static analysis warnings by casting `isspace` input to `unsigned char`. nasa/cfe#1231, Updates message module and msgid v1, `CFE_MSG_SetMsgId`, to use mask instead of cast to alter value. Resolves static analysis warning. nasa/cfe#1232, Updates `CFE_ES_FileWriteByteCntErr` to report status, not a `size_t` actual since `OS_write` returns `int32`. Use `int16` for local type from `CFE_TBL_FindTableInRegistry` since it's an index, not a status. nasa/cfe#1228, Replaces `<>` with `"` in local `#include`s nasa/cfe#1227, Adds `CONTRIBUING.md` that links to the main cFS contributing guide. nasa/psp#273 v1.5.0-rc1+dev90 nasa/psp#264, modular psp implementation nasa/psp#272, Use quotes for local includes nasa/psp#271, Add Contributing Guide nasa/osal#917 v5.1.0-rc1+dev347 nasa/osal#890, Move copyblock size to a #define and add comments nasa/osal#891, Removed rogue while loop nasa/osal#892, Scripted replacement for #include with " nasa/osal#893, Consolidates the duplicated switch in OS_SocketOpen_Impl nasa/osal#894, Add `const` to input pointers nasa/osal#895, Removed network prototypes defined in osapi_sockets.h that are also in osapi_network.h nasa/osal#896, Removes NULL redefine from common_types.h nasa/osal#912, Add Contributing Guide nasa/osal#914, Utilize UTASSERT_CASETYPE_NA to report OS_ERR_NOT_IMPLEMENTED nasa/osal#898, correct interval calculation in DoSelect nasa/osal#909, comments describing select after connect nasa/osal#902, add check for EAGAIN in addition to EINTR nasa/osal#908, compile time assert for sockaddr size nasa/osal#910, check/report fcntl status nasa/osal#897, Add assert for FD_SET_SIZE in relation to OSAL_set nasa/osal#903, better error translation for ESPIPE errno nasa/osal#840, add shell functional test nasa/osal#901, rename OS_U32ValueWrapper_t nasa/osal#900, break up logic in return statement nasa/osal#906, return moduleInfoGet error nasa/osal#907, report timer_gettime error nasa/osal#899, remove unreachable test nasa/osal#905, make module comment same as other services nasa/osal#920 to fix test error check index inside fdset conversions nasa/osal#922, make non-selectable FD an error nasa/sample_app#137 v1.2.0-rc1+dev54 nasa/sample_app#134, Convert from <> to " for local includes nasa/sample_app#136, Added a contributing guide that links to the main cFS contributing guide. nasa/sample_app#132, Add context to the values for MsgIDs nasa/sample_lib#55 v1.2.0-rc1+dev30 nasa/sample_lib#54, Replace <> with " for local includes nasa/sample_lib#53, Adds CONTRIBUTING.md that links to the main cFS contributing guide. nasa/cFS-GroundSystem#171 v2.2.0-rc1+dev41 nasa/cFS-GroundSystem#166, Updated TBL and SB tlm for an operational TLM display nasa/cFS-GroundSystem#170, Add Contributing Guide nasa/cFS-GroundSystem#137, Create package for cfs-groundsystem --- apps/sample_app | 2 +- apps/sample_lib | 2 +- cfe | 2 +- osal | 2 +- psp | 2 +- tools/cFS-GroundSystem | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/sample_app b/apps/sample_app index 0faa72a9b..a60d98c60 160000 --- a/apps/sample_app +++ b/apps/sample_app @@ -1 +1 @@ -Subproject commit 0faa72a9b4eff8167865e8bde1f5b5a817b7c4ee +Subproject commit a60d98c609cfcf7a731cb5414206a6833da42690 diff --git a/apps/sample_lib b/apps/sample_lib index 5ded38156..d5fa85150 160000 --- a/apps/sample_lib +++ b/apps/sample_lib @@ -1 +1 @@ -Subproject commit 5ded3815644e4d7366ce390526c5e9e222b28fdb +Subproject commit d5fa8515010c043a2bb252c53d7aba00aaff054f diff --git a/cfe b/cfe index 2b8844871..313bcc030 160000 --- a/cfe +++ b/cfe @@ -1 +1 @@ -Subproject commit 2b8844871d374219cef7c0026e6c43460e11b22b +Subproject commit 313bcc030b8bbaf0b56236aba429b2b399d2100c diff --git a/osal b/osal index ead5723f5..65e301e02 160000 --- a/osal +++ b/osal @@ -1 +1 @@ -Subproject commit ead5723f59ee49b36a36d6cb66c4cfe680ebbd68 +Subproject commit 65e301e022a9182f397b568ddcaa478231d6982c diff --git a/psp b/psp index 0f39a1353..b123498e4 160000 --- a/psp +++ b/psp @@ -1 +1 @@ -Subproject commit 0f39a13538476ad6f46f4d84879aaf81ac256ad2 +Subproject commit b123498e4849bc6bb771bfe46535e8b6e565f457 diff --git a/tools/cFS-GroundSystem b/tools/cFS-GroundSystem index 7ef2b4b85..4893252a2 160000 --- a/tools/cFS-GroundSystem +++ b/tools/cFS-GroundSystem @@ -1 +1 @@ -Subproject commit 7ef2b4b8500f07a92385d5dafb36870f235d40c4 +Subproject commit 4893252a22fb73f854197e51258d3f3c60d85494