all STM32 cortex-m3 branches using /libcpu/arm/cortex-m3 instead of /libcpu/arm/stm32

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1858 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
dzzxzz
2011-12-21 09:44:52 +00:00
parent 9e127126c7
commit 8b64d24bd4
16 changed files with 906 additions and 1132 deletions

View File

@@ -1,6 +1,6 @@
# toolchains options
ARCH='arm'
CPU='stm32'
CPU='cortex-m3'
CROSS_TOOL='keil'
if CROSS_TOOL == 'gcc':