Add cpu descriptions.
[bertos.git] / bertos / cpu / avr / info / ATmega168.cdef
index 57e89e6b34236dc529625a5d3cfc891676a0c894..27771d1825194f696dd20301cc350dce9e4e85e0 100644 (file)
 # Import the common settings for the path.
 include("avr.common")
 
+# Short description of the cpu.
+CPU_DESC += [ "16 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 = "atmega168"