Add cpu descriptions.
[bertos.git] / bertos / cpu / avr / info / ATmega128.cdef
index b8a94053fbbcea7251652bc3ed501ae70ebe9c25..8665004095ebdaea304e985fdd28861a019e7593 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",
+             "4 Kbytes internal SRAM memory",
+             "4 bytes EEPROM memory" ]
+
 # If we use the GCC compiler we should pass some flags.
 CORE_CPU = "atmega128"