mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(spi_flash): Add GD25Q32 for supporting suspend
This commit is contained in:
parent
f6c42041a4
commit
4626fafd20
@ -37,6 +37,7 @@ spi_flash_caps_t spi_flash_chip_gd_get_caps(esp_flash_t *chip)
|
|||||||
#if CONFIG_SPI_FLASH_AUTO_SUSPEND
|
#if CONFIG_SPI_FLASH_AUTO_SUSPEND
|
||||||
switch (chip->chip_id) {
|
switch (chip->chip_id) {
|
||||||
/* The flash listed here can support suspend */
|
/* The flash listed here can support suspend */
|
||||||
|
case 0xC84016:
|
||||||
case 0xC84017:
|
case 0xC84017:
|
||||||
case 0xC84018:
|
case 0xC84018:
|
||||||
caps_flags |= SPI_FLASH_CHIP_CAP_SUSPEND;
|
caps_flags |= SPI_FLASH_CHIP_CAP_SUSPEND;
|
||||||
|
Loading…
Reference in New Issue
Block a user