nasa / bplib

Apache License 2.0
27 stars 13 forks source link

cFE OS module needs locks and signals implemented #27

Open jpswinski opened 4 years ago

jpswinski commented 4 years ago

The current cFE OS module does not implement the locks and signals interfaces. This is okay for cFS implementations that put all the processing in one task (and therefore do not need thread safety), but long term this needs to be done to support different cFS implementations.