mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-30 06:00:27 +08:00
add iwdg driver
This commit is contained in:
parent
8107542d76
commit
5e95c57456
@ -23,6 +23,9 @@ if GetDepend(['RT_USING_SDCARD']):
|
||||
if GetDepend(['RT_USING_I2C', 'RT_USING_I2C_BITOPS']):
|
||||
src += ['drv_i2c.c']
|
||||
|
||||
if GetDepend(['RT_USING_WDT']):
|
||||
src += ['drv_iwg.c']
|
||||
|
||||
if rtconfig.CROSS_TOOL == 'gcc':
|
||||
src += ['gcc_startup.s']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user