v923z / micropython-ulab

a numpy-like fast vector module for micropython, circuitpython, and their derivatives
https://micropython-ulab.readthedocs.io/en/latest
MIT License
432 stars 117 forks source link

[BUG] Pico Device Unrecognised on Windows - Latest Development Build #634

Closed Derfies closed 9 months ago

Derfies commented 1 year ago

Latest PICO_W firmware build (Release date 2023-07-09) appears to cause the device to not be recognisable on windows.

Steps to reproduce:

Expected result:

Observed result:

Using the latest PICO.uf2 firmware instead appears to restore the device to working order, as does installing the latest vanilla micropython firmware.

v923z commented 1 year ago

@Derfies Does the issue still persist?

Derfies commented 9 months ago

Sorry for leaving this open for so long. No, the issue seems to have been resolved with the latest builds.

v923z commented 9 months ago

Thanks for the feedback!