[bsp][stm32] add can driver.

This commit is contained in:
杨连钊
2019-02-19 13:53:09 +08:00
parent 6a150c0963
commit 5795a34d18
9 changed files with 1291 additions and 42 deletions
@@ -38,6 +38,9 @@ if GetDepend('RT_USING_LWIP'):
if GetDepend(['RT_USING_ADC']):
src += Glob('drv_adc.c')
if GetDepend(['RT_USING_CAN']):
src += ['drv_can.c']
if GetDepend('BSP_USING_SDRAM'):
src += ['drv_sdram.c']