2020-09-25 03:23:52 -04:00
|
|
|
[mapping:esp_hw_support]
|
|
|
|
archive: libesp_hw_support.a
|
|
|
|
entries:
|
|
|
|
cpu_util (noflash_text)
|
2020-10-21 08:26:10 -04:00
|
|
|
if IDF_TARGET_ESP32S2 = y:
|
|
|
|
regi2c_ctrl (noflash)
|
2020-09-25 03:23:52 -04:00
|
|
|
rtc_clk (noflash)
|
|
|
|
rtc_init:rtc_vddsdio_set_config (noflash)
|
|
|
|
rtc_pm (noflash_text)
|
|
|
|
rtc_sleep (noflash_text)
|
|
|
|
rtc_time (noflash_text)
|
2022-01-17 21:32:56 -05:00
|
|
|
if IDF_TARGET_ESP32C3 = n && IDF_TARGET_ESP32H2 = n && IDF_TARGET_ESP32C2 = n:
|
2020-11-12 10:17:17 -05:00
|
|
|
rtc_wdt (noflash_text)
|
2021-09-26 22:41:07 -04:00
|
|
|
if IDF_TARGET_ESP32S3 = y:
|
|
|
|
if SPIRAM_MODE_QUAD = y:
|
|
|
|
spiram_psram (noflash)
|
|
|
|
if SPIRAM_MODE_OCT = y:
|
|
|
|
opiram_psram (noflash)
|
2022-01-12 02:03:50 -05:00
|
|
|
if IDF_TARGET_ESP32S2 = y:
|
|
|
|
mmu_psram (noflash)
|