Skip to content

Commit

Permalink
Merge branch 'feat/add_gd_chip_suspend' into 'master'
Browse files Browse the repository at this point in the history
feat(spi_flash): Add GD25Q32 for supporting suspend

See merge request espressif/esp-idf!32313
  • Loading branch information
mythbuster5 committed Jul 25, 2024
2 parents e40386b + 4626faf commit a5cdf84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/spi_flash/spi_flash_chip_gd.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ spi_flash_caps_t spi_flash_chip_gd_get_caps(esp_flash_t *chip)
#if CONFIG_SPI_FLASH_AUTO_SUSPEND
switch (chip->chip_id) {
/* The flash listed here can support suspend */
case 0xC84016:
case 0xC84017:
case 0xC84018:
caps_flags |= SPI_FLASH_CHIP_CAP_SUSPEND;
Expand Down

0 comments on commit a5cdf84

Please sign in to comment.