mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-12 20:24:15 +08:00
[bsp][gd32]添加 GD32F303 的 pwm 驱动
This commit is contained in:
committed by
Man, Jianting (Meco)
parent
849f0d4a71
commit
ab8caed1a3
@@ -48,6 +48,10 @@ if GetDepend('RT_USING_ADC'):
|
||||
# add sdio drivers.
|
||||
if GetDepend('RT_USING_SDIO'):
|
||||
src += ['drv_sdio.c']
|
||||
|
||||
# add pwm drivers.
|
||||
if GetDepend('RT_USING_PWM'):
|
||||
src += ['drv_pwm.c']
|
||||
|
||||
path = [cwd]
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user