[docs] Update API Reference of SPI Flash for AR2023-003

This commit is contained in:
Krzysztof
2023-08-22 11:35:46 +08:00
parent a63e067d64
commit 290ca75ae0
4 changed files with 25 additions and 20 deletions
@@ -250,19 +250,20 @@ Additionally, all API functions are protected with a mutex (``s_flash_op_mutex``
In a single core environment (:ref:`CONFIG_FREERTOS_UNICORE` enabled), you need to disable both caches, so that no inter-CPU communication can take place.
Related Documents
------------------
.. list::
- :doc:`spi_flash_optional_feature`
- :doc:`spi_flash_concurrency`
:CONFIG_ESP_ROM_HAS_SPI_FLASH: - :doc:`spi_flash_idf_vs_rom`
.. toctree::
:hidden:
spi_flash_idf_vs_rom
.. only:: CONFIG_ESP_ROM_HAS_SPI_FLASH
ESP-IDF vs Chip-ROM SPI Flash Driver
------------------------------------
Refer to :doc:`spi_flash_idf_vs_rom`.
API Reference - SPI Flash
-------------------------
@@ -1,4 +1,4 @@
Optional features for flash
Optional Features for Flash
===========================
Some features are not supported on all ESP chips and Flash chips. You can check the list below for more information.