From 300c7fd8ecd1f355038cf91a3a649677e2c103ab Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Sun, 9 Aug 2015 15:34:21 +0800 Subject: [PATCH] [BSP] reduce the code size for STM32F0x --- bsp/stm32f0x/rtconfig.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bsp/stm32f0x/rtconfig.h b/bsp/stm32f0x/rtconfig.h index f72cdfa6d3..03fa50ba3c 100644 --- a/bsp/stm32f0x/rtconfig.h +++ b/bsp/stm32f0x/rtconfig.h @@ -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 */