83593a1558
This allows you to list and explore connected USB devices. It only stubs out the methods to communicate to endpoints. That will come in a follow up once TinyUSB has it. (It's in progress.) Related to #5986
11 lines
191 B
Makefile
11 lines
191 B
Makefile
USB_VID = 0x239A
|
|
USB_PID = 0x8084
|
|
USB_PRODUCT = "iMX RT 1060 EVK"
|
|
USB_MANUFACTURER = "NXP"
|
|
|
|
CHIP_VARIANT = MIMXRT1062DVJ6A
|
|
CHIP_FAMILY = MIMXRT1062
|
|
FLASH = IS25WP064A
|
|
|
|
CIRCUITPY_USB_HOST = 1
|