mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_phy: fix esp32s3 phy work with USB-OTG issue
This commit is contained in:
parent
9b46f4e086
commit
c3951d5e9d
@ -106,10 +106,11 @@ menu "PHY"
|
|||||||
|
|
||||||
config ESP_PHY_ENABLE_USB
|
config ESP_PHY_ENABLE_USB
|
||||||
bool "Enable USB when phy init"
|
bool "Enable USB when phy init"
|
||||||
depends on ESP_CONSOLE_USB_SERIAL_JTAG
|
depends on USB_OTG_SUPPORTED || ESP_CONSOLE_USB_SERIAL_JTAG
|
||||||
default y
|
default y if IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3
|
||||||
|
default n
|
||||||
help
|
help
|
||||||
When using USB Serial/JTAG controller, PHY should enable USB, otherwise log will
|
When using USB Serial/JTAG/OTG/CDC, PHY should enable USB, otherwise USB module
|
||||||
not be displayed. But working with USB, the RF performance may be affected.
|
can not work properly.
|
||||||
|
|
||||||
endmenu # PHY
|
endmenu # PHY
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit fe7dc9599bd318518eccc165d9e751114e28e7d2
|
Subproject commit 8c34eec8b8463cbd038c242f0da5e7b68cacd39b
|
Loading…
Reference in New Issue
Block a user