mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
c30851292f
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.
56 lines
1.9 KiB
ReStructuredText
56 lines
1.9 KiB
ReStructuredText
Peripherals API
|
|
****************
|
|
|
|
:link_to_translation:`zh_CN:[中文]`
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
:SOC_ADC_SUPPORTED: adc/index
|
|
:SOC_ANA_CMPR_SUPPORTED: ana_cmpr
|
|
:SOC_GDMA_SUPPORT_CRC: async_crc
|
|
:SOC_ASYNC_MEMCPY_SUPPORTED: async_memcpy
|
|
:SOC_BITSCRAMBLER_SUPPORTED: bitscrambler
|
|
:SOC_MIPI_CSI_SUPPORTED: camera_driver
|
|
:SOC_CLK_TREE_SUPPORTED: clk_tree
|
|
:SOC_DAC_SUPPORTED: dac
|
|
:SOC_ECDSA_SUPPORTED: ecdsa
|
|
:SOC_ETM_SUPPORTED: etm
|
|
gpio
|
|
gptimer
|
|
:SOC_DEDICATED_GPIO_SUPPORTED: dedic_gpio
|
|
:SOC_HMAC_SUPPORTED: hmac
|
|
:SOC_DIG_SIGN_SUPPORTED: ds
|
|
:SOC_I2C_SUPPORTED: i2c
|
|
:SOC_I2S_SUPPORTED: i2s
|
|
:SOC_I3C_MASTER_SUPPORTED: i3c_master
|
|
:SOC_ISP_SUPPORTED: isp
|
|
:SOC_JPEG_CODEC_SUPPORTED: jpeg
|
|
lcd/index
|
|
:SOC_GP_LDO_SUPPORTED: ldo_regulator
|
|
ledc
|
|
:SOC_MCPWM_SUPPORTED: mcpwm
|
|
:SOC_PARLIO_SUPPORTED: parlio/index
|
|
:SOC_PCNT_SUPPORTED: pcnt
|
|
:SOC_PPA_SUPPORTED: ppa
|
|
:SOC_RMT_SUPPORTED: rmt
|
|
:SOC_SDMMC_HOST_SUPPORTED or SOC_SDIO_SLAVE_SUPPORTED: sd_pullup_requirements
|
|
:SOC_SDMMC_HOST_SUPPORTED: sdmmc_host
|
|
:SOC_GPSPI_SUPPORTED: sdspi_host
|
|
:SOC_SDIO_SLAVE_SUPPORTED: sdio_slave
|
|
:SOC_SDM_SUPPORTED: sdm
|
|
:SOC_SPI_FLASH_SUPPORTED: spi_flash/index
|
|
:SOC_GPSPI_SUPPORTED: spi_master
|
|
:SOC_GPSPI_SUPPORTED: spi_slave
|
|
:SOC_SPI_SUPPORT_SLAVE_HD_VER2: spi_slave_hd
|
|
:SOC_LP_I2S_SUPPORTED: lp_i2s
|
|
:SOC_LP_VAD_SUPPORTED: vad
|
|
:SOC_TEMP_SENSOR_SUPPORTED: temp_sensor
|
|
:SOC_TOUCH_SENSOR_SUPPORTED: cap_touch_sens
|
|
:SOC_TWAI_SUPPORTED: twai
|
|
uart
|
|
: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.
|