docs(usb): Update links and example checks

Replace the peripherals index USB entries with direct links to
ESP-USB so the generated pages are no longer redirect-only stubs.

Keep legacy USB URLs working via redirects, including the
individual USB host maintainer notes pages.

Remove the obsolete placeholder documents and stale CODEOWNERS
pattern.

Mark the moved USB examples as KNOWN_MISSING in the example
documentation checker until it can also read the ESP-USB guide.
This commit is contained in:
igor.masar
2026-03-02 23:20:19 +01:00
parent 7b38e47834
commit c30851292f
12 changed files with 33 additions and 44 deletions

View File

@@ -49,7 +49,7 @@ Peripherals API
:SOC_TOUCH_SENSOR_SUPPORTED: cap_touch_sens
:SOC_TWAI_SUPPORTED: twai
uart
:SOC_USB_OTG_SUPPORTED: usb_device
:SOC_USB_OTG_SUPPORTED: usb_host
:SOC_USB_OTG_SUPPORTED: USB Device Stack <https://docs.espressif.com/projects/esp-usb/en/latest/{IDF_TARGET_PATH_NAME}/usb_device.html>
:SOC_USB_OTG_SUPPORTED: USB Host <https://docs.espressif.com/projects/esp-usb/en/latest/{IDF_TARGET_PATH_NAME}/usb_host.html>
Code examples for this API section are provided in the :example:`peripherals` directory of ESP-IDF examples.

View File

@@ -1,6 +0,0 @@
USB Device Stack
================
:link_to_translation:`zh_CN:[中文]`
USB Device documentation has moved to `ESP-USB <https://docs.espressif.com/projects/esp-usb/en/latest/{IDF_TARGET_PATH_NAME}/usb_device.html>`_.

View File

@@ -1,6 +0,0 @@
USB Host
========
:link_to_translation:`zh_CN:[中文]`
USB Host documentation has moved to `ESP-USB <https://docs.espressif.com/projects/esp-usb/en/latest/{IDF_TARGET_PATH_NAME}/usb_host.html>`_.