Skip to content

Commit c37fcb6

Browse files
committed
修改bsp tms320c6678工程,并测试
1 parent 4a779f5 commit c37fcb6

File tree

13 files changed

+5565
-140
lines changed

13 files changed

+5565
-140
lines changed

bsp/ti-tms320c6678/.cproject

Lines changed: 70 additions & 72 deletions
Large diffs are not rendered by default.

bsp/ti-tms320c6678/.project

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>ti-c6678</name>
3+
<name>ti-tms320c6678</name>
44
<comment></comment>
55
<projects>
66
</projects>
@@ -25,130 +25,130 @@
2525
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
2626
</natures>
2727
<linkedResources>
28-
<link>
29-
<name>SConscript</name>
30-
<type>1</type>
31-
<locationURI>PARENT-2-PROJECT_LOC/src/SConscript</locationURI>
32-
</link>
3328
<link>
3429
<name>clock.c</name>
3530
<type>1</type>
36-
<locationURI>PARENT-2-PROJECT_LOC/src/clock.c</locationURI>
31+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/src/clock.c</locationURI>
3732
</link>
3833
<link>
3934
<name>components.c</name>
4035
<type>1</type>
41-
<locationURI>PARENT-2-PROJECT_LOC/src/components.c</locationURI>
36+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/src/components.c</locationURI>
4237
</link>
4338
<link>
4439
<name>context.asm</name>
4540
<type>1</type>
46-
<locationURI>PARENT-2-PROJECT_LOC/libcpu/ti-dsp/c6x/context.asm</locationURI>
41+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/libcpu/ti-dsp/c6x/context.asm</locationURI>
42+
</link>
43+
<link>
44+
<name>contextinc.asm</name>
45+
<type>1</type>
46+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/libcpu/ti-dsp/c6x/contextinc.asm</locationURI>
4747
</link>
4848
<link>
4949
<name>cpu.c</name>
5050
<type>1</type>
51-
<locationURI>PARENT-2-PROJECT_LOC/src/cpu.c</locationURI>
51+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/src/cpu.c</locationURI>
5252
</link>
5353
<link>
5454
<name>cpuport.c</name>
5555
<type>1</type>
56-
<locationURI>PARENT-2-PROJECT_LOC/libcpu/ti-dsp/c6x/cpuport.c</locationURI>
56+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/libcpu/ti-dsp/c6x/cpuport.c</locationURI>
5757
</link>
5858
<link>
5959
<name>device.c</name>
6060
<type>1</type>
61-
<locationURI>PARENT-2-PROJECT_LOC/src/device.c</locationURI>
61+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/src/device.c</locationURI>
6262
</link>
6363
<link>
6464
<name>idle.c</name>
6565
<type>1</type>
66-
<locationURI>PARENT-2-PROJECT_LOC/src/idle.c</locationURI>
66+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/src/idle.c</locationURI>
6767
</link>
6868
<link>
69-
<name>inct.asm</name>
69+
<name>interrupt.c</name>
7070
<type>1</type>
71-
<locationURI>PARENT-2-PROJECT_LOC/libcpu/ti-dsp/c6x/inct.asm</locationURI>
71+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/libcpu/ti-dsp/c6x/interrupt.c</locationURI>
7272
</link>
7373
<link>
74-
<name>interrupt.c</name>
74+
<name>intexc.asm</name>
7575
<type>1</type>
76-
<locationURI>PARENT-2-PROJECT_LOC/libcpu/ti-dsp/c6x/interrupt.c</locationURI>
76+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/libcpu/ti-dsp/c6x/intexc.asm</locationURI>
7777
</link>
7878
<link>
7979
<name>ipc.c</name>
8080
<type>1</type>
81-
<locationURI>PARENT-2-PROJECT_LOC/src/ipc.c</locationURI>
81+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/src/ipc.c</locationURI>
8282
</link>
8383
<link>
8484
<name>irq.c</name>
8585
<type>1</type>
86-
<locationURI>PARENT-2-PROJECT_LOC/src/irq.c</locationURI>
86+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/src/irq.c</locationURI>
8787
</link>
8888
<link>
8989
<name>kservice.c</name>
9090
<type>1</type>
91-
<locationURI>PARENT-2-PROJECT_LOC/src/kservice.c</locationURI>
91+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/src/kservice.c</locationURI>
9292
</link>
9393
<link>
9494
<name>mem.c</name>
9595
<type>1</type>
96-
<locationURI>PARENT-2-PROJECT_LOC/src/mem.c</locationURI>
96+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/src/mem.c</locationURI>
9797
</link>
9898
<link>
9999
<name>memheap.c</name>
100100
<type>1</type>
101-
<locationURI>PARENT-2-PROJECT_LOC/src/memheap.c</locationURI>
101+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/src/memheap.c</locationURI>
102102
</link>
103103
<link>
104104
<name>mempool.c</name>
105105
<type>1</type>
106-
<locationURI>PARENT-2-PROJECT_LOC/src/mempool.c</locationURI>
106+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/src/mempool.c</locationURI>
107107
</link>
108108
<link>
109109
<name>object.c</name>
110110
<type>1</type>
111-
<locationURI>PARENT-2-PROJECT_LOC/src/object.c</locationURI>
111+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/src/object.c</locationURI>
112112
</link>
113113
<link>
114114
<name>scheduler.c</name>
115115
<type>1</type>
116-
<locationURI>PARENT-2-PROJECT_LOC/src/scheduler.c</locationURI>
116+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/src/scheduler.c</locationURI>
117117
</link>
118118
<link>
119119
<name>signal.c</name>
120120
<type>1</type>
121-
<locationURI>PARENT-2-PROJECT_LOC/src/signal.c</locationURI>
121+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/src/signal.c</locationURI>
122122
</link>
123123
<link>
124124
<name>slab.c</name>
125125
<type>1</type>
126-
<locationURI>PARENT-2-PROJECT_LOC/src/slab.c</locationURI>
126+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/src/slab.c</locationURI>
127127
</link>
128128
<link>
129-
<name>stack.asm</name>
129+
<name>stack.c</name>
130130
<type>1</type>
131-
<locationURI>PARENT-2-PROJECT_LOC/libcpu/ti-dsp/c6x/stack.asm</locationURI>
131+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/libcpu/ti-dsp/c6x/stack.c</locationURI>
132132
</link>
133133
<link>
134134
<name>thread.c</name>
135135
<type>1</type>
136-
<locationURI>PARENT-2-PROJECT_LOC/src/thread.c</locationURI>
136+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/src/thread.c</locationURI>
137137
</link>
138138
<link>
139139
<name>timer.c</name>
140140
<type>1</type>
141-
<locationURI>PARENT-2-PROJECT_LOC/src/timer.c</locationURI>
141+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/src/timer.c</locationURI>
142142
</link>
143143
<link>
144144
<name>trap.c</name>
145145
<type>1</type>
146-
<locationURI>PARENT-2-PROJECT_LOC/libcpu/ti-dsp/c6x/trap.c</locationURI>
146+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/libcpu/ti-dsp/c6x/trap.c</locationURI>
147147
</link>
148148
<link>
149149
<name>vector.asm</name>
150150
<type>1</type>
151-
<locationURI>PARENT-2-PROJECT_LOC/libcpu/ti-dsp/c6x/vector.asm</locationURI>
151+
<locationURI>PARENT-2-PROJECT_LOC/git-source/rt-thread/libcpu/ti-dsp/c6x/vector.asm</locationURI>
152152
</link>
153153
</linkedResources>
154154
</projectDescription>

bsp/ti-tms320c6678/.settings/org.eclipse.core.resources.prefs

Lines changed: 0 additions & 10 deletions
This file was deleted.

bsp/ti-tms320c6678/applications/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
void rt_init_thread_entry(void *parameter)
1717
{
1818
rt_kprintf("hello rt-thread\n");
19-
return 0;
2019
}
2120

2221
int rt_application_init(void)

0 commit comments

Comments
 (0)