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
TinyUSB does not match the exported serial numbers of the classic USB
stack.
The current code serializes the 32-bit words backwards, and the byte
nibbles are also backwards serialized.
A SAMD51 is exported like:
EFADAF3113347335020202938343E0FF
while it should read:
13FADAFE5337433139202020FF0E3438
0 commit comments