[BSP] reduce the code size for STM32F0x
This commit is contained in:
parent
200282a0bc
commit
300c7fd8ec
|
@ -83,11 +83,13 @@
|
||||||
#define FINSH_THREAD_STACK_SIZE 1024
|
#define FINSH_THREAD_STACK_SIZE 1024
|
||||||
#define FINSH_HISTORY_LINES 1
|
#define FINSH_HISTORY_LINES 1
|
||||||
/* Using symbol table */
|
/* Using symbol table */
|
||||||
#define FINSH_USING_SYMTAB
|
//#define FINSH_USING_SYMTAB
|
||||||
#define FINSH_USING_DESCRIPTION
|
//#define FINSH_USING_DESCRIPTION
|
||||||
|
#define FINSH_USING_MSH
|
||||||
|
#define FINSH_USING_MSH_ONLY
|
||||||
|
|
||||||
/* SECTION: libc management */
|
/* SECTION: libc management */
|
||||||
#define RT_USING_LIBC
|
// #define RT_USING_LIBC
|
||||||
|
|
||||||
/* SECTION: device filesystem */
|
/* SECTION: device filesystem */
|
||||||
/* #define RT_USING_DFS */
|
/* #define RT_USING_DFS */
|
||||||
|
|
Loading…
Reference in New Issue