diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-01-21 18:45:00 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-01-21 18:45:00 -0800 |
| commit | 085242bf5c05fec4ae0450712879e78b7e35ac38 (patch) | |
| tree | bfb31850d12283673d5269e68377495057f9c8b8 | |
| parent | 87344ff53a30ed2c41d58b6e30692f80a3968ee1 (diff) | |
Use new USB PIDs that aren't used yet.
| -rw-r--r-- | ports/mimxrt10xx/boards/imxrt1020_evk/mpconfigboard.mk | 4 | ||||
| -rw-r--r-- | ports/mimxrt10xx/boards/imxrt1060_evk/mpconfigboard.mk | 4 | ||||
| -rw-r--r-- | ports/mimxrt10xx/boards/teensy40/mpconfigboard.mk | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/ports/mimxrt10xx/boards/imxrt1020_evk/mpconfigboard.mk b/ports/mimxrt10xx/boards/imxrt1020_evk/mpconfigboard.mk index 62a2c90de..7147fdf48 100644 --- a/ports/mimxrt10xx/boards/imxrt1020_evk/mpconfigboard.mk +++ b/ports/mimxrt10xx/boards/imxrt1020_evk/mpconfigboard.mk @@ -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" diff --git a/ports/mimxrt10xx/boards/imxrt1060_evk/mpconfigboard.mk b/ports/mimxrt10xx/boards/imxrt1060_evk/mpconfigboard.mk index a70d1deeb..e82d8ee74 100644 --- a/ports/mimxrt10xx/boards/imxrt1060_evk/mpconfigboard.mk +++ b/ports/mimxrt10xx/boards/imxrt1060_evk/mpconfigboard.mk @@ -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" diff --git a/ports/mimxrt10xx/boards/teensy40/mpconfigboard.mk b/ports/mimxrt10xx/boards/teensy40/mpconfigboard.mk index 5913f9c9c..7900d327a 100644 --- a/ports/mimxrt10xx/boards/teensy40/mpconfigboard.mk +++ b/ports/mimxrt10xx/boards/teensy40/mpconfigboard.mk @@ -1,5 +1,5 @@ USB_VID = 0x239A -USB_PID = 0x8888 +USB_PID = 0x8086 USB_PRODUCT = "Teensy 4.0" USB_MANUFACTURER = "PJRC" |
