mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 10:16:26 +08:00
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:
@@ -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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user