cFS - v7.0.0 (Draco)
Open source release of the cFS framework bundle under the Apache 2.0 license.
NASA Docket No. GSC-19,200-1, and identified as "cFS Draco"
What's Changed
- Fix #9, Resolve strict cppcheck warnings by @skliper in #10
- Fix #7, Resolve UT static analysis warnings by @skliper in #11
- Fix #13, Remove CFE_PSP_MemSet use for addresses in RAM by @skliper in #14
- Fix #15, Updates CLA information for Apache 2.0 by @chillfig in #16
- Fix #12, added codeql-build.yml by @havencarlson in #17
- Fix #18 #19, Remove TODOs and minor cleanup by @skliper in #20
- Fix #22, Remove unnecessary parentheses around return values. by @thnkslprpt in #23
- Fix #24, Remove redundant/inconsistent comments (/* end of function /, / end if */ etc.) and clean up empty lines. by @thnkslprpt in #25
- Fix #32, Moves interface definition files to inc by @chillfig in #33
- Fix #36, Replace quotes with angle brackets in /inc by @dmknutsen in #37
- Fix #28, Remove initializations causing Cppcheck failure by @thnkslprpt in #29
- Fix #38, correct uninitialized variable in UT by @jphickey in #39
- Fix #6, use CFE_MSG_PTR macro by @jphickey in #41
- Fix #46, use generated stubs by @jphickey in #47
- Fix #42, use payload structure by @jphickey in #48
- Fix #45, use separate dispatcher for messages by @jphickey in #49
- Fix #30, Move variables declared mid-function to the top by @thnkslprpt in #31
- Fix #43, Remove use of 'dummy' in test code by @thnkslprpt in #44
- Fix #51, Convert
int32return codes and variables toCFE_Status_tby @thnkslprpt in #52 - Fix #58, add memset for uninitialized local by @jphickey in #59
- Fix #60, Adds HK_ValidateHkCopyTable size check by @chillfig in #61
- Fix #62, remove dependency on MID_BASE defines by @jphickey in #63
- Fix #64, correct printf format strings and conversions by @jphickey in #65
- Fix #26, Apply consistent Event ID names to common events by @thnkslprpt in #27
- Fix #66, Update Reset Counters event type to INFO by @thnkslprpt in #67
- Open Source Draco Release by @dzbaker in #78
New Contributors
- @skliper made their first contribution in #10
- @chillfig made their first contribution in #16
- @havencarlson made their first contribution in #17
- @thnkslprpt made their first contribution in #23
- @dmknutsen made their first contribution in #37
- @jphickey made their first contribution in #39
- @dzbaker made their first contribution in #78
Full Changelog: v2.5.1...v7.0.0