This repository contains a hw application (hw_app), which is a framework component of the Core Flight System.
This hw application is a non-flight example application implementation for the cFS Bundle. It is intended to be located in the apps/hw_app
subdirectory of a cFS Mission Tree. The Core Flight System is bundled at https://github.com/nasa/cFS (which includes hw_app as a submodule), which includes build and execution instructions.
hw_app is an example for how to build and link an application in cFS. See also the skeleton_app (https://github.com/nasa/skeleton_app) if you are looking for a bare-bones application to which to add your business logic.
As a hw application, extensive testing is not performed prior to release and only minimal functionality is included. Note discrepancies likely exist between this application and the example detailed in the application developer guide.
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