[BSP] remove RT_USING_LIBDL option.
This commit is contained in:
parent
25478836f7
commit
f89b8ed250
|
@ -69,7 +69,6 @@
|
|||
|
||||
/* Using Module System */
|
||||
#define RT_USING_MODULE
|
||||
#define RT_USING_LIBDL
|
||||
|
||||
/* SECTION: Device System */
|
||||
/* Using Device System */
|
||||
|
@ -147,7 +146,7 @@
|
|||
#define RT_LWIP_DNS
|
||||
|
||||
/* Trace LwIP protocol */
|
||||
// #define RT_LWIP_DEBUG
|
||||
// #define RT_LWIP_DEBUG
|
||||
|
||||
/* Enable ICMP protocol */
|
||||
#define RT_LWIP_ICMP
|
||||
|
@ -239,11 +238,11 @@
|
|||
|
||||
/*
|
||||
* Note on FTK:
|
||||
*
|
||||
*
|
||||
* FTK depends :
|
||||
* #define RT_USING_NEWLIB
|
||||
* #define DFS_USING_WORKDIR
|
||||
*
|
||||
*
|
||||
* And the maximal length must great than 64
|
||||
* #define RT_DFS_ELM_MAX_LFN 128
|
||||
*/
|
||||
|
|
|
@ -68,7 +68,6 @@
|
|||
|
||||
/* Using Module System */
|
||||
//#define RT_USING_MODULE
|
||||
#define RT_USING_LIBDL
|
||||
|
||||
/* SECTION: Console options */
|
||||
#define RT_USING_CONSOLE
|
||||
|
@ -231,11 +230,11 @@
|
|||
|
||||
/*
|
||||
* Note on FTK:
|
||||
*
|
||||
*
|
||||
* FTK depends :
|
||||
* #define RT_USING_NEWLIB
|
||||
* #define DFS_USING_WORKDIR
|
||||
*
|
||||
*
|
||||
* And the maximal length must great than 64
|
||||
* #define RT_DFS_ELM_MAX_LFN 128
|
||||
*/
|
||||
|
|
|
@ -70,7 +70,6 @@
|
|||
|
||||
/* Using Module System */
|
||||
#define RT_USING_MODULE
|
||||
#define RT_USING_LIBDL
|
||||
|
||||
/* Interrupt debug */
|
||||
#define RT_USING_INTERRUPT_INFO
|
||||
|
@ -249,11 +248,11 @@
|
|||
|
||||
/*
|
||||
* Note on FTK:
|
||||
*
|
||||
*
|
||||
* FTK depends :
|
||||
* #define RT_USING_NEWLIB
|
||||
* #define DFS_USING_WORKDIR
|
||||
*
|
||||
*
|
||||
* And the maximal length must great than 64
|
||||
* #define RT_DFS_ELM_MAX_LFN 128
|
||||
*/
|
||||
|
|
|
@ -185,8 +185,6 @@
|
|||
|
||||
// <section name="RT_USING_MODULE" description="Application module" default="true" >
|
||||
// #define RT_USING_MODULE
|
||||
// <bool name="RT_USING_LIBDL" description="Using dynamic library" default="true" />
|
||||
// #define RT_USING_LIBDL
|
||||
// </section>
|
||||
|
||||
// <section name="RT_USING_RTGUI" description="RTGUI, a graphic user interface" default="true" >
|
||||
|
|
|
@ -175,7 +175,5 @@
|
|||
/* #define RTGUI_IMAGE_XPM */
|
||||
/* #define RTGUI_IMAGE_BMP */
|
||||
|
||||
#define RT_USING_LIBDL
|
||||
#define RT_USING_MODULE
|
||||
#define MODULE_USING_386
|
||||
// #define RT_USING_MODULE
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue