Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.62 KB

README.md

File metadata and controls

47 lines (26 loc) · 1.62 KB

Core Flight System : Framework : App : Sample Lib

This repository contains a sample library (sample_lib), which is a framework component of the Core Flight System.

This sample library is a non-flight example library implementation for the cFS Bundle. It is intended to be located in the apps/sample_lib subdirectory of a cFS Mission Tree. The Core Flight System is bundled at https://github.com/nasa/cFS (which includes sample_lib as a submodule), which includes build and execution instructions.

sample_lib implements SAMPLE_Function, as an example for how to build and link a library in cFS.

Version History

Development Build: 1.1.4

  • Apply code style
  • See #24

Development Build: 1.1.3

  • Coverage data make lcov includes the sample_lib code
  • See #22 for more details

Development Build: 1.1.2

  • Added coverage test and a stub library to facilitate unit test
  • Minor updates (see #16)

Development Build: 1.1.1

  • Minor updates (see #14)

OFFICIAL RELEASE: 1.1.0

  • Minor updates (see #6)
  • Released as part of cFE 6.7.0, Apache 2.0

OFFICIAL RELEASE: 1.0.0a

  • Released as part of cFE 6.6.0a, Apache 2.0

Known issues

As a lab library, 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:https://cfs.gsfc.nasa.gov