igor.masar
|
c74ce1c201
|
feat(usb/h4): Add USB OTG host support for ESP32-H4
- hal: add DWC OTG core LL (usb_dwc_ll.h) and USB wrap LL (usb_wrap_ll.h)
- soc: add DWC register map/cfg (usb_dwc_struct.h, usb_dwc_cfg.h) and caps
- soc/kconfig: enable SOC_USB_OTG_SUPPORTED=1, SOC_USB_OTG_PERIPH_NUM=1
- docs: add ESP32-H4 to usb_phy test app “Supported Targets”
- ld: export USB_WRAP symbol
- doxygen: include USB Host headers for H4 to emit .inc files
|
2025-10-02 23:21:08 +02:00 |
|
Tomas Rezucha
|
1816b95261
|
refactor(usb/host): Update UVC example for new UVC driver v2.0
|
2025-04-22 08:48:18 +02:00 |
|
Tomas Rezucha
|
f7da0175b0
|
docs(usb_host): Update usb_host example READMEs for P4
Closes https://github.com/espressif/esp-idf/issues/14578
Closes https://github.com/espressif/esp-idf/issues/12142
|
2024-10-31 09:00:59 +01:00 |
|
Tomas Rezucha
|
f13ae0fc08
|
feat(esp32p4): Add USB-OTG support for ESP32-P4
|
2024-01-30 15:07:11 +01:00 |
|
Tomas Rezucha
|
62091b4fa0
|
fix(usb/uvc): Add negotiation retry for some cameras
Some cameras would refuse first stream format and would only accept
on second retry.
|
2023-11-29 11:34:47 +08:00 |
|
Roman Leonov
|
1bd0c0f6f6
|
feat(usb/host): add Kconfig for negotiation protocol configuration in UVC example
|
2023-10-06 12:43:17 +02:00 |
|
Martin Valik
|
3bcd9ceefe
|
USB: Add usb uvc example
Closes https://github.com/espressif/esp-idf/issues/6493
|
2022-08-29 10:44:39 +02:00 |
|