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
Currently Sample application operates with global instances of TLV descriptors, like Hardware_Desc.
My recommendation is controlling the access and making it thread-safe by using getters/setters and FreeRTOS semaphore/mutex
The text was updated successfully, but these errors were encountered:
Currently Sample application operates with global instances of TLV descriptors, like
Hardware_Desc
.My recommendation is controlling the access and making it thread-safe by using getters/setters and FreeRTOS semaphore/mutex
The text was updated successfully, but these errors were encountered: