mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-16 04:22:22 +00:00
docs: sync up translation for api-reference
This commit is contained in:
@@ -5,6 +5,7 @@ SPI Flash API
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
||||
The spi_flash component contains API functions related to reading, writing, erasing, memory mapping for data in the external flash.
|
||||
|
||||
For higher-level API functions which work with partitions defined in the :doc:`partition table </api-guides/partition-tables>`, see :doc:`/api-reference/storage/partition`
|
||||
@@ -129,7 +130,6 @@ Concurrency Constraints for Flash on SPI1
|
||||
The SPI0/1 bus is shared between the instruction & data cache (for firmware execution) and the SPI1 peripheral (controlled by the drivers including this SPI flash driver). Hence, calling SPI Flash API on SPI1 bus (including the main flash) will cause significant influence to the whole system. See :doc:`spi_flash_concurrency` for more details.
|
||||
|
||||
|
||||
|
||||
SPI Flash Encryption
|
||||
--------------------
|
||||
|
||||
@@ -258,4 +258,4 @@ API Reference - SPI Flash
|
||||
API Reference - Flash Encrypt
|
||||
-----------------------------
|
||||
|
||||
.. include-build-file:: inc/esp_flash_encrypt.inc
|
||||
.. include-build-file:: inc/esp_flash_encrypt.inc
|
||||
|
||||
Reference in New Issue
Block a user