esp_flash: fix cache exception when CS pin is through IOMUX

pull/5626/head
Armando 2020-06-01 15:26:57 +08:00
rodzic 59c1bf4d8f
commit b88982b666
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -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)