adapt watchdog driver for hc32f4a0

This commit is contained in:
wuzheng
2023-02-03 09:45:20 +08:00
parent d2e6719a0e
commit bcb5e48d6a
8 changed files with 216 additions and 1 deletions
@@ -61,3 +61,11 @@ menuconfig BSP_USING_RTC
if BSP_USING_RTC
source "$BSP_DIR/third_party_driver/rtc/Kconfig"
endif
menuconfig BSP_USING_WDT
bool "Using WDT device"
default n
select RESOURCES_WDT
if BSP_USING_WDT
source "$BSP_DIR/third_party_driver/watchdog/Kconfig"
endif