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, for the kivu12 board, the LED driver update is done in the audio thread. The function itself is blocking, and we don't know how much it blocks or even if the upper bounds of this delay has an acceptable value.
Typically we have one user that might suffer from this issue.
Rather than that, we should move the call to this function from the main thread, and maybe somehow introduce an abstraction for the boards to implement that.
The text was updated successfully, but these errors were encountered:
Currently, for the
kivu12
board, the LED driver update is done in the audio thread. The function itself is blocking, and we don't know how much it blocks or even if the upper bounds of this delay has an acceptable value.Typically we have one user that might suffer from this issue.
Rather than that, we should move the call to this function from the main thread, and maybe somehow introduce an abstraction for the boards to implement that.
The text was updated successfully, but these errors were encountered: