1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-20 14:59:06 +00:00
trezor-firmware/python/.changelog.d
matejcik ed79d35de9 feat(python): make webusb transport more resilient
* convert more USB errors into TransportExceptions
* add a timeout + infinite loop for read/write operations,
  so that they are interruptible by Python, instead of leaving
  the interface in a bad state when hard-killed
* (also ctrl+c now works if the process is waiting for usb)
2024-08-28 00:08:48 +02:00
..
.gitignore
3442.removed.1
3728.added
4000.added
4089.changed feat(python): make webusb transport more resilient 2024-08-28 00:08:48 +02:00
4089.fixed feat(python): make webusb transport more resilient 2024-08-28 00:08:48 +02:00
4119.removed