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.
In nasa/osal#1065 it adds a UT_BSP_Lock / UT_BSP_Unlock routine to protect the UtAssert global data structures. However for cfe_assert app the utbsp.c file is not used, it provides its own routines. Therefore these routines need to be added.
Describe the solution you'd like
Add UT_BSP_Lock/Unlock wrappers in CFE assert (this already has a mutex).
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Provide the UT_BSP_Lock/Unlock function to be compatible with
nasa/osal#1065. The library no longer needs to be locked the
entire time a test runs. This also allows test programs to be
multi threaded.
Is your feature request related to a problem? Please describe.
In nasa/osal#1065 it adds a UT_BSP_Lock / UT_BSP_Unlock routine to protect the UtAssert global data structures. However for cfe_assert app the utbsp.c file is not used, it provides its own routines. Therefore these routines need to be added.
Describe the solution you'd like
Add UT_BSP_Lock/Unlock wrappers in CFE assert (this already has a mutex).
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: