[Bsp] add sdcard drive | 添加sd卡驱动

This commit is contained in:
liu2guang
2018-01-16 18:05:16 +08:00
parent ff6b7c4c23
commit 7b8a78360f
5 changed files with 372 additions and 3 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ if GetDepend(['RT_USING_SPI']):
src += ['drv_spi.c']
if GetDepend(['RT_USING_USB_DEVICE']):
src += ['drv_usb.c']
if GetDepend(['RT_USING_SDCARD']):
src += ['drv_sdcard.c']
CPPPATH = [cwd]