Skip to content

Commit 58b05ab

Browse files
committed
[bsp/nrf5x]: add the driver of pwm
1 parent e22bbf9 commit 58b05ab

File tree

3 files changed

+564
-18
lines changed

3 files changed

+564
-18
lines changed

bsp/nrf5x/libraries/drivers/SConscript

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ if GetDepend(['BSP_USING_QSPI_FLASH']):
1919

2020
if GetDepend(['BSP_USING_SPI']):
2121
src += ['drv_spi.c']
22+
2223
if GetDepend(['BSP_USING_GPIO']):
2324
src += ['drv_gpio.c']
25+
26+
if GetDepend(['BSP_USING_PWM']):
27+
src += ['drv_pwm.c']
2428

2529
path = [cwd]
2630

0 commit comments

Comments
 (0)