2020-08-08 12:15:27 +00:00
|
|
|
[mapping:hal]
|
|
|
|
archive: libhal.a
|
|
|
|
entries:
|
2023-01-30 10:03:41 +00:00
|
|
|
if APP_BUILD_TYPE_PURE_RAM_APP = n:
|
|
|
|
mmu_hal (noflash)
|
|
|
|
spi_flash_hal_iram (noflash)
|
|
|
|
spi_flash_encrypt_hal_iram (noflash)
|
2023-06-13 03:56:14 +00:00
|
|
|
if IDF_TARGET_ESP32 = y:
|
|
|
|
cache_hal_esp32 (noflash)
|
|
|
|
else:
|
|
|
|
cache_hal (noflash)
|
2022-12-29 03:01:13 +00:00
|
|
|
if SOC_GPSPI_SUPPORTED = y:
|
2023-04-03 03:01:12 +00:00
|
|
|
if HAL_SPI_MASTER_FUNC_IN_IRAM = y:
|
|
|
|
spi_hal_iram (noflash)
|
|
|
|
if HAL_SPI_SLAVE_FUNC_IN_IRAM = y:
|
|
|
|
spi_slave_hal_iram (noflash)
|
2022-08-31 12:12:24 +00:00
|
|
|
if SOC_I2C_SUPPORTED = y:
|
|
|
|
i2c_hal_iram (noflash)
|
2022-05-06 10:57:14 +00:00
|
|
|
if HAL_WDT_USE_ROM_IMPL = n:
|
2022-04-16 07:06:40 +00:00
|
|
|
wdt_hal_iram (noflash)
|
2022-05-06 10:57:14 +00:00
|
|
|
if SOC_SYSTIMER_SUPPORTED = y && HAL_SYSTIMER_USE_ROM_IMPL = n:
|
|
|
|
systimer_hal (noflash)
|
2023-07-12 07:21:40 +00:00
|
|
|
if SOC_GPSPI_SUPPORTED = y && IDF_TARGET_ESP32 = n:
|
2021-01-13 12:05:57 +00:00
|
|
|
spi_flash_hal_gpspi (noflash)
|
2023-06-25 09:12:43 +00:00
|
|
|
if SOC_PMU_SUPPORTED = y:
|
|
|
|
pmu_hal (noflash)
|