| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
- tusb_option.h: define OPT_MCU_ESP32H4
- tusb_mcu.h: enable DWC2 USBIP for H4
- dcd_dwc2.c: add H4 USB_WRAP field aliases (wrap_* → legacy names)
- dwc2_esp32.h: add H4 controller entry (FS base/IRQ, ep caps)
- family.c: include H4 in USB init/PHY setup
|
|
|
|
|
|
|
|
get the first 2 bytes to determine the length first. otherwise, some device may have buffer overflow.
|
|
|
|
soc/usb_pins.h header will be deprecated in IDF v6.0
|
|
fix dcd_event_sof() with frame number
|
|
|
|
|
|
- add device/midi_test_freertos example
- update bth/dfu/midi device for cache line size
|
|
msc,cdc,hid
HIL enable device DMA for p4
|
|
|
|
increased but data transfer over USB is not correct.
|
|
it enumerate device but has issue with msc bulk in
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test run locally well
|
|
also make some other changes
|
|
to make sure it is valid
|
|
tested working with sam d21 and d51, not tested with nrf52, seem not
working with esp32
|
|
|
|
revert change in hcd.h
|
|
|
|
|
|
|
|
bit of issue
|
|
|
|
add -Wno-error=format for espressif
wrap up cdc_msc_hid_freertos
|
|
|
|
|
|
|
|
|
|
|
|
|