Remove redundant option (is include by default in the user makefile.
[bertos.git] / bertos / cpu / avr / info / ATmega168.cdef
index 57e89e6b34236dc529625a5d3cfc891676a0c894..a373e754dc3aab66031e4cc34add373e9ee9b190 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"
 
+include("avr_post.common")