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
203 B
Makefile
11 lines
203 B
Makefile
USB_VID = 0x239A
|
|
USB_PID = 0x80AE
|
|
USB_PRODUCT = "Teensy 4.1"
|
|
USB_MANUFACTURER = "PJRC"
|
|
|
|
CHIP_VARIANT = MIMXRT1062DVJ6A
|
|
CHIP_FAMILY = MIMXRT1062
|
|
FLASH = W25Q64JV
|
|
CIRCUITPY__EVE = 1
|
|
CIRCUITPY_USB_HOST = 1
|