-
Notifications
You must be signed in to change notification settings - Fork 223
CCB: 2024.06.27
CCB:ready 🔴: Items marked with this symbol require immediate attention in this meeting.
cFE PR #2562 cfe_es_start: fix CFE_ES_MainTaskSyncDelay() parameter
HK PR #68 Create devcontainer.json
cFE PR #2557 Fix #2556, flight like platformed defined values
CF PR #446 fix #445, update to meet standard 🔴
FM PR #121 fix #120, address sanitizer issue in fm_dispatch unit test
HS PR #130 Fix #129, Address Sanitizer
Approved
LC PR #112 Fix #111, Update LC_RESET_DBG_EID to be informational 🔴
cFE PR #2554 Fix #2553, null value in vsnprintf 🔴
Approved
CF PR #448 Fix #444, Adds JSC 2.1 Static Analysis comments and exposes CF_strnlen 🔴
Approved pending new workflows
CS PR #94 Fix #93, Replaces strncpy and strlen 🔴
Approved pending new workflows
DS PR #130 Fix #127, Adds static analysis comments and replace strncpy with snprintf 🔴
Approved
FM PR #119 Fix #117, Replaces strncpy and strlen 🔴
Approved pending new workflows
HS PR #128 Fix #125, Adds JSC 2.1 Static Analysis comments 🔴
Approved
LC PR #113 Fix #110, Adds JSC 2.1 Static Analysis comments 🔴
Approved
MD PR #74 Fix #71, Adds JSC 2.1 Static Analysis comments 🔴
Approved
MM PR #93 Fix #92, Adds static analysis comments, replaces strncpy and strlen 🔴
Approved pending new workflows
SC PR #144 Fix #140, Adds JSC 2.1 Static Analysis comments 🔴
Approved
cFE PR #2566 Fix #2529, Reduces CFE_EVS_MAX_PORT_MSG_LENGTH to prevent new line character truncation 🔴
Approved. Specific actions defined (see comment in ticket)
cFE PR #2568 Fix #2552, Adds JSC 2.1 Static Analysis comments 🔴
Approved
osal PR #1465 Fix #1458, Moves OS_strnlen to public API and adds static analysis co… …mments 🔴
Approved
CF PR #399 Fix #382, Align CF Command Counter implementation to cFS standard
MM PR #79 Fix #8, Remove unnecessary characters from memory dump event
cFE PR #2390 fix #2316 - CFE_TIME_Print() calls strftime()
cFE PR #2555 cFE Integration candidate: Equuleus-rc1+dev13
CF PR #339 Fix #338, Move 'EID' to the end of Event ID names
CF PR #388 Fix #387, Update minor out-of-family naming/consistency issues in CF
CF PR #400 Fix #288, Remove unnecessary CF_UnionArgs_Payload_t
union
CS PR #53 Fix #52, Apply consistent Event ID names to common events
CS PR #85 Fix #84, Remove side-effects and superfluous initializations
CS PR #86 Fix #26, Use CFE_ES_MemAddress_t
instead of cpuaddr
in tables/tlm/cmd structs
DS PR #114 Fix #113, Use size_t
for size parameters and variables
DS PR #129 Fix #128, Standardize command responses 🔴
DS PR #61 Fix #60, Apply consistent Event ID names to common events
FM PR #60 Fix #59, Apply consistent Event ID names to common events
FM PR #96 Fix #95, Update command handler function message pointers and return
HK PR #27 Fix #26, Apply consistent Event ID names to common events
HK PR #56 Fix #55, Refactor HK_AppInit()
and HK_TableInit()
to remove multiple returns
HK PR #57 Fix #50, Split up config files
HK PR #67 Fix #66, Update Reset Counters event type to INFO 🔴
HS PR #109 Fix #108, Remove multiple returns from HS_AppInit()
, HS_SbInit()
and HS_TblInit()
HS PR #127 Fix #126, Standardize command responses
HS PR #51 Fix #50, Apply consistent Event ID names to common events
LC PR #107 Fix #106, Simplify loop in LC_SampleAPReq
by removing continue
LC PR #46 Fix #45, Apply consistent Event ID names to common events
LC PR #48 Fix #16, Convert LC state macros to enums
LC PR #94 Fix #92, Refactor LC_CreateTaskCDS()
to remove multiple returns
MD PR #37 Fix #36, Apply consistent Event ID names to common events
MD PR #61 Fix #5, Use CFE_MSG_PTR
instead of &(x).Msg
MD PR #73 Fix #72, Update Reset Counters event type to INFORMATION
🔴
MM PR #51 Fix #50, Apply consistent Event ID names to common events
MM PR #91 Fix #10, Rename MM_ResetHk
to MM_ResetHkData
+ memset global data at initialization
SC PR #143 Fix #142, Standardize command responses 🔴
SC PR #61 Fix #60, Apply consistent Event ID names to common events
cFE PR #2340 Fix #2339, Refactor common logic out of CFE_TIME_SetTime/MET/STCFCmd()
cFE PR #2342 Fix #2341, Rename TimeA/TimeB parameter to improve consistency
cFE PR #2347 Fix #1143, SB_UT corrections and clear event count history after setup
cFE PR #2348 Fix #1397, Rename overloaded EVS_PacketID_t
to EVS_EventContext_t
cFE PR #2351 Fix #1514, Use XOR
to swap between ping-pong buffers (style change only)
cFE PR #2374 Fix #26, Add timestamp for SB messages which are missing it
cFE PR #2414 Fix #2413, Update Dev Guide to fix out-of-date references and broken links
cFE PR #2443 Fix #2442, Update code coverage mimimums
cFE PR #2445 Fix #2444, Enforce keeping code coverage minimums up-to-date
cFE PR #2459 Fix #1502, Correct type of ActiveTableFlag variable
cFE PR #2479 Fix #2478, Add missing default
/break
to switch
statements
cFE PR #2497 Fix #1543, Rename CFE_TIME_QueryResetVars
to CFE_TIME_RestoreFromTimeResetVars
cFE PR #2498 Fix #1360, Limit HK Commands to 1 in pipe + replace hand-written function names with __func__
🔴
cFE PR #2570 Fix #1712, Make successful commands INFO type
cFS-GroundSystem PR #233 Fix #218, Update LogOverflowCounter Description
cFS-GroundSystem PR #235 Fix #234, Update incorrect variable descriptions in tlm.txt
cFS-GroundSystem PR #236 Fix #220, Add missing description fields to cfe-es-hk-tlm.txt
elf2cfetbl PR #122 Fix #91, Redo SymbolNames malloc to remove out-of-bounds write
elf2cfetbl PR #123 Fix #85, Add checks for all return values from fseek()
elf2cfetbl PR #134 Fix #133, Update references to CFE_FS_Header_t time members
osal PR #1364 Fix #1109, Remove unimplemented test stub prototype
osal PR #1377 Fix #958, Convert some UT_GetStubCount to UtAssert_STUB_COUNT
osal PR #1378 Fix #1103, Implement OS_ERR_INVALID_PRIORITY return code check for RTEMS
osal PR #1379 Fix #1193, Change format of UtAssert_StringBufCompare
osal PR #1381 Fix #1380, Light coding standards cleanup
osal PR #1387 Fix #1386, Refactor initializations of POSIX return_code
variables to simplify code
osal PR #1388 Fix #864, Refactor duplicate addrlen
swtiches into an inline function
osal PR #1389 Fix #1101, Add functional test for NULL
RemoteAddr
in OS_SocketRecvFrom
osal PR #1390 Fix #1102, Correct return value bug in VxWorks OS_ShellOutputToFile_Impl
osal PR #1416 Fix #1415, Update misnamed member variable in OS_BSP_GlobalData_t
osal PR #1419 Fix #1417, Fix #1418, Fix workflow bug and enforce updating of coverage minimums
to_lab PR #171 Fix #131, Rename CommandCode
variable to Fcncode
to_lab PR #180 Fix #179, Light initialization logic refactor + remove multiple returns
cFE PR #2367 Fix #2362, Add source routing APIs to SB
cFE PR #2381 Fix #2378, refactor SB to support additional use cases
cFE PR #2551 Fix #2550, use resourceids for internal table validation and dump control blocks
cFE PR #2565 Fix #2564, add config tool for platform-specific settings 🔴
osal PR #1464 Fix #1463, Implement separate allocator for task stacks 🔴