feat(spi_flash): Add XMC chip 32-bits address support

This commit is contained in:
C.S.M
2025-05-15 14:50:56 +08:00
parent 0dbce7210d
commit 6ead06c6d5
6 changed files with 78 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ Feature Supported by ESP-IDF but Not in Chip-ROM
.. list::
- Octal flash chip support. See :ref:`oct-flash-doc` for details.
- 32-bit-address support for GD25Q256. Note that this feature is an optional feature, please do read :ref:`32-bit-flash-doc` for details.
- 32-bit-address support on flash chips. Note that this feature is an optional feature, please do read :ref:`32-bit-flash-doc` for details.
- TH flash chip support.
- Kconfig option :ref:`CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED`.
- :ref:`CONFIG_SPI_FLASH_VERIFY_WRITE`, enabling this option helps you detect bad writing.

View File

@@ -155,6 +155,7 @@ List of Flash chips that support this feature:
1. W25Q256
2. GD25Q256
3. XM25QH256D
Restrictions
^^^^^^^^^^^^