mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-29 20:05:09 +00:00
9 lines
205 B
Plaintext
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)
|