Skip to content

Commit 6d3847b

Browse files
authored
Merge pull request #4335 from LeeChunHei/qtimer_port
爲RT1052移植QTMR的PWM
2 parents 5a53b08 + 4c32843 commit 6d3847b

File tree

2 files changed

+289
-20
lines changed

2 files changed

+289
-20
lines changed

bsp/imxrt/libraries/MIMXRT1050/SConscript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ if GetDepend(['BSP_USING_HWTIMER']) or GetDepend(['BSP_USING_PWM']):
3434

3535
if GetDepend(['BSP_USING_PWM']):
3636
src += ['MIMXRT1052/drivers/fsl_pwm.c']
37+
src += ['MIMXRT1052/drivers/fsl_qtmr.c']
3738

3839
if GetDepend(['BSP_USING_RTC']):
3940
src += ['MIMXRT1052/drivers/fsl_snvs_hp.c']

0 commit comments

Comments
 (0)