| 1234567891011121314151617 |
- [mapping:spi_flash]
- archive: libspi_flash.a
- entries:
- if IDF_TARGET_ESP32 = y:
- spi_flash_rom_patch (noflash)
- spi_flash_chip_generic (noflash)
- spi_flash_chip_issi (noflash)
- spi_flash_chip_mxic (noflash)
- 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)
|