Skip to content

Commit 2547883

Browse files
committed
[BSP] Remove module fature in mini2440
1 parent efe4523 commit 2547883

File tree

1 file changed

+0
-51
lines changed

1 file changed

+0
-51
lines changed

bsp/mini2440/rtconfig.h

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -171,57 +171,6 @@
171171
#define RT_LWIP_MSKADDR "255.255.255.0"
172172
// </section>
173173

174-
// <section name="RT_USING_MODULE" description="Application module" default="true" >
175-
#define RT_USING_MODULE
176-
// <bool name="RT_USING_LIBDL" description="Using dynamic library" default="true" />
177-
#define RT_USING_LIBDL
178-
// </section>
179-
180-
// <section name="RT_USING_RTGUI" description="RTGUI, a graphic user interface" default="true" >
181-
// #define RT_USING_RTGUI
182-
// <integer name="RTGUI_NAME_MAX" description="Maximal size of RTGUI object name length" default="16" />
183-
#define RTGUI_NAME_MAX 16
184-
// <bool name="RTGUI_USING_FONT16" description="Support 16 weight font" default="true" />
185-
#define RTGUI_USING_FONT16
186-
// <bool name="RTGUI_USING_FONT12" description="Support 12 weight font" default="true" />
187-
#define RTGUI_USING_FONT12
188-
// <bool name="RTGUI_USING_FONTHZ" description="Support Chinese font" default="true" />
189-
#define RTGUI_USING_FONTHZ
190-
// <bool name="RTGUI_USING_DFS_FILERW" description="Using DFS as file interface " default="true" />
191-
#define RTGUI_USING_DFS_FILERW
192-
// <bool name="RTGUI_USING_HZ_FILE" description="Using font file as Chinese font" default="false" />
193-
// #define RTGUI_USING_HZ_FILE
194-
// <bool name="RTGUI_USING_HZ_BMP" description="Using Chinese bitmap font" default="true" />
195-
#define RTGUI_USING_HZ_BMP
196-
// <bool name="RTGUI_USING_SMALL_SIZE" description="Using small size in RTGUI" default="false" />
197-
// #define RTGUI_USING_SMALL_SIZE
198-
// <bool name="RTGUI_USING_MOUSE_CURSOR" description="Using mouse cursor in RTGUI" default="false" />
199-
// #define RTGUI_USING_MOUSE_CURSOR
200-
// <bool name="RTGUI_IMAGE_XPM" description="Using xpm image in RTGUI" default="true" />
201-
#define RTGUI_IMAGE_XPM
202-
// <bool name="RTGUI_IMAGE_JPEG" description="Using jpeg image in RTGUI" default="true" />
203-
#define RTGUI_IMAGE_JPEG
204-
// <bool name="RTGUI_IMAGE_PNG" description="Using png image in RTGUI" default="true" />
205-
//#define RTGUI_IMAGE_PNG
206-
// <bool name="RTGUI_IMAGE_BMP" description="Using bmp image in RTGUI" default="true" />
207-
#define RTGUI_IMAGE_BMP
208-
// </section>
209-
210174
// </RDTConfigurator>
211175

212-
/* SECTION: FTK support */
213-
/* using FTK support */
214-
/* #define RT_USING_FTK */
215-
216-
/*
217-
* Note on FTK:
218-
*
219-
* FTK depends :
220-
* #define RT_USING_NEWLIB
221-
* #define DFS_USING_WORKDIR
222-
*
223-
* And the maximal length must great than 64
224-
* #define RT_DFS_ELM_MAX_LFN 128
225-
*/
226-
227176
#endif

0 commit comments

Comments
 (0)