Skip to content

Commit ed0637f

Browse files
authored
Merge pull request #3463 from sheltonyu/develop
1. modify at32_msp default configuration 2. add hwtimer driver and fi…
2 parents 388e714 + ce4ac63 commit ed0637f

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)