add uffs configuration to rtconfig.h
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2465 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
6de2d5fe9f
commit
6e299e5e7a
|
@ -13,7 +13,15 @@
|
||||||
|
|
||||||
#define RT_USING_MTD_NAND
|
#define RT_USING_MTD_NAND
|
||||||
#define RT_USING_MTD_NOR
|
#define RT_USING_MTD_NOR
|
||||||
|
|
||||||
|
//#define RT_USING_DFS_UFFS
|
||||||
|
/* configration for uffs, more to see dfs_uffs.h and uffs_config.h */
|
||||||
#define RT_USING_DFS_UFFS
|
#define RT_USING_DFS_UFFS
|
||||||
|
/* use ecc soft, the uffs will do all the things about ecc */
|
||||||
|
#define RT_CONFIG_UFFS_ECC_MODE UFFS_ECC_SOFT
|
||||||
|
/* enable this ,you need provide a mark_badblock/check_block funciton */
|
||||||
|
#define RT_UFFS_USE_CHECK_MARK_FUNCITON
|
||||||
|
|
||||||
#define RT_USING_DFS_JFFS2
|
#define RT_USING_DFS_JFFS2
|
||||||
#define RT_USING_DFS_WINSHAREDIR
|
#define RT_USING_DFS_WINSHAREDIR
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue