sync the upstream

This commit is contained in:
Wang_Weigen
2022-05-07 10:47:23 +08:00
109 changed files with 5542 additions and 520 deletions
@@ -54,3 +54,11 @@ menuconfig BSP_USING_USB
if BSP_USING_USB
source "$BSP_DIR/third_party_driver/usb/Kconfig"
endif
menuconfig BSP_USING_WDT
bool "Using WATCHDOG TIMER device"
default n
select RESOURCES_WDT
if BSP_USING_WDT
source "$BSP_DIR/third_party_driver/wdt/Kconfig"
endif