add fal wdt tmr

This commit is contained in:
wmano
2025-08-27 23:16:25 +08:00
parent f9e7fa9956
commit fa4d12b6e0
20 changed files with 1059 additions and 804 deletions
+11
View File
@@ -137,6 +137,8 @@
/* DFS: device virtual file system */
/* end of DFS: device virtual file system */
#define RT_USING_FAL
#define FAL_PART_HAS_TABLE_CFG
/* Device Drivers */
@@ -155,7 +157,10 @@
#define RT_CANSND_MSG_TIMEOUT 100
#define RT_USING_I2C
#define RT_USING_I2C_BITOPS
#define RT_USING_RTC
#define RT_USING_WDT
#define RT_USING_PIN
#define RT_USING_HWTIMER
/* end of Device Drivers */
/* C/C++ and POSIX layer */
@@ -476,6 +481,12 @@
#define BSP_USING_I2C4
#define BSP_USING_CAN
#define BSP_USING_CAN1
#define BSP_USING_ONCHIP_RTC
#define BSP_RTC_USING_LSE
#define BSP_USING_WDT
#define BSP_USING_ON_CHIP_FLASH
#define BSP_USING_TIM
#define BSP_USING_TIM2
/* end of On-chip Peripheral Drivers */
/* Board extended module Drivers */