linker.lf 490 B

1234567891011121314151617
  1. [mapping:spi_flash]
  2. archive: libspi_flash.a
  3. entries:
  4. if IDF_TARGET_ESP32 = y:
  5. spi_flash_rom_patch (noflash)
  6. spi_flash_chip_generic (noflash)
  7. spi_flash_chip_issi (noflash)
  8. spi_flash_chip_mxic (noflash)
  9. spi_flash_chip_gd(noflash)
  10. memspi_host_driver (noflash)
  11. # `spi_bus_add_flash_device` uses these functions when the cache is disabled
  12. [mapping:driver_spiflash]
  13. archive: libdriver.a
  14. entries:
  15. gpio:gpio_iomux_out (noflash)
  16. gpio:gpio_iomux_in (noflash)