diff --git a/bsp/simulator/applications/application.c b/bsp/simulator/applications/application.c index 580c68801b7b3a9bfc81e6012496009fb91639b0..42b157facb404b5ad072396f6fff76fb961ba0f2 100644 --- a/bsp/simulator/applications/application.c +++ b/bsp/simulator/applications/application.c @@ -21,7 +21,6 @@ void rt_init_thread_entry(void *parameter) { #ifdef RT_USING_LWIP - pcap_netif_hw_init(); #endif diff --git a/bsp/simulator/rtconfig.h b/bsp/simulator/rtconfig.h index 9b9bae1656a88691663e67b30dde88da93e09b79..5b7db3bdb6be50107a20348019f1fa2cdaa5b153 100644 --- a/bsp/simulator/rtconfig.h +++ b/bsp/simulator/rtconfig.h @@ -104,6 +104,7 @@ /* SECTION: device file system */ #define RT_USING_DFS +#define DFS_FILESYSTEM_TYPES_MAX 8 /* DFS: ELM FATFS options */ #define RT_USING_DFS_ELMFAT @@ -118,16 +119,16 @@ #define RT_DFS_ELM_MAX_SECTOR_SIZE 512 /* DFS: network file system options */ -#define RT_USING_DFS_NFS +/* #define RT_USING_DFS_NFS */ -/* DFS: uffs nand file system options */ +/* DFS: UFFS nand file system options */ #define RT_USING_DFS_UFFS /* configuration for uffs, more to see dfs_uffs.h and uffs_config.h */ #define RT_CONFIG_UFFS_ECC_MODE UFFS_ECC_HW_AUTO /* enable this ,you need provide a mark_badblock/check_block function */ -//#define RT_UFFS_USE_CHECK_MARK_FUNCITON +/* #define RT_UFFS_USE_CHECK_MARK_FUNCITON */ -/* DFS: uffs nor flash file system options */ +/* DFS: JFFS2 nor flash file system options */ #define RT_USING_DFS_JFFS2 /* DFS: windows share directory mounted to rt-thread/dfs */