docs: update CN translation for MR15221 for v4.4

This commit is contained in:
Shang Zhou
2022-01-27 08:27:04 +00:00
committed by Krzysztof Budzynski
parent f3e0c8bc41
commit 3c76a058aa
3 changed files with 15 additions and 3 deletions

View File

@ -21,7 +21,7 @@ API 指南
:SOC_SPIRAM_SUPPORTED: 片外 SPI RAM <external-ram>
严重错误 <fatal-errors>
Flash 加密 <../security/flash-encryption>
:esp32s3: Flash and External SPI RAM Configuration <flash_psram_config>
:esp32s3: SPI flash 和片外 SPI RAM 设置 <flash_psram_config>
FreeRTOS SMP 变化 <freertos-smp>
硬件抽象层 <hardware-abstraction>
:CONFIG_IDF_TARGET_ARCH_XTENSA: 高层中断 <hlinterrupts>

View File

@ -39,6 +39,14 @@ Flash 特性支持情况
6. XMC
7. BOYA
.. only:: esp32s3
下列 flash 芯片支持八线模式 (OPI)
1. MXIC
关于如何为具有不同 flash 和 PSRAM 容量的开发板设置 menuconfig请参考 :ref:`SPI flash 和片外 SPI RAM 设置 <flash-psram-configuration>`
当前驱动支持以下厂家/型号的 flash 的 32 位地址范围的访问:
1. W25Q256
@ -248,5 +256,3 @@ Flash 加密 API 参考
-----------------------------
.. include-build-file:: inc/esp_flash_encrypt.inc

View File

@ -774,6 +774,12 @@ Windows 操作系统
``idf.py -p PORT flash monitor``
.. only:: esp32s3
.. note::
如果带有八线 flash 的开发板在二级引导加载程序之前复位,请参考 :ref:`八线 flash 错误处理 <flash-psram-error>`
此外,
- 请前往 :doc:`IDF 监视器 <../api-guides/tools/idf-monitor>`,了解更多使用 IDF 监视器的快捷键和其他详情。