mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02:00
[docs] Update API Reference of SPI Flash for AR2023-003
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user