浏览代码

add FINSH_DEVIE_NAME definition.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@161 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong 15 年之前
父节点
当前提交
51b25cd487
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      bsp/stm3210/rtconfig.h

+ 2 - 3
bsp/stm3210/rtconfig.h

@@ -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