include("avr.common")
# If we use the GCC compiler we should pass some flags.
-CORE_CPU += "atmega103"
+CORE_CPU = "atmega103"
include("avr.common")
# If we use the GCC compiler we should pass some flags.
-CORE_CPU += "atmega128"
+CORE_CPU = "atmega128"
include("avr.common")
# If we use the GCC compiler we should pass some flags.
-CORE_CPU += "atmega1281"
+CORE_CPU = "atmega1281"
include("avr.common")
# If we use the GCC compiler we should pass some flags.
-CORE_CPU += "atmega168"
+CORE_CPU = "atmega168"
include("avr.common")
# If we use the GCC compiler we should pass some flags.
-CORE_CPU += "atmega32"
+CORE_CPU = "atmega32"
include("avr.common")
# If we use the GCC compiler we should pass some flags.
-CORE_CPU += "atmega64"
+CORE_CPU = "atmega64"
include("avr.common")
# If we use the GCC compiler we should pass some flags.
-CORE_CPU += "atmega8"
+CORE_CPU = "atmega8"