Files
esp-idf/components/esp_hal_wdt/linker.lf
T

9 lines
205 B
Plaintext

[mapping:esp_hal_wdt]
archive: libesp_hal_wdt.a
entries:
if SOC_WDT_SUPPORTED = y:
if HAL_WDT_USE_ROM_IMPL = y:
rom_patch (noflash)
else:
wdt_hal_iram (noflash)