2020-09-25 15:23:52 +08:00
|
|
|
[mapping:esp_hw_support]
|
|
|
|
archive: libesp_hw_support.a
|
|
|
|
entries:
|
|
|
|
cpu_util (noflash_text)
|
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)
|
2021-09-27 10:41:07 +08:00
|
|
|
if IDF_TARGET_ESP32S3 = y:
|
|
|
|
if SPIRAM_MODE_QUAD = y:
|
|
|
|
spiram_psram (noflash)
|
|
|
|
if SPIRAM_MODE_OCT = y:
|
|
|
|
opiram_psram (noflash)
|
2022-03-23 20:16:08 +08:00
|
|
|
if IDF_TARGET_ESP32S2 = y && SPIRAM:
|
2022-01-12 15:03:50 +08:00
|
|
|
mmu_psram (noflash)
|
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)
|