Skip to content

Commit 2fd66cd

Browse files
committed
添加 wdg 功能
1 parent c992650 commit 2fd66cd

6 files changed

Lines changed: 806 additions & 0 deletions

File tree

bsp/novosns/ns800/libraries/HAL_Drivers/drivers/SConscript

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ if GetDepend('BSP_USING_SPI'):
3030
if GetDepend('BSP_USING_QSPI'):
3131
src += ['drv_qspi.c']
3232

33+
if GetDepend('BSP_USING_WDT'):
34+
src += ['drv_iwdg.c']
35+
if GetDepend('BSP_USING_WWDG'):
36+
src += ['drv_wwdg.c']
37+
3338
group = DefineGroup('HAL_Drivers', src, depend = [''], CPPPATH = path)
3439

3540
Return('group')

0 commit comments

Comments
 (0)