[bsp][gd32]添加 GD32F303 的 pwm 驱动

This commit is contained in:
ZengJianwei
2023-06-05 18:52:36 +08:00
committed by Man, Jianting (Meco)
parent 849f0d4a71
commit ab8caed1a3
2 changed files with 575 additions and 0 deletions
@@ -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