[BSP] remove RT_USING_LIBDL option.

This commit is contained in:
Bernard Xiong 2018-08-31 12:58:26 +08:00
parent 25478836f7
commit f89b8ed250
5 changed files with 8 additions and 15 deletions

View File

@ -69,7 +69,6 @@
/* Using Module System */ /* Using Module System */
#define RT_USING_MODULE #define RT_USING_MODULE
#define RT_USING_LIBDL
/* SECTION: Device System */ /* SECTION: Device System */
/* Using Device System */ /* Using Device System */
@ -147,7 +146,7 @@
#define RT_LWIP_DNS #define RT_LWIP_DNS
/* Trace LwIP protocol */ /* Trace LwIP protocol */
// #define RT_LWIP_DEBUG // #define RT_LWIP_DEBUG
/* Enable ICMP protocol */ /* Enable ICMP protocol */
#define RT_LWIP_ICMP #define RT_LWIP_ICMP
@ -239,11 +238,11 @@
/* /*
* Note on FTK: * Note on FTK:
* *
* FTK depends : * FTK depends :
* #define RT_USING_NEWLIB * #define RT_USING_NEWLIB
* #define DFS_USING_WORKDIR * #define DFS_USING_WORKDIR
* *
* And the maximal length must great than 64 * And the maximal length must great than 64
* #define RT_DFS_ELM_MAX_LFN 128 * #define RT_DFS_ELM_MAX_LFN 128
*/ */

View File

@ -68,7 +68,6 @@
/* Using Module System */ /* Using Module System */
//#define RT_USING_MODULE //#define RT_USING_MODULE
#define RT_USING_LIBDL
/* SECTION: Console options */ /* SECTION: Console options */
#define RT_USING_CONSOLE #define RT_USING_CONSOLE
@ -231,11 +230,11 @@
/* /*
* Note on FTK: * Note on FTK:
* *
* FTK depends : * FTK depends :
* #define RT_USING_NEWLIB * #define RT_USING_NEWLIB
* #define DFS_USING_WORKDIR * #define DFS_USING_WORKDIR
* *
* And the maximal length must great than 64 * And the maximal length must great than 64
* #define RT_DFS_ELM_MAX_LFN 128 * #define RT_DFS_ELM_MAX_LFN 128
*/ */

View File

@ -70,7 +70,6 @@
/* Using Module System */ /* Using Module System */
#define RT_USING_MODULE #define RT_USING_MODULE
#define RT_USING_LIBDL
/* Interrupt debug */ /* Interrupt debug */
#define RT_USING_INTERRUPT_INFO #define RT_USING_INTERRUPT_INFO
@ -249,11 +248,11 @@
/* /*
* Note on FTK: * Note on FTK:
* *
* FTK depends : * FTK depends :
* #define RT_USING_NEWLIB * #define RT_USING_NEWLIB
* #define DFS_USING_WORKDIR * #define DFS_USING_WORKDIR
* *
* And the maximal length must great than 64 * And the maximal length must great than 64
* #define RT_DFS_ELM_MAX_LFN 128 * #define RT_DFS_ELM_MAX_LFN 128
*/ */

View File

@ -185,8 +185,6 @@
// <section name="RT_USING_MODULE" description="Application module" default="true" > // <section name="RT_USING_MODULE" description="Application module" default="true" >
// #define RT_USING_MODULE // #define RT_USING_MODULE
// <bool name="RT_USING_LIBDL" description="Using dynamic library" default="true" />
// #define RT_USING_LIBDL
// </section> // </section>
// <section name="RT_USING_RTGUI" description="RTGUI, a graphic user interface" default="true" > // <section name="RT_USING_RTGUI" description="RTGUI, a graphic user interface" default="true" >

View File

@ -175,7 +175,5 @@
/* #define RTGUI_IMAGE_XPM */ /* #define RTGUI_IMAGE_XPM */
/* #define RTGUI_IMAGE_BMP */ /* #define RTGUI_IMAGE_BMP */
#define RT_USING_LIBDL // #define RT_USING_MODULE
#define RT_USING_MODULE
#define MODULE_USING_386
#endif #endif