Add cpu descriptions.
[bertos.git] / bertos / cpu / avr / info / avr.common
index 3c691fa67d2768e9054dccc83851384ac040d0d5..690850fead47235f646aa58b92b19ade3d5f87a8 100644 (file)
 #
 
 # Import the common settings for the path.
-include("path.common")
+include("../../path.common")
+
+# Short description of the cpu.
+CPU_DESC = [ "ATMEL AVR Microcontroller ",
+            "8-bit RISC Architecture"]
 
 # Type of the toolchain we should use to compile the source for this CPU.
 TOOLCHAIN = "avr"