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/"
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/"
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"
"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"