Skip to content

Commit 84e18bb

Browse files
authored
fix the startup files of apm32f1 (#5725)
* fix the startup files of apm32f1 * delete ARM folder for apm32f1
1 parent ad90cf5 commit 84e18bb

File tree

11 files changed

+1633
-2966
lines changed

11 files changed

+1633
-2966
lines changed

bsp/apm32/apm32f103xe-minibroard/project.ewp

Lines changed: 37 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -353,20 +353,20 @@
353353
<state>$PROJ_DIR$\..\..\..\components\finsh</state>
354354
<state>$PROJ_DIR$\..\..\..\libcpu\arm\common</state>
355355
<state>$PROJ_DIR$\..\..\..\components\libc\posix\ipc</state>
356+
<state>$PROJ_DIR$\..\..\..\components\libc\posix\io\stdio</state>
356357
<state>$PROJ_DIR$\..\libraries\Drivers</state>
357358
<state>$PROJ_DIR$\..\libraries\Drivers\config</state>
358359
<state>$PROJ_DIR$\..\..\..\components\drivers\include</state>
359-
<state>$PROJ_DIR$\..\..\..\examples\utest\testcases\kernel</state>
360360
<state>$PROJ_DIR$\.</state>
361361
<state>$PROJ_DIR$\..\libraries\APM32F10x_Library\Device\Geehy\APM32F10x\Include</state>
362362
<state>$PROJ_DIR$\applications</state>
363363
<state>$PROJ_DIR$\..\libraries\APM32F10x_Library\APM32F10x_StdPeriphDriver\inc</state>
364-
<state>$PROJ_DIR$\board</state>
364+
<state>$PROJ_DIR$\..\..\..\components\libc\compilers\common\extension</state>
365365
<state>$PROJ_DIR$\..\..\..\components\libc\compilers\common</state>
366366
<state>$PROJ_DIR$\..\..\..\components\libc\posix\io\poll</state>
367367
<state>$PROJ_DIR$\..\libraries\APM32F10x_Library\CMSIS\Include</state>
368368
<state>$PROJ_DIR$\..\..\..\include</state>
369-
<state>$PROJ_DIR$\..\..\..\components\libc\compilers\common\nogcc</state>
369+
<state>$PROJ_DIR$\board</state>
370370
</option>
371371
<option>
372372
<name>CCStdIncCheck</name>
@@ -1430,20 +1430,20 @@
14301430
<state>$PROJ_DIR$\..\..\..\components\finsh</state>
14311431
<state>$PROJ_DIR$\..\..\..\libcpu\arm\common</state>
14321432
<state>$PROJ_DIR$\..\..\..\components\libc\posix\ipc</state>
1433+
<state>$PROJ_DIR$\..\..\..\components\libc\posix\io\stdio</state>
14331434
<state>$PROJ_DIR$\..\libraries\Drivers</state>
14341435
<state>$PROJ_DIR$\..\libraries\Drivers\config</state>
14351436
<state>$PROJ_DIR$\..\..\..\components\drivers\include</state>
1436-
<state>$PROJ_DIR$\..\..\..\examples\utest\testcases\kernel</state>
14371437
<state>$PROJ_DIR$\.</state>
14381438
<state>$PROJ_DIR$\..\libraries\APM32F10x_Library\Device\Geehy\APM32F10x\Include</state>
14391439
<state>$PROJ_DIR$\applications</state>
14401440
<state>$PROJ_DIR$\..\libraries\APM32F10x_Library\APM32F10x_StdPeriphDriver\inc</state>
1441-
<state>$PROJ_DIR$\board</state>
1441+
<state>$PROJ_DIR$\..\..\..\components\libc\compilers\common\extension</state>
14421442
<state>$PROJ_DIR$\..\..\..\components\libc\compilers\common</state>
14431443
<state>$PROJ_DIR$\..\..\..\components\libc\posix\io\poll</state>
14441444
<state>$PROJ_DIR$\..\libraries\APM32F10x_Library\CMSIS\Include</state>
14451445
<state>$PROJ_DIR$\..\..\..\include</state>
1446-
<state>$PROJ_DIR$\..\..\..\components\libc\compilers\common\nogcc</state>
1446+
<state>$PROJ_DIR$\board</state>
14471447
</option>
14481448
<option>
14491449
<name>CCStdIncCheck</name>
@@ -2169,44 +2169,44 @@
21692169
<name>$PROJ_DIR$\..\..\..\components\libc\compilers\common\stdlib.c</name>
21702170
</file>
21712171
<file>
2172-
<name>$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscalls.c</name>
2172+
<name>$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_close.c</name>
21732173
</file>
21742174
<file>
21752175
<name>$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_write.c</name>
21762176
</file>
21772177
<file>
2178-
<name>$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_mem.c</name>
2178+
<name>$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_lseek.c</name>
21792179
</file>
21802180
<file>
2181-
<name>$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_remove.c</name>
2181+
<name>$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\environ.c</name>
21822182
</file>
21832183
<file>
2184-
<name>$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\environ.c</name>
2184+
<name>$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_open.c</name>
21852185
</file>
21862186
<file>
2187-
<name>$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_close.c</name>
2187+
<name>$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_mem.c</name>
21882188
</file>
21892189
<file>
2190-
<name>$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_read.c</name>
2190+
<name>$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_remove.c</name>
21912191
</file>
21922192
<file>
2193-
<name>$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_lseek.c</name>
2193+
<name>$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_read.c</name>
21942194
</file>
21952195
<file>
2196-
<name>$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_open.c</name>
2196+
<name>$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscalls.c</name>
21972197
</file>
21982198
</group>
21992199
<group>
22002200
<name>CPU</name>
2201-
<file>
2202-
<name>$PROJ_DIR$\..\..\..\libcpu\arm\common\backtrace.c</name>
2203-
</file>
22042201
<file>
22052202
<name>$PROJ_DIR$\..\..\..\libcpu\arm\common\div0.c</name>
22062203
</file>
22072204
<file>
22082205
<name>$PROJ_DIR$\..\..\..\libcpu\arm\common\showmem.c</name>
22092206
</file>
2207+
<file>
2208+
<name>$PROJ_DIR$\..\..\..\libcpu\arm\common\backtrace.c</name>
2209+
</file>
22102210
<file>
22112211
<name>$PROJ_DIR$\..\..\..\libcpu\arm\cortex-m3\cpuport.c</name>
22122212
</file>
@@ -2217,31 +2217,31 @@
22172217
<group>
22182218
<name>DeviceDrivers</name>
22192219
<file>
2220-
<name>$PROJ_DIR$\..\..\..\components\drivers\misc\pin.c</name>
2220+
<name>$PROJ_DIR$\..\..\..\components\drivers\ipc\workqueue.c</name>
22212221
</file>
22222222
<file>
2223-
<name>$PROJ_DIR$\..\..\..\components\drivers\serial\serial.c</name>
2223+
<name>$PROJ_DIR$\..\..\..\components\drivers\ipc\dataqueue.c</name>
22242224
</file>
22252225
<file>
2226-
<name>$PROJ_DIR$\..\..\..\components\drivers\src\waitqueue.c</name>
2226+
<name>$PROJ_DIR$\..\..\..\components\drivers\ipc\ringbuffer.c</name>
22272227
</file>
22282228
<file>
2229-
<name>$PROJ_DIR$\..\..\..\components\drivers\src\workqueue.c</name>
2229+
<name>$PROJ_DIR$\..\..\..\components\drivers\ipc\ringblk_buf.c</name>
22302230
</file>
22312231
<file>
2232-
<name>$PROJ_DIR$\..\..\..\components\drivers\src\completion.c</name>
2232+
<name>$PROJ_DIR$\..\..\..\components\drivers\ipc\pipe.c</name>
22332233
</file>
22342234
<file>
2235-
<name>$PROJ_DIR$\..\..\..\components\drivers\src\dataqueue.c</name>
2235+
<name>$PROJ_DIR$\..\..\..\components\drivers\ipc\waitqueue.c</name>
22362236
</file>
22372237
<file>
2238-
<name>$PROJ_DIR$\..\..\..\components\drivers\src\pipe.c</name>
2238+
<name>$PROJ_DIR$\..\..\..\components\drivers\ipc\completion.c</name>
22392239
</file>
22402240
<file>
2241-
<name>$PROJ_DIR$\..\..\..\components\drivers\src\ringblk_buf.c</name>
2241+
<name>$PROJ_DIR$\..\..\..\components\drivers\misc\pin.c</name>
22422242
</file>
22432243
<file>
2244-
<name>$PROJ_DIR$\..\..\..\components\drivers\src\ringbuffer.c</name>
2244+
<name>$PROJ_DIR$\..\..\..\components\drivers\serial\serial.c</name>
22452245
</file>
22462246
</group>
22472247
<group>
@@ -2277,43 +2277,43 @@
22772277
<group>
22782278
<name>Kernel</name>
22792279
<file>
2280-
<name>$PROJ_DIR$\..\..\..\src\scheduler.c</name>
2280+
<name>$PROJ_DIR$\..\..\..\src\kservice.c</name>
22812281
</file>
22822282
<file>
22832283
<name>$PROJ_DIR$\..\..\..\src\mem.c</name>
22842284
</file>
22852285
<file>
2286-
<name>$PROJ_DIR$\..\..\..\src\components.c</name>
2286+
<name>$PROJ_DIR$\..\..\..\src\clock.c</name>
22872287
</file>
22882288
<file>
2289-
<name>$PROJ_DIR$\..\..\..\src\mempool.c</name>
2289+
<name>$PROJ_DIR$\..\..\..\src\components.c</name>
22902290
</file>
22912291
<file>
2292-
<name>$PROJ_DIR$\..\..\..\src\kservice.c</name>
2292+
<name>$PROJ_DIR$\..\..\..\src\timer.c</name>
22932293
</file>
22942294
<file>
2295-
<name>$PROJ_DIR$\..\..\..\src\ipc.c</name>
2295+
<name>$PROJ_DIR$\..\..\..\src\scheduler.c</name>
22962296
</file>
22972297
<file>
2298-
<name>$PROJ_DIR$\..\..\..\src\clock.c</name>
2298+
<name>$PROJ_DIR$\..\..\..\src\mempool.c</name>
22992299
</file>
23002300
<file>
2301-
<name>$PROJ_DIR$\..\..\..\src\object.c</name>
2301+
<name>$PROJ_DIR$\..\..\..\src\idle.c</name>
23022302
</file>
23032303
<file>
2304-
<name>$PROJ_DIR$\..\..\..\src\timer.c</name>
2304+
<name>$PROJ_DIR$\..\..\..\src\object.c</name>
23052305
</file>
23062306
<file>
2307-
<name>$PROJ_DIR$\..\..\..\src\irq.c</name>
2307+
<name>$PROJ_DIR$\..\..\..\src\thread.c</name>
23082308
</file>
23092309
<file>
2310-
<name>$PROJ_DIR$\..\..\..\src\idle.c</name>
2310+
<name>$PROJ_DIR$\..\..\..\src\ipc.c</name>
23112311
</file>
23122312
<file>
23132313
<name>$PROJ_DIR$\..\..\..\src\device.c</name>
23142314
</file>
23152315
<file>
2316-
<name>$PROJ_DIR$\..\..\..\src\thread.c</name>
2316+
<name>$PROJ_DIR$\..\..\..\src\irq.c</name>
23172317
</file>
23182318
</group>
23192319
<group>
@@ -2340,7 +2340,4 @@
23402340
<group>
23412341
<name>POSIX</name>
23422342
</group>
2343-
<group>
2344-
<name>utestcases</name>
2345-
</group>
23462343
</project>

0 commit comments

Comments
 (0)