add rt1170/rt1020 bsp (#5927)

* add rt1170 bsp
* add rt1020 bsp
This commit is contained in:
xinyigao
2022-05-19 14:06:35 +08:00
committed by GitHub
parent 880fc2f59a
commit 53be4393aa
771 changed files with 2023853 additions and 17066 deletions
+5 -1
View File
@@ -32,7 +32,10 @@ if GetDepend('BSP_USING_PWM'):
if GetDepend('BSP_USING_ADC'):
src += ['drv_adc.c']
if GetDepend('BSP_USING_LPADC'):
src += ['drv_lpadc.c']
if GetDepend('BSP_USING_CAN'):
src += ['drv_can.c']
@@ -75,3 +78,4 @@ path = [cwd]
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path, CPPDEFINES=CPPDEFINES)
Return('group')