File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121void rt_init_thread_entry (void * parameter )
2222{
2323#ifdef RT_USING_LWIP
24-
2524 pcap_netif_hw_init ();
2625#endif
2726
Original file line number Diff line number Diff line change 104104
105105/* SECTION: device file system */
106106#define RT_USING_DFS
107+ #define DFS_FILESYSTEM_TYPES_MAX 8
107108
108109/* DFS: ELM FATFS options */
109110#define RT_USING_DFS_ELMFAT
118119#define RT_DFS_ELM_MAX_SECTOR_SIZE 512
119120
120121/* DFS: network file system options */
121- #define RT_USING_DFS_NFS
122+ /* #define RT_USING_DFS_NFS */
122123
123- /* DFS: uffs nand file system options */
124+ /* DFS: UFFS nand file system options */
124125#define RT_USING_DFS_UFFS
125126/* configuration for uffs, more to see dfs_uffs.h and uffs_config.h */
126127#define RT_CONFIG_UFFS_ECC_MODE UFFS_ECC_HW_AUTO
127128/* enable this ,you need provide a mark_badblock/check_block function */
128- // #define RT_UFFS_USE_CHECK_MARK_FUNCITON
129+ /* #define RT_UFFS_USE_CHECK_MARK_FUNCITON */
129130
130- /* DFS: uffs nor flash file system options */
131+ /* DFS: JFFS2 nor flash file system options */
131132#define RT_USING_DFS_JFFS2
132133
133134/* DFS: windows share directory mounted to rt-thread/dfs */
You can’t perform that action at this time.
0 commit comments