[bsp/max32660] add onchip rtc support

This commit is contained in:
picospuch
2021-03-20 17:49:07 +08:00
committed by picospuch
parent 2517907b48
commit f84250f3cc
4 changed files with 146 additions and 3 deletions
@@ -26,6 +26,8 @@ if GetDepend(['RT_USING_I2C']):
if GetDepend(['RT_USING_I2C', 'RT_USING_I2C_BITOPS']):
src += ['drv_soft_i2c.c']
if GetDepend(['BSP_USING_ONCHIP_RTC']):
src += ['drv_rtc.c']
if GetDepend(['BSP_USING_WDT']):
src += ['drv_wdt.c']