Add cpu descriptions.
[bertos.git] / bertos / cpu / avr / info / ATmega8.cdef
index 0a2ec46271bbb798d59d23144493fc888660f411..87d43426a6f247ca3de4049488fe36fe4bc05f50 100644 (file)
 # Import the common settings for the path.
 include("avr.common")
 
+# Short description of the cpu.
+CPU_DESC += [ "8 Kbyte in-System Programmable Flash",
+             "1 Kbytes internal SRAM memory",
+             "512 bytes EEPROM memory" ]
+
 # If we use the GCC compiler we should pass some flags.
 CORE_CPU = "atmega8"