Skip to content

Commit 52761fb

Browse files
authored
Merge pull request #1756 from RT-Thread/feature_libdl
Feature libdl
2 parents f0ab006 + 7dc042e commit 52761fb

File tree

18 files changed

+17
-93
lines changed

18 files changed

+17
-93
lines changed

bsp/beaglebone/am335x_sk.ewp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,9 +1099,6 @@
10991099
<file>
11001100
<name>$PROJ_DIR$\..\..\src\mempool.c</name>
11011101
</file>
1102-
<file>
1103-
<name>$PROJ_DIR$\..\..\src\module.c</name>
1104-
</file>
11051102
<file>
11061103
<name>$PROJ_DIR$\..\..\src\object.c</name>
11071104
</file>

bsp/bf533/vdsp/bf533.dpj

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -453,24 +453,6 @@
453453
</file-configuration>
454454
</file-configurations>
455455
</file>
456-
<file name="..\..\..\src\module.c">
457-
<file-configurations>
458-
<file-configuration name="Debug">
459-
<excluded-flag value="no"/>
460-
<build-with-flag value="project"/>
461-
<intermediate-dir>.\Debug</intermediate-dir>
462-
<output-dir>.\Debug</output-dir>
463-
</file-configuration>
464-
<file-configuration name="Release">
465-
<excluded-flag value="no"/>
466-
<build-with-flag value="project"/>
467-
<intermediate-dir>.\Release</intermediate-dir>
468-
<output-dir>.\Release</output-dir>
469-
</file-configuration>
470-
</file-configurations>
471-
</file>
472-
<file name="..\..\..\src\module.h">
473-
</file>
474456
<file name="..\..\..\src\object.c">
475457
<file-configurations>
476458
<file-configuration name="Debug">

bsp/bf533/vdsp/bf533.mak

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ bf533_Debug : ./Debug/bf533.ldr
138138
@echo "..\..\..\src\mempool.c"
139139
$(VDSP)/ccblkfn.exe -c ..\..\..\src\mempool.c -file-attr ProjectName=bf533 -g -structs-do-not-overlap -no-multiline -I ../../../include -I ../ -I ../../../components/finsh -I ../../../libcpu/blackfin/bf53x -I ../../../src -double-size-64 -decls-strong -warn-protos -proc ADSP-BF533 -o .\Debug\mempool.doj -MM
140140

141-
./Debug/module.doj :../../../src/module.c ../../../include/rthw.h ../../../include/rtthread.h ../../../include/rtdef.h ../rtconfig.h $(VDSP)/Blackfin/include/stdarg.h $(VDSP)/Blackfin/include/yvals.h ../../../include/rtdebug.h ../../../include/rtservice.h ../../../include/rtm.h $(VDSP)/Blackfin/include/string.h
142-
@echo "..\..\..\src\module.c"
143-
$(VDSP)/ccblkfn.exe -c ..\..\..\src\module.c -file-attr ProjectName=bf533 -g -structs-do-not-overlap -no-multiline -I ../../../include -I ../ -I ../../../components/finsh -I ../../../libcpu/blackfin/bf53x -I ../../../src -double-size-64 -decls-strong -warn-protos -proc ADSP-BF533 -o .\Debug\module.doj -MM
144-
145141
./Debug/object.doj :../../../src/object.c ../../../include/rtthread.h ../../../include/rtdef.h ../rtconfig.h $(VDSP)/Blackfin/include/stdarg.h $(VDSP)/Blackfin/include/yvals.h ../../../include/rtdebug.h ../../../include/rtservice.h ../../../include/rthw.h
146142
@echo "..\..\..\src\object.c"
147143
$(VDSP)/ccblkfn.exe -c ..\..\..\src\object.c -file-attr ProjectName=bf533 -g -structs-do-not-overlap -no-multiline -I ../../../include -I ../ -I ../../../components/finsh -I ../../../libcpu/blackfin/bf53x -I ../../../src -double-size-64 -decls-strong -warn-protos -proc ADSP-BF533 -o .\Debug\object.doj -MM

bsp/lpc54608-LPCXpresso/project.ewp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,9 +2111,6 @@
21112111
<file>
21122112
<name>$PROJ_DIR$\../../src/mempool.c</name>
21132113
</file>
2114-
<file>
2115-
<name>$PROJ_DIR$\../../src/module.c</name>
2116-
</file>
21172114
<file>
21182115
<name>$PROJ_DIR$\../../src/object.c</name>
21192116
</file>

bsp/lpc54608-LPCXpresso/project.uvoptx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,18 +1082,6 @@
10821082
<RteFlg>0</RteFlg>
10831083
<bShared>0</bShared>
10841084
</File>
1085-
<File>
1086-
<GroupNumber>5</GroupNumber>
1087-
<FileNumber>73</FileNumber>
1088-
<FileType>1</FileType>
1089-
<tvExp>0</tvExp>
1090-
<tvExpOptDlg>0</tvExpOptDlg>
1091-
<bDave2>0</bDave2>
1092-
<PathWithFileName>../../src/module.c</PathWithFileName>
1093-
<FilenameWithoutPath>module.c</FilenameWithoutPath>
1094-
<RteFlg>0</RteFlg>
1095-
<bShared>0</bShared>
1096-
</File>
10971085
<File>
10981086
<GroupNumber>5</GroupNumber>
10991087
<FileNumber>74</FileNumber>

bsp/lpc54608-LPCXpresso/project.uvprojx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -891,13 +891,6 @@
891891
<FilePath>..\..\src\mempool.c</FilePath>
892892
</File>
893893
</Files>
894-
<Files>
895-
<File>
896-
<FileName>module.c</FileName>
897-
<FileType>1</FileType>
898-
<FilePath>..\..\src\module.c</FilePath>
899-
</File>
900-
</Files>
901894
<Files>
902895
<File>
903896
<FileName>object.c</FileName>

bsp/lpc54608-LPCXpresso/rtconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#define RT_USING_CONSOLE
4242
#define RT_CONSOLEBUF_SIZE 128
4343
#define RT_CONSOLE_DEVICE_NAME "uart0"
44-
#define RT_USING_MODULE
44+
// #define RT_USING_MODULE
4545
#define ARCH_ARM
4646
#define ARCH_ARM_CORTEX_M
4747
#define ARCH_ARM_CORTEX_M4

bsp/mb9bf500r/fm3_easy_kit.ewp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,9 +1784,6 @@
17841784
<file>
17851785
<name>$PROJ_DIR$\..\..\src\mempool.c</name>
17861786
</file>
1787-
<file>
1788-
<name>$PROJ_DIR$\..\..\src\module.c</name>
1789-
</file>
17901787
<file>
17911788
<name>$PROJ_DIR$\..\..\src\object.c</name>
17921789
</file>

bsp/mb9bf500r/project.uvopt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -484,20 +484,6 @@
484484
<PathWithFileName>..\..\src\mempool.c</PathWithFileName>
485485
<FilenameWithoutPath>mempool.c</FilenameWithoutPath>
486486
</File>
487-
<File>
488-
<GroupNumber>4</GroupNumber>
489-
<FileNumber>23</FileNumber>
490-
<FileType>1</FileType>
491-
<tvExp>0</tvExp>
492-
<Focus>0</Focus>
493-
<ColumnNumber>0</ColumnNumber>
494-
<tvExpOptDlg>0</tvExpOptDlg>
495-
<TopLine>0</TopLine>
496-
<CurrentLine>0</CurrentLine>
497-
<bDave2>0</bDave2>
498-
<PathWithFileName>..\..\src\module.c</PathWithFileName>
499-
<FilenameWithoutPath>module.c</FilenameWithoutPath>
500-
</File>
501487
<File>
502488
<GroupNumber>4</GroupNumber>
503489
<FileNumber>24</FileNumber>

bsp/mb9bf500r/project.uvproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -513,11 +513,6 @@
513513
<FileType>1</FileType>
514514
<FilePath>..\..\src\mempool.c</FilePath>
515515
</File>
516-
<File>
517-
<FileName>module.c</FileName>
518-
<FileType>1</FileType>
519-
<FilePath>..\..\src\module.c</FilePath>
520-
</File>
521516
<File>
522517
<FileName>object.c</FileName>
523518
<FileType>1</FileType>

0 commit comments

Comments
 (0)