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)
|
|
|
|
rtc_init:rtc_vddsdio_set_config (noflash)
|
|
|
|
rtc_pm (noflash_text)
|
|
|
|
rtc_sleep (noflash_text)
|
|
|
|
rtc_time (noflash_text)
|
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)
|
|
|
|
periph_ctrl: wifi_module_enable (noflash)
|
|
|
|
periph_ctrl: wifi_module_disable (noflash)
|
2022-06-28 11:06:27 +08:00
|
|
|
if GDMA_CTRL_FUNC_IN_IRAM = y:
|
|
|
|
gdma: gdma_start (noflash)
|
|
|
|
gdma: gdma_stop (noflash)
|
|
|
|
gdma: gdma_append (noflash)
|
|
|
|
gdma: gdma_reset (noflash)
|
2022-07-25 11:23:39 +08:00
|
|
|
if SOC_SYSTIMER_SUPPORTED = y:
|
|
|
|
systimer (noflash)
|
2023-05-31 19:11:23 +08:00
|
|
|
|
|
|
|
if ADC_ONESHOT_CTRL_FUNC_IN_IRAM = y:
|
|
|
|
sar_periph_ctrl (noflash)
|
|
|
|
else:
|
|
|
|
sar_periph_ctrl: sar_periph_ctrl_power_enable (noflash)
|