Add USB VID and PID from STM.

This commit is contained in:
flom84 2022-09-26 19:45:33 +02:00
parent 2bd2406d13
commit e626502fd2

View File

@ -1,5 +1,5 @@
USB_VID = 0x239A
USB_PID = 0x809F
USB_VID = 0x0483
USB_PID = 0x572A
USB_PRODUCT = "NUCLEO-F446RE - CPy"
USB_MANUFACTURER = "STMicroelectronics"