2020-08-08 08:15:27 -04:00
|
|
|
[mapping:hal]
|
|
|
|
archive: libhal.a
|
|
|
|
entries:
|
2023-01-30 05:03:41 -05: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-12 23:56:14 -04:00
|
|
|
if IDF_TARGET_ESP32 = y:
|
|
|
|
cache_hal_esp32 (noflash)
|
|
|
|
else:
|
|
|
|
cache_hal (noflash)
|
2022-12-28 22:01:13 -05:00
|
|
|
if SOC_GPSPI_SUPPORTED = y:
|
2023-04-02 23:01:12 -04: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)
|
2021-03-24 00:11:07 -04:00
|
|
|
if UART_ISR_IN_IRAM = y || ESP_PANIC_HANDLER_IRAM = y:
|
2020-08-08 08:15:27 -04:00
|
|
|
uart_hal_iram (noflash)
|
|
|
|
else:
|
|
|
|
uart_hal_iram (default)
|
2022-08-31 08:12:24 -04:00
|
|
|
if SOC_LEDC_SUPPORTED = y:
|
|
|
|
ledc_hal_iram (noflash)
|
|
|
|
if SOC_I2C_SUPPORTED = y:
|
|
|
|
i2c_hal_iram (noflash)
|
2022-05-06 06:57:14 -04:00
|
|
|
if HAL_WDT_USE_ROM_IMPL = n:
|
2022-04-16 03:06:40 -04:00
|
|
|
wdt_hal_iram (noflash)
|
2022-05-06 06:57:14 -04:00
|
|
|
if SOC_SYSTIMER_SUPPORTED = y && HAL_SYSTIMER_USE_ROM_IMPL = n:
|
|
|
|
systimer_hal (noflash)
|
2022-01-20 16:24:27 -05:00
|
|
|
if TWAI_ISR_IN_IRAM = y:
|
|
|
|
twai_hal_iram (noflash)
|
2021-01-13 07:05:57 -05:00
|
|
|
if IDF_TARGET_ESP32 = n:
|
|
|
|
spi_flash_hal_gpspi (noflash)
|
2022-03-09 01:37:41 -05:00
|
|
|
if GPIO_CTRL_FUNC_IN_IRAM = y:
|
|
|
|
gpio_hal: gpio_hal_intr_disable (noflash)
|
2022-05-31 23:00:00 -04:00
|
|
|
if LCD_RGB_ISR_IRAM_SAFE = y:
|
|
|
|
lcd_hal: lcd_hal_cal_pclk_freq (noflash)
|