Skip to content

Commit 0652fd6

Browse files
committed
[bsp] add n32 pwm driver
1 parent bb1b52d commit 0652fd6

File tree

14 files changed

+2271
-2
lines changed

14 files changed

+2271
-2
lines changed

bsp/n32/n32gxx_lxx/libraries/n32_drivers/SConscript

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ if GetDepend(['RT_USING_RTC']):
4545
if GetDepend(['RT_USING_WDT']):
4646
src += ['drv_wdt.c']
4747

48+
if GetDepend(['BSP_USING_PWM']):
49+
src += ['drv_pwm.c']
4850
path = [cwd]
4951
path += [cwd + '/config']
5052

0 commit comments

Comments
 (0)