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
Fix I2S::read/write(buffer, cnt) to return bytes (#3086)
::write and ::read should always return the number of bytes processed, but
we were only returing the ARB result which is *words* written. Adjust the
outputs to be correct.
0 commit comments