Pārlūkot izejas kodu

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

Linda 2 gadi atpakaļ
vecāks
revīzija
b08017f599

+ 2 - 2
docs/en/api-reference/peripherals/spi_flash/index.rst

@@ -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
 ^^^^^^^^^^^^^^^^^

+ 1 - 1
docs/zh_CN/api-reference/peripherals/spi_flash/index.rst

@@ -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 可选的功能
 ^^^^^^^^^^^^^^^^^^^^