Add harvard tag to avr.
[bertos.git] / bertos / cpu / avr / info / avr.common
index 690850fead47235f646aa58b92b19ade3d5f87a8..2099f6889108fcc43ec3ae09edb25fbce000e7eb 100644 (file)
@@ -47,6 +47,9 @@ 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"