2020-09-25 15:23:52 +08:00
|
|
|
[mapping:esp_hw_support]
|
|
|
|
archive: libesp_hw_support.a
|
|
|
|
entries:
|
2022-06-07 14:46:23 +08:00
|
|
|
cpu: esp_cpu_stall (noflash)
|
|
|
|
cpu: esp_cpu_unstall (noflash)
|
|
|
|
cpu: esp_cpu_reset (noflash)
|
|
|
|
cpu: esp_cpu_wait_for_intr (noflash)
|
|
|
|
if ESP_PANIC_HANDLER_IRAM = y:
|
|
|
|
cpu: esp_cpu_set_breakpoint (noflash)
|
|
|
|
cpu: esp_cpu_clear_breakpoint (noflash)
|
|
|
|
cpu: esp_cpu_set_watchpoint (noflash)
|
|
|
|
cpu: esp_cpu_clear_watchpoint (noflash)
|
|
|
|
cpu: esp_cpu_compare_and_set (noflash)
|
2022-03-31 15:07:51 +08:00
|
|
|
esp_memory_utils (noflash)
|
2020-09-25 15:23:52 +08:00
|
|
|
rtc_clk (noflash)
|
2023-07-31 13:48:27 +08:00
|
|
|
if SOC_CONFIGURABLE_VDDSDIO_SUPPORTED = y:
|
2023-06-07 19:50:30 +08:00
|
|
|
rtc_init:rtc_vddsdio_get_config (noflash)
|
2022-07-12 19:46:23 +08:00
|
|
|
rtc_init:rtc_vddsdio_set_config (noflash)
|
2024-02-06 13:43:14 +08:00
|
|
|
if IDF_TARGET_ESP32 = y || IDF_TARGET_ESP32S2 = y || IDF_TARGET_ESP32S3 = y || IDF_TARGET_ESP32C2 = y || IDF_TARGET_ESP32C3 = y:
|
2022-07-12 19:46:23 +08:00
|
|
|
rtc_sleep (noflash_text)
|
2020-09-25 15:23:52 +08:00
|
|
|
rtc_time (noflash_text)
|
2024-06-14 16:46:48 +08:00
|
|
|
if SOC_PMU_SUPPORTED = y && SOC_LIGHT_SLEEP_SUPPORTED = y:
|
2023-01-30 16:37:20 +08:00
|
|
|
pmu_sleep (noflash)
|
2023-10-27 18:23:50 +08:00
|
|
|
if SOC_USB_SERIAL_JTAG_SUPPORTED = y:
|
|
|
|
sleep_console (noflash)
|
2022-02-28 18:30:36 +08:00
|
|
|
if IDF_TARGET_ESP32 = y || IDF_TARGET_ESP32S2 = y:
|
2020-11-12 23:17:17 +08:00
|
|
|
rtc_wdt (noflash_text)
|
2022-03-24 21:33:36 +08:00
|
|
|
if PERIPH_CTRL_FUNC_IN_IRAM = y:
|
|
|
|
periph_ctrl: periph_module_reset (noflash)
|
2023-02-11 07:38:45 +08:00
|
|
|
if PERIPH_CTRL_FUNC_IN_IRAM = y && ESP_WIFI_ENABLED = y:
|
2022-03-24 21:33:36 +08:00
|
|
|
periph_ctrl: wifi_module_enable (noflash)
|
|
|
|
periph_ctrl: wifi_module_disable (noflash)
|
2022-07-25 11:23:39 +08:00
|
|
|
if SOC_SYSTIMER_SUPPORTED = y:
|
|
|
|
systimer (noflash)
|
2023-04-04 15:49:45 +08:00
|
|
|
if APP_BUILD_TYPE_PURE_RAM_APP = n:
|
2023-01-05 15:24:08 +08:00
|
|
|
mspi_timing_tuning (noflash)
|
2023-04-04 15:49:45 +08:00
|
|
|
if SOC_MEMSPI_TIMING_TUNING_BY_MSPI_DELAY = y:
|
|
|
|
mspi_timing_by_mspi_delay (noflash)
|
2024-01-09 12:27:07 +08:00
|
|
|
mspi_timing_config (noflash)
|
|
|
|
if SOC_MEMSPI_TIMING_TUNING_BY_DQS = y:
|
|
|
|
mspi_timing_by_dqs (noflash)
|
|
|
|
mspi_timing_config (noflash)
|
2023-08-08 10:30:27 +08:00
|
|
|
if SOC_ADC_SHARED_POWER = y:
|
|
|
|
if ADC_ONESHOT_CTRL_FUNC_IN_IRAM = y:
|
|
|
|
sar_periph_ctrl (noflash)
|
|
|
|
else:
|
|
|
|
sar_periph_ctrl: sar_periph_ctrl_power_enable (noflash)
|
2023-06-25 17:12:43 +08:00
|
|
|
|
|
|
|
[mapping:soc_pm]
|
|
|
|
archive: libsoc.a
|
|
|
|
entries:
|
|
|
|
if PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP && ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND:
|
|
|
|
gpio_periph: GPIO_HOLD_MASK (noflash)
|