cfs-tools / cfs-basecamp

Provides a framework and tools for developing, downloading, and integrating core Flight System (cFS) applications into an operational system.
Other
25 stars 3 forks source link

Parameterize CPU Definition #28

Open dmccomas opened 1 year ago

dmccomas commented 1 year ago

Issue #25 parameterized the mission name so it is only defined in targets.cmake and basecamp.ini. The same parameterization needs to be done for the cFS target name.

Some of the method parameter lists are getting long so a different approach like kwarg should be considered.