[BSP] reduce the code size for STM32F0x

This commit is contained in:
Bernard Xiong 2015-08-09 15:34:21 +08:00
parent 200282a0bc
commit 300c7fd8ec
1 changed files with 5 additions and 3 deletions

View File

@ -83,11 +83,13 @@
#define FINSH_THREAD_STACK_SIZE 1024
#define FINSH_HISTORY_LINES 1
/* Using symbol table */
#define FINSH_USING_SYMTAB
#define FINSH_USING_DESCRIPTION
//#define FINSH_USING_SYMTAB
//#define FINSH_USING_DESCRIPTION
#define FINSH_USING_MSH
#define FINSH_USING_MSH_ONLY
/* SECTION: libc management */
#define RT_USING_LIBC
// #define RT_USING_LIBC
/* SECTION: device filesystem */
/* #define RT_USING_DFS */