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…
Reference in New Issue