Skip to content

Commit 2282ff3

Browse files
brightsallyguozhanxin
authored andcommitted
!449 at91sam9260平台增加mtdnand驱动用于支持uffs文件系统
* update bsp/at91sam9260/drivers/at91_nand.c. * update bsp/at91sam9260/drivers/at91_nand.c. * update bsp/at91sam9260/drivers/at91_nand.h. * update bsp/at91sam9260/drivers/at91_nand.c. * update bsp/at91sam9260/drivers/at91_nand.c. * 添加at91sam9260下mtd nand flash驱动
1 parent eb649ef commit 2282ff3

File tree

3 files changed

+757
-0
lines changed

3 files changed

+757
-0
lines changed

bsp/at91sam9260/drivers/SConscript

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ if GetDepend('RT_USING_LWIP'):
2323
if GetDepend('RT_USING_I2C') and GetDepend('RT_USING_I2C_BITOPS'):
2424
src += ['at91_i2c_gpio.c']
2525

26+
if GetDepend('RT_USING_MTD_NAND'):
27+
src += ['at91_nand.c']
2628

2729
CPPPATH = [cwd]
2830

0 commit comments

Comments
 (0)