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

Provide conditional compilation switch for command checksum validation #2

Closed dmccomas closed 1 year ago

dmccomas commented 1 year ago

There are situations when command checksums are not computed so it would be helpful to provide a conditional compilation macro that can be defined to turn off the application framework's checksum validation.

dmccomas commented 1 year ago

Added CMDMGR_DISABLE_CHECKSUM_VALIDATION to osk_c_fw_cfg.h and corresponding logic in cmdmgr.c.