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 enhancement proposal related to a problem? Please describe.
Busy polling flash status wastes CPU cycles and may block lower-priority threads.
Describe the solution you'd like
Adding k_usleep while polling the flash's busy status yields the CPU
resource, giving lower-priority threads the opportunity to run.
The text was updated successfully, but these errors were encountered:
Is your enhancement proposal related to a problem? Please describe.
Busy polling flash status wastes CPU cycles and may block lower-priority threads.
Describe the solution you'd like
Adding k_usleep while polling the flash's busy status yields the CPU
resource, giving lower-priority threads the opportunity to run.
The text was updated successfully, but these errors were encountered: