You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
default_osconfig.cmake repeats many of the settings with the same selection as in default_config.cmake, confusing dependency
Describe the solution you'd like
Remove duplication, document in default_osconfig.cmake that it's for overriding values in default_config.cmake.
Describe alternatives you've considered
None
Additional context
Came up when trying to figure out why OSAL coverage test results were different at the bundle level vs osal level, wasn't clear that default_config.cmake was being used and hard to sort out what's actually being changed in default_osconfig.cmake
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
The CFE framework build uses mostly default values for OSAL compile
time configuration. There are just a few exceptions where the
CFE build is tuned for a more debug-friendly result.
This updates the configuration files in "sample_defs" to reflect
only those values which are set to a non-default value, along with
information about why the configurable item is changed. Currently,
these are only items related to debugging.
This change also includes more documentation/comments about how this
configuration facility works and where to find information on the
complete set of options available (which is OSAL version dependent).
By setting OSAL_CONFIG_UTILITYTASK_PRIORITY in the "native_osconfig"
file instead of the default file, it will only apply when building
with SIMULATION=native. Deployment builds will use the low priority
default value.
Is your feature request related to a problem? Please describe.
default_osconfig.cmake repeats many of the settings with the same selection as in default_config.cmake, confusing dependency
Describe the solution you'd like
Remove duplication, document in default_osconfig.cmake that it's for overriding values in default_config.cmake.
Describe alternatives you've considered
None
Additional context
Came up when trying to figure out why OSAL coverage test results were different at the bundle level vs osal level, wasn't clear that default_config.cmake was being used and hard to sort out what's actually being changed in default_osconfig.cmake
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: