| Age | Commit message (Collapse) | Author |
|
|
|
for clarity and flexibility
|
|
Signed-off-by: Zixun LI <[email protected]>
|
|
fix compiling with nuc family
|
|
|
|
CFG_TUSB_RHPORT0_MODE
|
|
remove the usage of TUD_OPT_RHPORT in class driver
|
|
- BOARD_DEVICE/HOST_RHPORT_NUM to BOARD_TUD/H_RHPORT
- BOARD_DEVICE/HOST_RHPORT_SPEED to BOARD_TUD/H_MAX_SPEED
|
|
|
|
|
|
|
|
|
|
Add in endpoint definitions for the Bridgetek devices in usb_descriptors.c and allow high speed in tusb_config.h.
|
|
Signed-off-by: MasterPhi <[email protected]>
|
|
Signed-off-by: Rafael Silva <[email protected]>
|
|
|
|
|
|
|
|
rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE
|
|
Removes error:
config 1 interface 2 altsetting 0 bulk endpoint 0x3 has invalid maxpacket 64
while enumerationg.
|
|
|
|
|
|
each port is 1 byte for easy maintenance
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|