Browse Source

get ready for SCONS
change the m16c assembly extension from s34 to asm
move the m16c porting files to m16c62p directory


git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1270 bbd45198-f89e-11dd-88c7-29a3b14d5316

dzzxzz 14 years ago
parent
commit
29db3e3295

+ 0 - 0
bsp/m16c62p/cstartup.s34 → bsp/m16c62p/cstartup.asm


+ 0 - 0
bsp/m16c62p/interrupts.s34 → bsp/m16c62p/interrupts.asm


File diff suppressed because it is too large
+ 255 - 254
bsp/m16c62p/rtt2m16c.dep


+ 15 - 12
bsp/m16c62p/rtt2m16c.ewp

@@ -1787,10 +1787,10 @@
         <name>$PROJ_DIR$\bsp.c</name>
       </file>
       <file>
-        <name>$PROJ_DIR$\cstartup.s34</name>
+        <name>$PROJ_DIR$\cstartup.asm</name>
       </file>
       <file>
-        <name>$PROJ_DIR$\interrupts.s34</name>
+        <name>$PROJ_DIR$\interrupts.asm</name>
       </file>
       <file>
         <name>$PROJ_DIR$\lnkm30627fhp.xcl</name>
@@ -1805,7 +1805,7 @@
         <name>$PROJ_DIR$\uart.c</name>
       </file>
       <file>
-        <name>$PROJ_DIR$\vectors.s34</name>
+        <name>$PROJ_DIR$\vectors.asm</name>
       </file>
     </group>
   </group>
@@ -1939,15 +1939,18 @@
     <name>libcpu</name>
     <group>
       <name>m16c</name>
-      <file>
-        <name>$PROJ_DIR$\..\..\libcpu\m16c\context.asm</name>
-      </file>
-      <file>
-        <name>$PROJ_DIR$\..\..\libcpu\m16c\interrupt.c</name>
-      </file>
-      <file>
-        <name>$PROJ_DIR$\..\..\libcpu\m16c\stack.c</name>
-      </file>
+      <group>
+        <name>m16c62p</name>
+        <file>
+          <name>$PROJ_DIR$\..\..\libcpu\m16c\m16c62p\context_iar.asm</name>
+        </file>
+        <file>
+          <name>$PROJ_DIR$\..\..\libcpu\m16c\m16c62p\interrupt.c</name>
+        </file>
+        <file>
+          <name>$PROJ_DIR$\..\..\libcpu\m16c\m16c62p\stack.c</name>
+        </file>
+      </group>
     </group>
   </group>
 </project>

+ 0 - 0
bsp/m16c62p/vectors.s34 → bsp/m16c62p/vectors.asm


+ 0 - 0
libcpu/m16c/context.asm → libcpu/m16c/m16c62p/context_iar.asm


+ 0 - 0
libcpu/m16c/interrupt.c → libcpu/m16c/m16c62p/interrupt.c


+ 0 - 0
libcpu/m16c/stack.c → libcpu/m16c/m16c62p/stack.c


Some files were not shown because too many files changed in this diff