Move kfile interface to the io/ directory.
[bertos.git] / bertos / cpu / avr / info / ATmega8.cdef
index 0a2ec46271bbb798d59d23144493fc888660f411..2cfbaa5ef66c523f679d6e891e4392bc5c9fc07b 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"
 
+include("avr_post.common")