1. modify at32_msp default configuration 2. add hwtimer driver and fix up some driver errors 3. update related files

This commit is contained in:
sheltonyu
2020-03-17 10:10:43 +08:00
parent 1becc3a77f
commit ce4ac6315d
13 changed files with 1778 additions and 325 deletions
+3
View File
@@ -21,6 +21,9 @@ if GetDepend(['BSP_USING_SERIAL']):
if GetDepend(['BSP_USING_PWM']):
src += ['drv_pwm.c']
if GetDepend(['BSP_USING_HWTIMER']):
src += ['drv_hwtimer.c']
if GetDepend(['BSP_USING_SPI']):
src += ['drv_spi.c']