File tree Expand file tree Collapse file tree 5 files changed +8
-15
lines changed Expand file tree Collapse file tree 5 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 6969
7070/* Using Module System */
7171#define RT_USING_MODULE
72- #define RT_USING_LIBDL
7372
7473/* SECTION: Device System */
7574/* Using Device System */
147146#define RT_LWIP_DNS
148147
149148/* Trace LwIP protocol */
150- // #define RT_LWIP_DEBUG
149+ // #define RT_LWIP_DEBUG
151150
152151/* Enable ICMP protocol */
153152#define RT_LWIP_ICMP
239238
240239/*
241240 * Note on FTK:
242- *
241+ *
243242 * FTK depends :
244243 * #define RT_USING_NEWLIB
245244 * #define DFS_USING_WORKDIR
246- *
245+ *
247246 * And the maximal length must great than 64
248247 * #define RT_DFS_ELM_MAX_LFN 128
249248 */
Original file line number Diff line number Diff line change 6868
6969/* Using Module System */
7070//#define RT_USING_MODULE
71- #define RT_USING_LIBDL
7271
7372/* SECTION: Console options */
7473#define RT_USING_CONSOLE
231230
232231/*
233232 * Note on FTK:
234- *
233+ *
235234 * FTK depends :
236235 * #define RT_USING_NEWLIB
237236 * #define DFS_USING_WORKDIR
238- *
237+ *
239238 * And the maximal length must great than 64
240239 * #define RT_DFS_ELM_MAX_LFN 128
241240 */
Original file line number Diff line number Diff line change 7070
7171/* Using Module System */
7272#define RT_USING_MODULE
73- #define RT_USING_LIBDL
7473
7574/* Interrupt debug */
7675#define RT_USING_INTERRUPT_INFO
249248
250249/*
251250 * Note on FTK:
252- *
251+ *
253252 * FTK depends :
254253 * #define RT_USING_NEWLIB
255254 * #define DFS_USING_WORKDIR
256- *
255+ *
257256 * And the maximal length must great than 64
258257 * #define RT_DFS_ELM_MAX_LFN 128
259258 */
Original file line number Diff line number Diff line change 185185
186186// <section name="RT_USING_MODULE" description="Application module" default="true" >
187187// #define RT_USING_MODULE
188- // <bool name="RT_USING_LIBDL" description="Using dynamic library" default="true" />
189- // #define RT_USING_LIBDL
190188// </section>
191189
192190// <section name="RT_USING_RTGUI" description="RTGUI, a graphic user interface" default="true" >
Original file line number Diff line number Diff line change 175175/* #define RTGUI_IMAGE_XPM */
176176/* #define RTGUI_IMAGE_BMP */
177177
178- #define RT_USING_LIBDL
179- #define RT_USING_MODULE
180- #define MODULE_USING_386
178+ // #define RT_USING_MODULE
181179#endif
You can’t perform that action at this time.
0 commit comments