Skip to content

Latest commit

 

History

History
165 lines (125 loc) · 6.55 KB

CHANGELOG.md

File metadata and controls

165 lines (125 loc) · 6.55 KB

Changelog

Development Build: equuleus-rc1+dev29

  • updating sch_lab to use new versioning system
  • See #161

Development Build: v2.5.0-rc4+dev83

  • SC_1HZ_WAKEUP_MID deprecated
  • CFE_TIME_1HZ_CMD_MID deprecated
  • See #164 and #163

Development Build: v2.5.0-rc4+dev75

  • correct inclusion for SCH_LAB example table
  • See #156

Development Build: v2.5.0-rc4+dev71

  • Standardize naming of SCH_LAB functions/macros
  • Call CFE_ES_ExitApp with RunStatus rather than internal status variable
  • Convert int32 return codes and variables to CFE_Status_t
  • Remove component-specific cFE header #includes
  • See #129, #149, #142, and #134

Development Build: v2.5.0-rc4+dev61

  • implement header file convention for SCH_LAB
  • See #151

Development Build: v2.5.0-rc4+dev57

  • Add support for cmds w/args
  • See #144

Development Build: 2.5.0-rc4+dev53

  • adjust table based on apps present
  • See #139

Development Build: 2.5.0-rc4+dev49

  • update cmake recipe
  • See #136

Development Build: 2.5.0-rc4+dev45

  • Remove redundant comments
  • See #126

Development Build: v2.5.0-rc4+dev41

  • Create CHANGELOG.md
  • See #123

Development Build: v2.5.0-rc4:dev35

  • Remove unnecessary parentheses around return values.
  • See #121

Development Build: v2.5.0-rc4+dev31

  • Update cmake mimimum required to something more recent
  • See #118

Development Build: v2.5.0-rc4+dev29

Development Build: v2.5.0-rc4+dev23

Development Build: v2.5.0-rc4+dev16

Development Build: v2.5.0-rc4+dev13

  • Add option to configure base tick rate
  • Reuse CodeQL, Static Analyis, and Format Check
  • See #105 and nasa/cFS#410

Development Build: v2.5.0-rc4+dev6

  • Use separate address variable
  • Use CFE_MSG_PTR conversion macro
  • Update baseline for cFS-Caelum-rc4: v2.5.0-rc4
  • See #102 and nasa/cFS#390

Development Build: v2.4.0-rc1+dev53

Development Build: v2.4.0-rc1+dev47

  • Allow command codes to be specified in sch_lab_table #85, add CmdCode to sch_lab_table
  • See #87 and nasa/cFS#351

Development Build: v2.4.0-rc1+dev40

Development Build: v2.4.0-rc1+dev36

  • Fix infinite loop by making sch_lab exit by making "RunStatus" return ERROR if initialization fails. This causes the CFE_ES_RunLoop function to return false.
  • See #82 and nasa/cFS#263

Development Build: v2.4.0-rc1+dev32

  • Removes app registration call, CFE_ES_RegisterApp() since applications do not need to register themselves.
  • See #76

Development Build: v2.4.0-rc1+dev26

  • Update sequence count in transmitted messages
  • Add Testing Tools to the Security Policy
  • See #71

Development Build: v2.4.0-rc1+dev12

  • Aligns messages according to changes in cFE nasa/cFE#1009. Uses the "raw" message cmd/tlm types in definition
  • See #59

Development Build: v2.4.0-rc1+dev9

  • Update to use MSG module. Replaces deprecated SB APIs with MSG
  • See #58

Development Build: v2.4.0-rc1+dev6

  • Adds header guard (the other warning on the ticket was already resolved)
  • See #53

Development Build: v2.4.0-rc1+dev2

  • Reorganize the sch_lab table so it matches the sample_app usage and format.
  • See #52

Development Build: v2.3.0+dev37

  • Fixes schedule table documentation
  • Add baseline and build number to version reporting
  • See #48

Development Build: v2.3.7

  • Apply the CFE_SB_MsgIdToValue() and CFE_SB_ValueToMsgId() routines where compatibility with an integer MsgId is necessary - syslog prints, events, compile-time MID #define values.
  • See #41

Development Build: v2.3.6

  • Apply the CFE_SB_MsgIdToValue() and CFE_SB_ValueToMsgId() routines where compatibility with an integer MsgId is necessary - syslog prints, events, compile-time MID #define values.
  • See #39

Development Build: v2.3.5

  • Improved table handling
  • sch_lab now builds on Raspbian OS
  • Minor updates (see #36)

Development Build: v2.3.4

  • Fix for clean build with OMIT_DEPRECATED
  • Minor updates (see #35)

Development Build: v2.3.3

  • Minor updates (see #28)

Development Build: v2.3.2

  • Table definition include update (see #18)

Development Build: v2.3.1

  • Minor updates (see #16)

OFFICIAL RELEASE: v2.3.0 - Aquila

  • Minor updates (see #13)
  • Not backwards compatible with OSAL 4.2.1
  • Released as part of cFE 6.7.0, Apache 2.0

OFFICIAL RELEASE: 2.2.0a

  • Released as part of cFE 6.6.0a, Apache 2.0

Known issues

As a lab application, extensive testing is not performed prior to release and only minimal functionality is included.

Getting Help

For best results, submit issues:questions or issues:help wanted requests at https://github.com/nasa/cFS.

Official cFS page: http://cfs.gsfc.nasa.gov