Skip to content

okyx10a/coreflightexec

 
 

Repository files navigation

NASA Core Flight Executive (cFE)

GitHub release

Description

"The Core Flight Executive is a portable, platform independent embedded system framework developed by NASA Goddard Space Flight Center. This framework is used as the basis for the flight software for satellite data systems and instruments, but can be used on other embedded systems." -- http://sourceforge.net/projects/coreflightexec/

Additional documentation can be found in:

Requirements

Setup

  1. Install Git and Git LFS

  2. Clone this project:

    git clone --recursive https://github.com/lassondesat/coreflightexec.git
    cd coreflightexec
    git lfs install
    git lfs pull

Make sure that the setup has completed successfully, by checking that the osal directory is non-empty (contains files and folders). Also check that the files listed in .gitattributes at the end file under the "Define large file storage (LFS) support" are present in their entirety (not text file placeholders).

Sources

Dependecies

License

  • [SUA_Open_Source_cFE 6 1_GSC-16232.pdf](SUA_Open_Source_cFE 6 1_GSC-16232.pdf)

About

NASA Core Flight Executive framework for embedded applications

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 62.4%
  • C 30.4%
  • C++ 4.9%
  • Makefile 0.9%
  • CMake 0.6%
  • Perl 0.3%
  • Other 0.5%