spi_flash: make spiflash compatible with ESP32C3 and ESP32S3 ROM

This commit is contained in:
jiangguangming
2021-03-11 19:39:27 +08:00
parent 23eff08638
commit ae04518a32
4 changed files with 22 additions and 1 deletions

View File

@@ -35,6 +35,7 @@
.configure_host_io_mode = spi_flash_hal_configure_host_io_mode, \
.poll_cmd_done = spi_flash_hal_poll_cmd_done, \
.flush_cache = memspi_host_flush_cache, \
.check_suspend = NULL, \
.resume = spi_flash_hal_resume, \
.suspend = spi_flash_hal_suspend,\
.sus_setup = spi_flash_hal_setup_read_suspend,\