usb: change api so that every packet sent is crc32c, update python usb api, add automated tests for usb.

This commit is contained in:
ITotalJustice
2025-08-31 06:12:02 +01:00
parent b6b1af5959
commit 22e965521a
13 changed files with 469 additions and 71 deletions

View File

@@ -62,7 +62,7 @@ if __name__ == '__main__':
if (not os.path.isdir(root_path)):
raise ValueError('must be a dir!')
usb: Usb = Usb()
usb = Usb()
try:
# get usb endpoints.