nasa / bplib

Apache License 2.0
27 stars 13 forks source link

Add CFE-compatible build script #61

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

To ease integration of BPLIB into projects based on Core Flight System, the library should include a build script suited to this environment. Most of the required adapters for this environment are there already (e.g. store/file_cfe.c and os/cfe.c) but there is not currently a build script provided.

Ideally, one should be able to drop bplib into a CFE project and build/load it like any other library.