add FINSH_DEVIE_NAME definition.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@161 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong 2009-11-09 10:01:05 +00:00
parent c7e0ca97cd
commit 51b25cd487
1 changed files with 2 additions and 3 deletions

View File

@ -64,9 +64,11 @@
/* Using symbol table */
#define FINSH_USING_SYMTAB
#define FINSH_USING_DESCRIPTION
#define FINSH_DEVICE_NAME "uart1"
/* SECTION: device filesystem */
#define RT_USING_DFS
#define RT_USING_DFS_EFSL
/* the max number of mounted filesystem */
#define DFS_FILESYSTEMS_MAX 2
/* the max number of opened files */
@ -74,9 +76,6 @@
/* the max number of cached sector */
#define DFS_CACHE_MAX_NUM 4
/* use minilibc for gcc */
// #define RT_USING_MINILIBC
/* SECTION: lwip, a lighwight TCP/IP protocol stack */
#define RT_USING_LWIP