ci(doc): enable doc build for esp32c5

This commit is contained in:
laokaiyao
2024-04-18 15:13:55 +08:00
parent 40684a0e1c
commit fc000cd7b7
14 changed files with 60 additions and 22 deletions
+5 -5
View File
@@ -20,7 +20,7 @@ Peripherals API
:SOC_DEDICATED_GPIO_SUPPORTED: dedic_gpio
:SOC_HMAC_SUPPORTED: hmac
:SOC_DIG_SIGN_SUPPORTED: ds
i2c
:SOC_I2C_SUPPORTED: i2c
:SOC_I2S_SUPPORTED: i2s
:SOC_ISP_SUPPORTED: isp
:SOC_JPEG_CODEC_SUPPORTED: jpeg
@@ -33,12 +33,12 @@ Peripherals API
:SOC_RMT_SUPPORTED: rmt
:SOC_SDMMC_HOST_SUPPORTED or SOC_SDIO_SLAVE_SUPPORTED: sd_pullup_requirements
:SOC_SDMMC_HOST_SUPPORTED: sdmmc_host
sdspi_host
:SOC_GPSPI_SUPPORTED: sdspi_host
:SOC_SDIO_SLAVE_SUPPORTED: sdio_slave
:SOC_SDM_SUPPORTED: sdm
spi_flash/index
spi_master
spi_slave
: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_TEMP_SENSOR_SUPPORTED: temp_sensor
:SOC_TOUCH_SENSOR_SUPPORTED: touch_pad
@@ -206,6 +206,11 @@ The chip driver relies on the host driver.
OS Functions
^^^^^^^^^^^^
.. toctree::
:hidden:
../spi_features
Currently the OS function layer provides entries of a lock and delay.
The lock (see :ref:`spi_bus_lock`) is used to resolve the conflicts among the access of devices on the same SPI bus, and the SPI Flash chip access. E.g.