添加 w25 mtd设备驱动

This commit is contained in:
urey@ez-iot.com
2017-02-13 19:37:53 +08:00
parent 0a60415e75
commit 564e7aefce
4 changed files with 376 additions and 1 deletions
+4 -1
View File
@@ -11,7 +11,10 @@ if GetDepend('RT_USING_SPI_WIFI'):
if GetDepend('RT_USING_W25QXX'):
src_device += ['spi_flash_w25qxx.c']
if GetDepend('RT_USING_W25QXX_MTD'):
src_device += ['spi_flash_w25qxx_mtd.c']
if GetDepend('RT_USING_ENC28J60'):
src_device += ['enc28j60.c']