Comply to new wizard policy: the toolchain name is no more added automatically to...
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 30 Apr 2010 10:33:55 +0000 (10:33 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 30 Apr 2010 10:33:55 +0000 (10:33 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3575 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/arm/info/at91sam7.common
bertos/cpu/arm/info/lpc2.common
bertos/cpu/avr/info/avr.common
bertos/cpu/cortex-m3/info/cm3.common

index 50d172d363275f3838d9736914f424f9489580c7..0026de91a2da703da54cc6005b90721de792d9fc 100644 (file)
@@ -64,7 +64,7 @@ MK_CPU = CORE_CPU
 CPU_DEFAULT_FREQ = "48023000UL"
 
 # Special CPU related tags.
-CPU_TAGS = ["at91", CORE_CPU]
+CPU_TAGS = ["at91", CORE_CPU, TOOLCHAIN]
 
 # Where are locate the bertos directories
 SCRIPT_DIR = CPU_DIR + "arm/scripts/"
index 0577347ef4d429037cdfd75efa3123bbaf3b80f8..b6b80043678df974a30c2a758f0e162fd31a416a 100644 (file)
@@ -61,7 +61,7 @@ MK_CPU = CORE_CPU
 CPU_DEFAULT_FREQ = "72000000UL"
 
 # Special CPU related tags.
-CPU_TAGS = ["lpc2", CORE_CPU]
+CPU_TAGS = ["lpc2", CORE_CPU, TOOLCHAIN]
 
 # Where are locate the bertos directories
 SCRIPT_DIR = CPU_DIR + "arm/scripts/"
index 081d8f3f255913f5d7983a299aa4725451e28ed9..f0fd278c7a2e78dfe7ff9945d411e1dd78133f01 100644 (file)
@@ -47,12 +47,12 @@ include("../../path.common")
 CPU_DESC = [ "ATMEL AVR Microcontroller ",
             "8-bit RISC Architecture"]
 
-# Special CPU related tags.
-CPU_TAGS = ["harvard", "avr"]
-
 # Type of the toolchain we should use to compile the source for this CPU.
 TOOLCHAIN = "avr"
 
+# Special CPU related tags.
+CPU_TAGS = ["harvard", TOOLCHAIN]
+
 # CPU default clock frequency
 CPU_DEFAULT_FREQ = "8000000UL"
 
index 881bf0b1a3b7d022d6a803b77449e7cff13eaf58..d08f913ae4b022641c4b0057c01231d95ff650ea 100644 (file)
@@ -49,7 +49,7 @@ CPU_DESC = ["ARM Cortex-M3",
          "16-bit and 32-bit RISC Architecture"]
 
 # Type of the toolchain we should use to compile the source for this CPU.
-TOOLCHAIN = "arm-"
+TOOLCHAIN = "arm"
 
 # If we use the GCC compiler we should pass some flags.
 CORE_CPU = "cortex-m3"