Merge branch 'docs/fix_formatting_issues_in_spi_flash_concurrency_doc' into 'master'

docs: fix formatting issues in spi_flash_concurrency document

See merge request espressif/esp-idf!24619
This commit is contained in:
Wang Fang
2023-08-23 17:08:39 +08:00
3 changed files with 5 additions and 1 deletions
@@ -4,7 +4,7 @@
当使能 flash 擦除的自动暂停
--------------------------------------
.. important:
.. important::
您使用的 flash 需要有 suspend/resume 功能,而且不是所有具备 suspend/resume flash 都可以在 {IDF_TARGET_NAME} 上使用自动暂停功能。如果您在不支持自动暂停的 flash 上使用该功能,可能会造成严重的程序崩溃。因此,我们强烈建议您在使用前阅读对应的 flash 的数据手册,确保您的 flash 可以满足如下条件, 即使这样,我们也建议您对 flash 做完整的测试:
@@ -3,6 +3,8 @@
SPI1 flash 并发约束
=========================================
:link_to_translation:`en:[English]`
指令/数据 cache(用以执行固件)与 SPI1 外设(由像 SPI flash 驱动一样的驱动程序控制)共享 SPI0/1 总线。因此,SPI1 外设上的操作会对整个系统造成显著的影响。这类操作包括调用 SPI flash API 或者 SPI1 总线上的其他驱动、任何 flash 操作(如读取、写入、擦除)或是由其他用户定义的 SPI 操作(对主 flash 或是其他 SPI 从机)。
.. only:: not (esp32c3 or SOC_SPIRAM_XIP_SUPPORTED)