add iwdg driver

This commit is contained in:
XXXXzzzz000 2018-10-17 16:05:33 +08:00
parent 8107542d76
commit 5e95c57456
1 changed files with 3 additions and 0 deletions

View File

@ -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']