Use new USB PIDs that aren't used yet.

This commit is contained in:
Scott Shawcroft 2020-01-21 18:45:00 -08:00
parent 87344ff53a
commit 085242bf5c
No known key found for this signature in database
GPG Key ID: 9349BC7E64B1921E
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
USB_VID = 0x16C0
USB_PID = 0x8888
USB_VID = 0x239A
USB_PID = 0x8082
USB_PRODUCT = "iMX RT 1020 EVK"
USB_MANUFACTURER = "NXP"

View File

@ -1,5 +1,5 @@
USB_VID = 0x16C0
USB_PID = 0x8888
USB_VID = 0x239A
USB_PID = 0x8084
USB_PRODUCT = "iMX RT 1060 EVK"
USB_MANUFACTURER = "NXP"

View File

@ -1,5 +1,5 @@
USB_VID = 0x239A
USB_PID = 0x8888
USB_PID = 0x8086
USB_PRODUCT = "Teensy 4.0"
USB_MANUFACTURER = "PJRC"