remove unneed function. Use hpread in context switch benchmark.
[bertos.git] / bertos / cpu / avr / info / avr.common
index b73a08ea6609621f297527474ba67c9490020613..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"]
-
 # 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"