This website requires JavaScript.
Explore
Help
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-12-03 23:57:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
62700fa36f4783b0099fc2d94e36baeab80ed448
esp-idf
/
components
/
usb
History
Roman Leonov
7c118fd072
feat(enum): Added test application to test enum driver with mocked device
2025-02-13 11:58:57 +01:00
..
include
refactor(usb/phy): Merge P4 and S2/S3 PHYs into one module
2025-01-15 11:18:10 +01:00
private_include
feat(usb_host): Mock USB device open/close
2024-12-16 16:55:37 +01:00
test_apps
feat(enum): Added test application to test enum driver with mocked device
2025-02-13 11:58:57 +01:00
CMakeLists.txt
refactor(usb/phy): Merge P4 and S2/S3 PHYs into one module
2025-01-15 11:18:10 +01:00
enum.c
fix(usb_host): Fixed unchecked return value in enum driver (coverity)
2025-01-28 14:11:55 +01:00
ext_hub.c
…
ext_port.c
…
hcd_dwc.c
…
hub.c
…
Kconfig
…
maintainers.md
…
usb_helpers.c
…
usb_host.c
refactor(usb/phy): Merge P4 and S2/S3 PHYs into one module
2025-01-15 11:18:10 +01:00
usb_phy.c
fix(usb_phy): Removed pull resistors override configuration for Internal FSLS PHY
2025-02-05 12:28:38 +01:00
usb_private.c
feat(usb_host): Mock USB device open/close
2024-12-16 16:55:37 +01:00
usbh.c
…