mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 02:06:14 +08:00
添加 w25 mtd设备驱动
This commit is contained in:
@@ -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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user