lwIP: integrate lwIP with the BeRTOS wizard
[bertos.git] / bertos / cpu / avr / info / ATmega32.cdef
index 355e02e6ded337caca483f31c9adde0eaa7d0334..9a73ebaf8c425ac53b9ce01147747d8857a0b583 100644 (file)
 # Import the common settings for the path.
 include("avr.common")
 
+# Short description of the cpu.
+CPU_DESC += [ "32 Kbyte in-System Programmable Flash",
+             "2 Kbytes internal SRAM memory",
+             "1 Kbytes EEPROM memory" ]
+
 # If we use the GCC compiler we should pass some flags.
 CORE_CPU = "atmega32"
 
+include("avr_post.common")