mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
24 lines
783 B
Plaintext
24 lines
783 B
Plaintext
[mapping:esp_hw_support]
|
|
archive: libesp_hw_support.a
|
|
entries:
|
|
cpu_util (noflash_text)
|
|
esp_memory_utils (noflash)
|
|
rtc_clk (noflash)
|
|
rtc_init:rtc_vddsdio_set_config (noflash)
|
|
rtc_pm (noflash_text)
|
|
rtc_sleep (noflash_text)
|
|
rtc_time (noflash_text)
|
|
if IDF_TARGET_ESP32 = y || IDF_TARGET_ESP32S2 = y:
|
|
rtc_wdt (noflash_text)
|
|
if IDF_TARGET_ESP32S3 = y:
|
|
if SPIRAM_MODE_QUAD = y:
|
|
spiram_psram (noflash)
|
|
if SPIRAM_MODE_OCT = y:
|
|
opiram_psram (noflash)
|
|
if IDF_TARGET_ESP32S2 = y && SPIRAM:
|
|
mmu_psram (noflash)
|
|
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)
|