Detect code for STM32F100RB CPU (cortex-m3 family) added.
[bertos.git] / bertos / cpu / avr / info / ATmega1281.cdef
index 7359badf285189188657ec412800ff1b30505e4f..03166cb1f8b5c5a34bd9d86c80b0f27d668d808d 100644 (file)
 
 
 # Import the common settings for the path.
-include("avr.common")
+include("mega.common")
+
+# Short description of the cpu.
+CPU_DESC += [ "128 Kbyte in-System Programmable Flash",
+             "8 Kbytes internal SRAM memory",
+             "4 Kbytes EEPROM memory" ]
 
 # If we use the GCC compiler we should pass some flags.
 CORE_CPU = "atmega1281"
 
+include("avr_post.common")