Merge branch 'feat/xmc_32d_support_v5.0' into 'release/v5.0'

feat(spi_flash): support 120M on xmc25q32d flash (backport v5.0)

See merge request espressif/esp-idf!36082
This commit is contained in:
morris 2025-01-23 16:10:59 +08:00
commit b3e2d38022

View File

@ -139,6 +139,7 @@ static esp_err_t spi_flash_hpm_probe_chip_with_dummy(uint32_t flash_id)
// XMC chips.
case 0x204017:
case 0x204018:
case 0x464016:
case 0x464017:
case 0x464018:
break;