mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_flash: fix cache exception when CS pin is through IOMUX
This commit is contained in:
parent
59c1bf4d8f
commit
b88982b666
@ -7,3 +7,9 @@ entries:
|
||||
spi_flash_chip_gd(noflash)
|
||||
memspi_host_driver (noflash)
|
||||
|
||||
# `spi_bus_add_flash_device` uses these functions when the cache is disabled
|
||||
[mapping:driver_spiflash]
|
||||
archive: libdriver.a
|
||||
entries:
|
||||
gpio:gpio_iomux_out (noflash)
|
||||
gpio:gpio_iomux_in (noflash)
|
||||
|
Loading…
Reference in New Issue
Block a user