[DeviceDrivers] Update SPI flash drivers.

This commit is contained in:
Bernard Xiong
2016-05-20 14:07:32 +08:00
parent 050da8a60d
commit c5949c2736
10 changed files with 513 additions and 31 deletions

View File

@@ -21,6 +21,9 @@ if GetDepend('RT_USING_AT45DBXX'):
if GetDepend('RT_USING_SST25VFXX'):
src_device += ['spi_flash_sst25vfxx.c']
if GetDepend('RT_USING_GD'):
src_device += ['spi_flash_gd.c']
src += src_device
group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_SPI'], CPPPATH = CPPPATH)