91841a53ff
This commit updates the watchdog timers (MWDT and RWDT) in the following ways: - Add seprate LL for MWDT and RWDT. - Add a combined WDT HAL for all Watchdog Timers - Update int_wdt.c and task_wdt.c to use WDT HAL - Remove most dependencies on LL or direct register access in other components. They will now use the WDT HAL - Update use of watchdogs (including RTC WDT) in bootloader and startup code to use the HAL layer.
26 lines
693 B
Text
26 lines
693 B
Text
[mapping:soc]
|
|
archive: libsoc.a
|
|
entries:
|
|
cpu_util (noflash_text)
|
|
rtc_clk (noflash)
|
|
rtc_clk_init (noflash_text)
|
|
rtc_init (noflash_text)
|
|
rtc_periph (noflash_text)
|
|
rtc_pm (noflash_text)
|
|
rtc_sleep (noflash_text)
|
|
rtc_time (noflash_text)
|
|
rtc_wdt (noflash_text)
|
|
spi_hal_iram (noflash_text)
|
|
spi_slave_hal_iram (noflash_text)
|
|
if UART_ISR_IN_IRAM = y:
|
|
uart_hal_iram (noflash_text)
|
|
else:
|
|
uart_hal_iram (default)
|
|
spi_flash_hal_iram (noflash)
|
|
ledc_hal_iram (noflash_text)
|
|
i2c_hal_iram (noflash)
|
|
spi_flash_hal_gpspi (noflash)
|
|
lldesc (noflash_text)
|
|
cpu_hal (noflash)
|
|
soc_hal (noflash)
|
|
wdt_hal_iram (noflash)
|