adafruit / Adafruit_Windows_Drivers

All in one Windows driver installer for Adafruit's boards.
MIT License
86 stars 28 forks source link

board catch-up; no longer signing #30

Closed dhalbert closed 3 years ago

dhalbert commented 3 years ago

Our signing certificate has expired, so both the usbser driver .inf and the executable are no longer signed.

Tested on Windows 7 with a QT Pt Haxpress, which has a weird PID (00CC).

ADAFRUIT_BOARD_xxxx is now just BOARD_xxxx, because many boards are third-party boards. It was kind of wordy anyway.

To test, uninstall the old driver package, unplug any devices, and then run Uwe Sieber's wonderful Device Cleanup Tool and delete all the devices related to these drivers. (I just delete everything.). Then run the latest installer, and plug in the board to test. You might need to unplug and replug it another time (or even reboot, though I usually don't have to).

I will update the Guide with a new screenshot of the "unsigned driver" warning box after this is released.

Fixes #29 Fixes #17 Fixes #28

ladyada commented 3 years ago

ok you wanna do a release?

dhalbert commented 3 years ago

Released, and guide updated.