Skip to content

Commit a9ba907

Browse files
Merge branch 'docs/usb-ext-phy-tusb1106' into 'master'
docs(usb): add TUSB1106 to tested external PHY list See merge request espressif/esp-idf!41855
2 parents 5efa5ab + 06a32f2 commit a9ba907

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

docs/en/api-reference/peripherals/usb_device.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Hardware Connection
7878
**List of Tested External PHY ICs:**
7979

8080
- **SP5301** — Directly supported by {IDF_TARGET_NAME}. See the guide above for schematic and routing information.
81+
- **TUSB1106** — Directly supported by {IDF_TARGET_NAME}. Works with the external-PHY driver via GPIO mapping. Follow the reference wiring in the TUSB1106 datasheet (power-supply options and recommended series resistors on D+/D–).
8182
- **STUSB03E** — Requires signal routing using an analog switch. See example below.
8283

8384
.. figure:: ../../../_static/usb_device/ext_phy_schematic_stusb03e.png

docs/en/api-reference/peripherals/usb_host.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ UVC
422422
**List of Tested External PHY ICs:**
423423

424424
- **SP5301** — Directly supported by {IDF_TARGET_NAME}. See the guide above for schematic and routing details.
425+
- **TUSB1106** — Directly supported by {IDF_TARGET_NAME}. Works with the external-PHY driver via GPIO mapping. Follow the reference wiring in the TUSB1106 datasheet (power-supply options and recommended series resistors on D+/D–).
425426
- **STUSB03E** — Requires signal routing using an analog switch. See example below.
426427

427428
.. figure:: ../../../_static/usb_host/ext_phy_schematic_stusb03e.png

docs/zh_CN/api-reference/peripherals/usb_device.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ USB 设备栈(以下简称设备栈)支持在 {IDF_TARGET_NAME} 上启用 US
7878
**已测试的外部 PHY 芯片如下:**
7979

8080
- **SP5301** — {IDF_TARGET_NAME} 原生支持此芯片。原理图与布线方法请参考上文链接。
81+
- **TUSB1106** — {IDF_TARGET_NAME} 原生支持。可通过 GPIO 映射与外部 PHY 驱动配合使用。请遵循 TUSB1106 数据手册中的参考连接(供电方案以及在 D+/D– 上建议的串联电阻)。
8182
- **STUSB03E** — 需要通过模拟开关进行信号切换,详情参考下方示例。
8283

8384
.. figure:: ../../../_static/usb_device/ext_phy_schematic_stusb03e.png

docs/zh_CN/api-reference/peripherals/usb_host.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ UVC
422422
**已测试的外部 PHY 芯片如下:**
423423

424424
- **SP5301** — {IDF_TARGET_NAME} 原生支持此芯片。原理图与布线方法请参考上文链接。
425+
- **TUSB1106** — {IDF_TARGET_NAME} 原生支持。可通过 GPIO 映射与外部 PHY 驱动配合使用。请遵循 TUSB1106 数据手册中的参考连接(供电方案以及在 D+/D– 上建议的串联电阻)。
425426
- **STUSB03E** — 需要通过模拟开关进行信号路由。请参考下方示例。
426427

427428
.. figure:: ../../../_static/usb_host/ext_phy_schematic_stusb03e.png

0 commit comments

Comments
 (0)