Merge branch 'docs/fix_typo_spi_flash' into 'master'

docs: fix typo in api-reference/peripherals/spi_flash

See merge request espressif/esp-idf!22402
This commit is contained in:
Zhang Xiao Yan 2023-02-20 17:49:37 +08:00
commit 6642009074
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ Support for Features of Flash Chips
Quad/Dual Mode Chips
^^^^^^^^^^^^^^^^^^^^
Features of different flashes are implemented in different ways and thus need special support. The fast/slow read and Dual mode (DOUT/DIO) of almost all 24-bit address flash chips are supported, because they don't need any vendor-specific commands.
Features of different flashes are implemented in different ways and thus need special support. The fast/slow read and Dual mode (DOUT/DIO) of almost all flashes with 24-bit address are supported, because they don't need any vendor-specific commands.
Quad mode (QIO/QOUT) is supported on following chip types:
@ -49,7 +49,7 @@ Quad mode (QIO/QOUT) is supported on following chip types:
.. note::
Flash vendors listed above will only be supported by default when the flash is officially supported. You can also enable or disable the flash series in the Kconfig menu ``Auto-detect flash chips``.
Only when one flash series listed above is supported by {IDF_TARGET_NAME}, this flash series is supported by the chip driver by default. You can use ``Component config`` > ``SPI Flash driver`` > ``Auto-detect flash chips`` in menuconfig to enable/disable a flash series.
Optional Features
^^^^^^^^^^^^^^^^^

View File

@ -49,7 +49,7 @@ Flash 功能支持情况
.. note::
芯片只会默认支持官方的 flash 厂家/型号。可以在 Kconfig 菜单 ``Auto-detect flash chips`` 中选择启用或禁用特定 flash 厂家/型号
只有 {IDF_TARGET_NAME} 支持上述某个 flash 时,芯片的驱动才默认支持这款 flash。可使用 menuconfig 中的 ``Component config`` > ``SPI Flash driver`` > ``Auto-detect flash chips`` 选项来使能/禁用某个 flash
Flash 可选的功能
^^^^^^^^^^^^^^^^^^^^