doc: add generation of tags from sdkconfig and x_caps.h headers

Also updates the way we handle exclude_patterns to use the new tags

Closes IDF-1484
This commit is contained in:
Marius Vikhammer
2020-04-30 16:55:12 +08:00
committed by bot
parent 695f075a13
commit fbb54184ef
15 changed files with 328 additions and 227 deletions
@@ -14,12 +14,12 @@
I2C <i2c>
I2S <i2s>
LED Control <ledc>
:esp32: MCPWM <mcpwm>
:SOC_MCPWM_SUPPORTED: MCPWM <mcpwm>
Pulse Counter <pcnt>
Remote Control <rmt>
:esp32: SDMMC Host <sdmmc_host>
:SOC_SDMMC_HOST_SUPPORTED: SDMMC Host <sdmmc_host>
SD SPI Host <sdspi_host>
:esp32: SDIO Slave <sdio_slave>
:SOC_SDIO_SLAVE_SUPPORTED: SDIO Slave <sdio_slave>
Sigma-delta Modulation <sigmadelta>
SPI Master <spi_master>
SPI Slave <spi_slave>
@@ -28,5 +28,5 @@
Touch Sensor <touch_pad>
UART <uart>
本部分的 API 示例代码存放在 ESP-IDF 示例项目的 :example:`peripherals` 目录下。
本部分的 API 示例代码存放在 ESP-IDF 示例项目的 :example:`peripherals` 目录下。