Skip to content

v0.30.3

Compare
Choose a tag to compare
@flit flit released this 31 Mar 18:40
v0.30.3
e993ffa

v0.30.3 on PyPI

Fixes

  • Picoprobe: fixed exception when libusb isn't installed, regardless of whether a Picoprobe is connected. #1126
  • CMSIS-DAP: hidapi and pywinusb backends synthesize probe unique IDs if the USB device doesn't report a serial number, just like the pyusb backends.
  • CMSIS-DAP: hidapi backend finds probes with the "CMSIS-DAP" string only in the USB interface name using a workaround for hidapi not make the interface name available through its API. #1121