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.
See nasa/osal#261, where this ticket is to address item 3 to reduce code duplication in the PSP's.
Describe the solution you'd like
The CFE PSP should be an extension of the OSAL BSP, not a replacement for it. The PSP already defines a CFE_PSP_Main() entry point for itself, and this can be invoked as a second-stage after OS_Application_Startup to do the additional startup tasks required for CFE.
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Instead of redefining the basic entry point symbols, use the
OSAL BSP and its abstractions. The CFE PSP just becomes an
extension to the OSAL BSP, and only needs to define the
OS_Application_Startup symbol like any other OSAL application.
Is your feature request related to a problem? Please describe.
See nasa/osal#261, where this ticket is to address item 3 to reduce code duplication in the PSP's.
Describe the solution you'd like
The CFE PSP should be an extension of the OSAL BSP, not a replacement for it. The PSP already defines a CFE_PSP_Main() entry point for itself, and this can be invoked as a second-stage after OS_Application_Startup to do the additional startup tasks required for CFE.
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: