Merge branch 'feature/spi_flash_vendor_classify' into 'master'

spi_flash: only link flash vendor which is officially supported to save IRAM

See merge request espressif/esp-idf!22255
This commit is contained in:
C.S.M
2023-02-09 13:48:15 +08:00
20 changed files with 337 additions and 10 deletions
@@ -47,6 +47,10 @@ Quad mode (QIO/QOUT) is supported on following chip types:
6. XMC
7. BOYA
.. note::
For every flash chip vendor listed above will only be supported by default when the flash is officially supported. If you want to enable/disable the flash series you can go through Kconfig manu ``Auto-detect flash chips``.
Optional Features
^^^^^^^^^^^^^^^^^