The Core Flight System (cFS) Operating System Abstraction Layer (OSAL)
The Core Flight System (cFS) Operating System Abstraction Layer (OSAL)
This repository contains NASA's Operating System Abstraction Layer (OSAL), which is a framework component of the Core Flight System.
This is a collection of abstraction APIs and associated framework to be located in the osal subdirectory of a cFS Mission Tree. The Core Flight System is bundled at , which includes build and execution instructions.
The autogenerated OSAL user's guide can be viewed at .
Typically OSAL is built and tested as part of cFS as detailed in: cFS repo
OSAL library build pc-linux example (from the base osal directory):
mkdir build_osal
cd build_osal
cmake -DOSAL_SYSTEM_BSPTYPE=generic-linux ..
make
OSAL permissive build with tests example (see also CI)
mkdir build_osal_test
cd build_osal_test
cmake -DENABLE_UNIT_TESTS=true -DOSAL_SYSTEM_BSPTYPE=generic-linux -DOSAL_CONFIG_DEBUG_PERMISSIVE_MODE=TRUE ..
make
make test
See the Configuration Guide for more information.
See also the autogenerated user's guide:
See all open issues and closed to milestones later than this version.
For best results, submit issues:questions or issues:help wanted requests at .
Official cFS page:
No open issues yet, or sync has not completed.