mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-20 16:46:17 +08:00
Merge branch 'bugfix/support_GD25Q64_qio_enable_v3.3' into 'release/v3.3'
bugfix(flash): add support for GD25Q64 qio enable (backport v3.3) See merge request sdk/ESP8266_RTOS_SDK!1241
This commit is contained in:
@ -430,7 +430,7 @@ void user_spi_flash_dio_to_qio_pre_init(void)
|
||||
to_qio = true;
|
||||
}
|
||||
//ENABLE FLASH QIO 0X31H+BIT2
|
||||
} else if (((flash_id & 0xFFFFFF) == 0x1640C8) || ((flash_id & 0xFFFFFF) == 0x1840C8)) {
|
||||
} else if ((flash_id & 0xFFFF) == 0x40C8) {
|
||||
if (flash_gd25q32c_enable_QIO_mode() == true) {
|
||||
to_qio = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user