Add flashing support for AVR.
[bertos.git] / bertos / cpu / avr / info / ATmega103.cdef
index 1ae2b6ac00274255c65727ffb072cdb65429f15a..2d1cd9122cc62a634ec520520d4cbcf6c1c3babf 100644 (file)
 # Import the common settings for the path.
 include("avr.common")
 
+# Short description of the cpu.
+CPU_DESC += [ "128 Kbyte in-System Programmable Flash",
+             "4 Kbytes internal SRAM memory",
+             "4 Kbytes EEPROM memory" ]
+
 # If we use the GCC compiler we should pass some flags.
 CORE_CPU = "atmega103"
 
+include("avr_post.common")