feat(spi_flash): support 120M on xmc25q32d flash

This commit is contained in:
C.S.M 2024-12-30 14:11:18 +08:00
parent 2e6a6c0dd5
commit 95f24325e9

View File

@ -150,6 +150,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;