2019-03-19 14:19:39 +08:00
|
|
|
[mapping:spi_flash]
|
2018-04-18 10:57:45 +08:00
|
|
|
archive: libspi_flash.a
|
2017-05-24 12:35:12 +10:00
|
|
|
entries:
|
2023-01-30 18:03:41 +08:00
|
|
|
if APP_BUILD_TYPE_PURE_RAM_APP = n:
|
|
|
|
spi_flash_chip_generic (noflash)
|
|
|
|
spi_flash_chip_issi (noflash)
|
|
|
|
spi_flash_chip_mxic (noflash)
|
|
|
|
spi_flash_chip_gd (noflash)
|
|
|
|
spi_flash_chip_winbond (noflash)
|
|
|
|
spi_flash_chip_boya (noflash)
|
|
|
|
spi_flash_chip_th (noflash)
|
|
|
|
memspi_host_driver (noflash)
|
|
|
|
flash_brownout_hook (noflash)
|
2021-01-24 00:48:07 +08:00
|
|
|
|
2023-01-30 18:03:41 +08:00
|
|
|
if IDF_TARGET_ESP32S3 = y:
|
|
|
|
spi_flash_chip_mxic_opi (noflash)
|
|
|
|
spi_flash_hpm_enable (noflash)
|
2021-04-15 17:13:48 +08:00
|
|
|
|
2023-01-30 18:03:41 +08:00
|
|
|
if ESPTOOLPY_OCT_FLASH = y || ESPTOOLPY_FLASH_MODE_AUTO_DETECT = y:
|
|
|
|
spi_flash_oct_flash_init (noflash)
|