# 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"
# 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 bytes EEPROM memory" ]
+
# If we use the GCC compiler we should pass some flags.
CORE_CPU = "atmega128"
# Import the common settings for the path.
include("avr.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"
# Import the common settings for the path.
include("avr.common")
+# Short description of the cpu.
+CPU_DESC += [ "16 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 = "atmega168"
# 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"
# Import the common settings for the path.
include("avr.common")
+# Short description of the cpu.
+CPU_DESC += [ "64 Kbyte in-System Programmable Flash",
+ "4 Kbytes internal SRAM memory",
+ "2 Kbytes EEPROM memory" ]
+
# If we use the GCC compiler we should pass some flags.
CORE_CPU = "atmega64"
# 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"
# Import the common settings for the path.
include("../../path.common")
+# Short description of the cpu.
+CPU_DESC = [ "ATMEL AVR Microcontroller ",
+ "8-bit RISC Architecture"]
+
# Type of the toolchain we should use to compile the source for this CPU.
TOOLCHAIN = "avr"