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
@@ -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.