mingw support for simulator: dfs/fatfs

This commit is contained in:
prife 2013-02-26 16:23:28 +08:00
parent 9ccdf4172e
commit 9f355875d8
1 changed files with 5 additions and 1 deletions

View File

@ -21,6 +21,10 @@
#elif defined(__GNUC__) #elif defined(__GNUC__)
#define RT_USING_NOLIBC #define RT_USING_NOLIBC
#if defined(__MINGW32__)
#define _NO_OLDNAMES /* to ignore: mode_t in sys/type.h */
#endif
#endif #endif
/* SECTION: basic kernel options */ /* SECTION: basic kernel options */
@ -108,7 +112,7 @@
#define FINSH_USING_DESCRIPTION #define FINSH_USING_DESCRIPTION
/* SECTION: device file system */ /* SECTION: device file system */
/* #define RT_USING_DFS */ #define RT_USING_DFS
#define DFS_FILESYSTEM_TYPES_MAX 8 #define DFS_FILESYSTEM_TYPES_MAX 8
/* DFS: ELM FATFS options */ /* DFS: ELM FATFS options */