Move AVR mega serial files to prepare the XMega patch
[bertos.git] / bertos / cpu / avr / info / ATmega8.cdef
index 0a2ec46271bbb798d59d23144493fc888660f411..e474767ffcf8db446ff73eafc6368e5a2a8534c9 100644 (file)
 #
 
 # Import the common settings for the path.
-include("avr.common")
+include("mega.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")