Skip to content

CCB: 2024.01.04

jdfiguer edited this page Jan 4, 2024 · 1 revision

Items for Discussion

Issues

@jphickey

psp Issue #384 Add example of hardware-based 1Hz signal

@MichaelLambertson

cFS Issue #564 Register the CF configuration table as dump-only

cFS Issue #635 MM: Provide and use symbol name in the Memory Manager dump file

Pull Requests

@nichocd

CF PR #428 Fix #427, typo in cf2002.1.3

@ahatstat

osal PR #1436 Fix pointer error in OS_GetErrorName

@CDKnightNASA

cFE PR #2370 Fix #2358, adds TIME module command to set CFE_TIME_Print() format

@skliper

sch_lab PR #164 Fix #158, SC_1HZ_WAKEUP_MID deprecated

sch_lab PR #163 Fix #162, CFE_TIME_1HZ_CMD_MID deprecated

SC PR #133 Fix #132, Support generated config files

LC PR #105 Fix #104, Support generated config files

osal PR #1438 Fix #1432 #1411, RTEMS semaphore return bugs and functional test update

@dzbaker

sample_lib PR #96 Fix #94, updating sample_lib to use new versioning system.

tblcrctool PR #80 Fix #79, updating tblCRCTool to use new versioning system.

psp PR #422 Fix #412, updating PSP to use new versioning system.

sch_lab PR #161 Fix #147, updating sch_lab to use new versioning system.

ci_lab PR #171 Fix #145, updating ci_lab to use new versioning system.

to_lab PR #186 Fix #164, updating to_lab to use new versioning system.

sample_app PR #226 Fix #206, updating sample_app to use new versioning system.

cFS-GroundSystem PR #239 Fix #238, updating cFS_GroundSystem to use new versioning system.

MM PR #79 Fix #8, Remove unnecessary characters from memory dump event

elf2cfetbl PR #144 Fix #139, updating ELF2CFETBL to use new versioning system.

CF PR #399 Fix #382, Align CF Command Counter implementation to cFS standard

osal PR #1437 Fix #1420, updating OSAL to use new versioning system.

cFE PR #2463 Fix #2447, updating cFE to use new versioning system.

cFE PR #2390 fix #2316 - CFE_TIME_Print() calls strftime()

@jphickey

cFS PR #725 Fix #724, remove PR title check

HS PR #115 Fix #114, clean up dispatch logic

elf2cfetbl PR #143 Fix #142, move scripts for table building to elf2cfetbl tool

CF PR #426 Fix #422, implement dispatcher pattern for CF

cFE PR #2489 Fix #2488, separate bad argument test

cFE PR #2486 Fix #2483, clean up and move table build scripts

cFE PR #2485 Fix #2484, implement header files for testcase

cFE PR #2381 Fix #2378, refactor SB to support additional use cases

cFE PR #2367 Fix #2362, Add source routing APIs to SB

@thnkslprpt

psp PR #380 Fix #379, Align mismatched function prototype/implem. parameter names

FM PR #107 Fix #106, Consolidate HK variables that are duplicated in the global struct

FM PR #96 Fix #95, Update command handler function message pointers and return

FM PR #60 Fix #59, Apply consistent Event ID names to common events

DS PR #114 Fix #113, Use size_t for size parameters and variables

DS PR #61 Fix #60, Apply consistent Event ID names to common events

cFS PR #707 Fix #706, Update broken TOC links in CONTRIBUTING.md

CS PR #89 Fix #13, Use CFE_MSG_PTR instead of &(x).Msg

CS PR #86 Fix #26, Use CFE_ES_MemAddress_t instead of cpuaddr in tables/tlm/cmd structs

CS PR #85 Fix #84, Remove side-effects and superfluous initializations

CS PR #83 Fix #82, Convert integers holding boolean truth values to bool

CS PR #53 Fix #52, Apply consistent Event ID names to common events

MD PR #61 Fix #5, Use CFE_MSG_PTR instead of &(x).Msg

MD PR #37 Fix #36, Apply consistent Event ID names to common events

HK PR #57 Fix #50, Split up config files

HK PR #56 Fix #55, Refactor HK_AppInit() and HK_TableInit() to remove multiple returns

HK PR #27 Fix #26, Apply consistent Event ID names to common events

to_lab PR #180 Fix #179, Light initialization logic refactor + remove multiple returns

to_lab PR #171 Fix #131, Rename CommandCode variable to Fcncode

SC PR #81 Fix #5, Remove OS_OpenCreate file status check in SC_LoadDefaultTables

SC PR #61 Fix #60, Apply consistent Event ID names to common events

sample_app PR #218 Fix #217, Convert remaining int32 CFE status variables to CFE_Status_t

sample_app PR #216 Fix #215, Convert syslog writes during initialization to events

cFS-GroundSystem PR #236 Fix #220, Add missing description fields to cfe-es-hk-tlm.txt

cFS-GroundSystem PR #235 Fix #234, Update incorrect variable descriptions in tlm.txt

cFS-GroundSystem PR #233 Fix #218, Update LogOverflowCounter Description

HS PR #109 Fix #108, Remove multiple returns from HS_AppInit(), HS_SbInit() and HS_TblInit()

HS PR #51 Fix #50, Apply consistent Event ID names to common events

MM PR #84 Fix #15, Use CFE_MSG_PTR instead of &(x).Msg

MM PR #51 Fix #50, Apply consistent Event ID names to common events

elf2cfetbl PR #134 Fix #133, Update references to CFE_FS_Header_t time members

elf2cfetbl PR #127 Fix #126, Move variables declared mid-function to the top

elf2cfetbl PR #125 Fix #87, Check return value of stat()

elf2cfetbl PR #124 Fix #86, Check return from chmod

elf2cfetbl PR #123 Fix #85, Add checks for all return values from fseek()

elf2cfetbl PR #122 Fix #91, Redo SymbolNames malloc to remove out-of-bounds write

CF PR #400 Fix #288, Remove unnecessary CF_UnionArgs_Payload_t union

CF PR #391 Fix #390, Update size variables to size_t and CF_ChunkSize_t typedefs

CF PR #388 Fix #387, Update minor out-of-family naming/consistency issues in CF

CF PR #339 Fix #338, Move 'EID' to the end of Event ID names

LC PR #94 Fix #92, Refactor LC_CreateTaskCDS() to remove multiple returns

LC PR #48 Fix #16, Convert LC state macros to enums

LC PR #46 Fix #45, Apply consistent Event ID names to common events

osal PR #1419 Fix #1417, Fix #1418, Fix workflow bug and enforce updating of coverage minimums

osal PR #1416 Fix #1415, Update misnamed member variable in OS_BSP_GlobalData_t

osal PR #1390 Fix #1102, Correct return value bug in VxWorks OS_ShellOutputToFile_Impl

osal PR #1389 Fix #1101, Add functional test for NULL RemoteAddr in OS_SocketRecvFrom

osal PR #1388 Fix #864, Refactor duplicate addrlen swtiches into an inline function

osal PR #1387 Fix #1386, Refactor initializations of POSIX return_code variables to simplify code

osal PR #1381 Fix #1380, Light coding standards cleanup

osal PR #1379 Fix #1193, Change format of UtAssert_StringBufCompare

osal PR #1378 Fix #1103, Implement OS_ERR_INVALID_PRIORITY return code check for RTEMS

osal PR #1377 Fix #958, Convert some UT_GetStubCount to UtAssert_STUB_COUNT

osal PR #1368 Fix #1107, Remove unreachable branch (superfluous if condition)

osal PR #1364 Fix #1109, Remove unimplemented test stub prototype

osal PR #1357 Fix #1356, Remove stray remaining 'goto' in OSAL test code

osal PR #1354 Fix #1353, Align mismatched function prototype/implem. parameter names

osal PR #1331 Fix #1330, Move variables declared mid-function to the top

cFE PR #2479 Fix #2478, Add missing deafult/break to switch statements

cFE PR #2459 Fix #1502, Correct type of ActiveTableFlag variable

cFE PR #2445 Fix #2444, Enforce keeping code coverage minimums up-to-date

cFE PR #2443 Fix #2442, Update code coverage mimimums

cFE PR #2414 Fix #2413, Update Dev Guide to fix out-of-date references and broken links

cFE PR #2387 Fix #2386, Split up and simplify control flow in CFE_TBL_Register()

cFE PR #2376 Fix #2375, Use size_t for variables/parameters representing size

cFE PR #2374 Fix #26, Add timestamp for SB messages which are missing it

cFE PR #2359 Fix #2116, Update comment re. limits of CFE_PLATFORM_SB_HIGHEST_VALID_MSGID

cFE PR #2351 Fix #1514, Use XOR to swap between ping-pong buffers (style change only)

cFE PR #2348 Fix #1397, Rename overloaded EVS_PacketID_t to EVS_EventContext_t

cFE PR #2347 Fix #1143, SB_UT corrections and clear event count history after setup

cFE PR #2344 Fix #2343, Update CFE_PLATFORM_ES_DEFAULT_SYSLOG_MODE macro in es_verify.h

cFE PR #2342 Fix #2341, Rename TimeA/TimeB parameter to improve consistency

cFE PR #2340 Fix #2339, Refactor common logic out of CFE_TIME_SetTime/MET/STCFCmd()

cFE PR #2332 Fix #1519, Refactor CFE_TBL_SearchCmdHndlrTbl to simplify and unmix variables

cFE PR #2330 Fix #1933, Remove unreachable/dead branch in CFE_ES_RunPerfLogDump()

cFE PR #2329 Fix #1929, Remove redundant status check in CFE_ES_RegisterCDSEx()

cFE PR #2326 Fix #1432, Add element to write error event in CFE_EVS_WriteAppDataFileCmd()

cFE PR #2324 Fix #2323, Remove unnecessary asserts in TIME invalid command length UT

cFE PR #2318 Fix #2317, Correct unbalanced brackets in CFE_MSG_CMD_HDR_INIT macro

cFE PR #2309 Fix #1448, Simplify and clarify EVS_AddLog logic

Clone this wiki locally