Skip to content

Commit b8820cf

Browse files
committed
Merge branch 'feat/xmc_32d_support_v5.4' into 'release/v5.4'
feat(spi_flash): support 120M on xmc25q32d flash (backport v5.4) See merge request espressif/esp-idf!36078
2 parents 5bac8a9 + 3952879 commit b8820cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/spi_flash/spi_flash_hpm_enable.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ static esp_err_t spi_flash_hpm_probe_chip_with_dummy(uint32_t flash_id)
150150
// XMC chips.
151151
case 0x204017:
152152
case 0x204018:
153+
case 0x464016:
153154
case 0x464017:
154155
case 0x464018:
155156
break;

0 commit comments

Comments
 (0)