adafruit / Adafruit_Windows_Drivers

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

Request to add our board PID to the inf files from the Adafruit windows drivers #25

Open florin-trutiu opened 4 years ago

florin-trutiu commented 4 years ago

Hello, We have a new board named "LoC BeR M4 base board" based on the "ItsyBitsy M4 Express". Recently we requested and received from Adafruit CircuitPython team the new PIDs and we have also added our board configuration to the CircuitPython boards. We tried our board on Windows 7 and Windows 10 and the CircuitPython CDC control and USB2.0-Serial drivers are not automatically loaded after we install the Adafruit divers. We know that the issue is the fact that our board PIDs are not in the inf files of the Adafruit drivers package. Please tell us what is the procedure to add our PIDs into the Adafruit drivers for Windows. Here are our VID and PIDs (as issued by Adafruit CircuitPython): LoC BeR M4 base board VID 0x239A PID 0x00B7 # bootloader PID 0x80B7 # arduino PID 0x80B8 # circuitpython

Thank you and best wishes, Florin Trutiu