Refactor switch context ASM files to comply to Wizard.
[bertos.git] / bertos / cpu / avr / info / ATmega1281.cdef
index 7359badf285189188657ec412800ff1b30505e4f..e03338fdefa73aabffcf1522778f047ad8c0ab71 100644 (file)
 # Import the common settings for the path.
 include("avr.common")
 
+# Short description of the cpu.
+CPU_DESC += [ "128 Kbyte in-System Programmable Flash",
+             "8 Kbytes internal SRAM memory",
+             "4 Kbytes EEPROM memory" ]
+
 # If we use the GCC compiler we should pass some flags.
 CORE_CPU = "atmega1281"