esp-idf/components/usb
Peter Marcisovsky 51d6296fde ci: Added esp32p4 usb tests to CI:
- added new test for usb_host_lib example for all targets
    - CI USB host test are run on esp32p4
    - CI USB device tests temporarily disabled until usb_device runner is fixed
    - hcd and usb_host tests which do not require PHY are run on esp32p4
2024-02-29 10:35:09 +01:00
..
include feat(esp32p4): Add USB-OTG support for ESP32-P4 2024-01-30 15:07:11 +01:00
private_include feat(us/host): set device cfg during enumeration 2024-01-04 16:09:13 +01:00
test_apps ci: Added esp32p4 usb tests to CI: 2024-02-29 10:35:09 +01:00
CMakeLists.txt feat(esp32p4): Add USB-OTG support for ESP32-P4 2024-01-30 15:07:11 +01:00
hcd_dwc.c feat(hal/usb): Add HS PHY configuration 2024-01-22 12:14:11 +01:00
hub.c refactor(espcoredump): format coredump component with astyle 2024-02-19 21:57:28 +01:00
Kconfig feat(us/host): set device cfg during enumeration 2024-01-04 16:09:13 +01:00
maintainers.md usb: Fix how the HCD handles sudden disconnection 2021-11-02 14:30:58 +08:00
usb_helpers.c fix(usb/host): Correctly parse MPS fields in HighSpeed EP descriptors 2023-12-12 21:10:37 +01:00
usb_host.c feat(us/host): set device cfg during enumeration 2024-01-04 16:09:13 +01:00
usb_phy_p4.c feat(esp32p4): Add USB-OTG support for ESP32-P4 2024-01-30 15:07:11 +01:00
usb_phy.c refactor(soc): Rename usb_otg_periph to usb_dwc_periph 2024-01-17 21:28:25 +08:00
usb_private.c fix(usb/host): Sync cache for memory shared by CPU and USB-OTG 2024-01-10 15:23:24 +01:00
usbh.c fix(usb): Fix bug where usbh_process() misses an event 2024-02-27 18:22:48 +08:00