Skip to content

Commit ce4ac63

Browse files
author
sheltonyu
committed
1. modify at32_msp default configuration 2. add hwtimer driver and fix up some driver errors 3. update related files
1 parent 1becc3a commit ce4ac63

File tree

13 files changed

+1776
-323
lines changed

13 files changed

+1776
-323
lines changed

bsp/at32/Libraries/rt_drivers/SConscript

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ if GetDepend(['BSP_USING_SERIAL']):
2121
if GetDepend(['BSP_USING_PWM']):
2222
src += ['drv_pwm.c']
2323

24+
if GetDepend(['BSP_USING_HWTIMER']):
25+
src += ['drv_hwtimer.c']
26+
2427
if GetDepend(['BSP_USING_SPI']):
2528
src += ['drv_spi.c']
2629

0 commit comments

Comments
 (0)