Tomas Rezucha
d02062f914
refactor(esp_hal_usb): Enable HNP on HNP-capable controllers
2026-04-22 10:21:59 +02:00
igor.masar
9ab7d5eb03
feat(usb): add ESP32-S31 DWC/UTMI support
...
Add ESP32-S31 USB DWC/UTMI LL headers, SoC register structures, peripheral
descriptors, capabilities, and linker mappings so the HS OTG controller and
UTMI PHY can be built in esp_hal_usb.
Introduce SOC_USB_FSLS_PHY_NUM on USB-OTG targets to separate FSLS USB_WRAP
support from OTG/UTMI support. Use it to gate usb_wrap, the USB PHY driver,
docs, and example build rules on targets without an FSLS PHY.
Also add UTMI data pulldown control to the HAL, clear the boot-time DWC
suspend state on ESP32-S31, alias the legacy internal PHY target to UTMI for
backward compatibility, and extend usb_phy tests for UTMI-only targets.
2026-04-08 16:01:28 +08:00
Tomas Rezucha
de8f440155
fix(esp_hal_usb): Add API for transfer max size
2026-03-02 18:46:58 +01:00
C.S.M
7202b67661
fix(usj):Fix usj fifo write/read on p4
2026-02-24 11:12:54 +08:00
wuzhenghui
5b879a8f58
feat(esp_hw_support): set USB2.0 phy to suspend mode at startup for active power saving
2026-01-28 19:49:46 +08:00
C.S.M
4034446cc7
refactor(hal): Cleanup some missing hal files
2025-12-26 10:33:32 +08:00
wanckl
6449181ce0
feat(driver_spi): split spi hal component
2025-12-11 15:00:18 +08:00
Tomas Rezucha
10ce570707
Merge branch 'feat/usb_host_hal_remote_wake' into 'master'
...
feat(esp_hal_usb): Add hal changes for remote wakeup
See merge request espressif/esp-idf!42394
2025-12-04 12:29:10 +01:00
morris
af02c173fb
refactor(soc): remove soc_caps_full.h
2025-12-04 10:48:07 +08:00
peter.marcisovsky
8ab21b52d6
feat(esp_hal_usb): Add remote wakeup support
2025-12-03 15:17:48 +01:00
morris
c7f4c62e00
Merge branch 'refactor/bitscrambler_in_esp_hal_dma' into 'master'
...
refactor(hal): bitscrambler hal -> esp_hal_dma, usj hal -> esp_hal_usb
Closes IDF-14353
See merge request espressif/esp-idf!43542
2025-11-25 13:06:26 +08:00
morris
b1fdb0db2b
refactor(hal_usb): move USB Serial JTAG HAL from hal component
2025-11-21 16:10:17 +08:00
Tomas Rezucha
da7d0e6979
fix(usb): Fix USB PHY mocking on linux target
2025-11-20 12:44:11 +01:00
Tomas Rezucha
a16739a950
Merge branch 'contrib/github_pr_17831' into 'master'
...
fix(hal): Fix USB PHY selection logic in usb_wrap_ll.h (GitHub PR)
Closes IDFGH-16746
See merge request espressif/esp-idf!43255
2025-11-12 08:54:30 +01:00
Tomas Rezucha
b6db931b0d
refactor(usb): Make usb hal layer independent
2025-11-10 17:04:22 +01:00