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
usbd: Call _inst directly rather than singleton function.
Margin throughput improvement by removing one function call.
Setting USBInterface.submit_xfer = USBDevice._submit_xfer would
seem like the next natural step, but this didn't seem to change
performance above the noise level.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
0 commit comments