From 1a989ed8d90ce4ed85307ea87a5c72ac82119f8d Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Tue, 19 Jan 2010 06:21:33 +0000 Subject: [PATCH] update rtconfig.h for sam7s. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@318 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/sam7s/rtconfig.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bsp/sam7s/rtconfig.h b/bsp/sam7s/rtconfig.h index da90650479..5f53cbcda1 100644 --- a/bsp/sam7s/rtconfig.h +++ b/bsp/sam7s/rtconfig.h @@ -79,15 +79,14 @@ /* SECTION: FinSH shell options */ /* Using FinSH as Shell*/ #define RT_USING_FINSH +/* use symbol table */ +#define FINSH_USING_SYMTAB +#define FINSH_USING_DESCRIPTION /* SECTION: a runtime libc library */ /* a runtime libc library*/ /* #define RT_USING_NEWLIB */ -/* SECTION: a mini libc */ -/* Using mini libc library*/ -#define RT_USING_MINILIBC - /* SECTION: C++ support */ /* Using C++ support*/ /* #define RT_USING_CPLUSPLUS */