docs: fixed formatting issues in spi_flash_concurrency document

This commit is contained in:
Wang Fang
2023-07-06 11:15:31 +08:00
parent 2e5eb30382
commit 6ae9acb345
3 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
Concurrency Constraints for Flash on SPI1
=========================================
:link_to_translation:`zh_CN:[中文]`
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, operations to SPI1 will cause significant influence to the whole system. This kind of operations include calling SPI Flash API or other drivers on SPI1 bus, any operations like read/write/erase or other user defined SPI operations, regardless to the main flash or other SPI slave devices.
.. only:: not (esp32c3 or SOC_SPIRAM_XIP_SUPPORTED)