]> git.pld-linux.org Git - packages/crossavr-gcc.git/blame - 424-gcc-4.5.1-atmxt224_224e.patch
- synchronized patches with Atmel official AVR8-GNU toolchain.
[packages/crossavr-gcc.git] / 424-gcc-4.5.1-atmxt224_224e.patch
CommitLineData
dbe7ab63 1diff -Naurp gcc/config/avr/avr-devices.c gcc/config/avr/avr-devices.c
2--- gcc/config/avr/avr-devices.c 2012-01-18 11:00:21.000000000 +0530
3+++ gcc/config/avr/avr-devices.c 2012-01-18 11:35:04.000000000 +0530
4@@ -267,6 +267,8 @@ const struct mcu_type_s avr_mcu_types[]
5 /* Xmega, <= 8K FLASH. */
6 /* Xmega, > 8K, < 64K FLASH, <= 64K RAM. */
7 { "avrxmega2", ARCH_AVRXMEGA2, NULL, 0, 0x2000, "x32a4" },
8+ { "atmxt224", ARCH_AVRXMEGA2, "__AVR_ATMXT224__", 0, 0x2000, "mxt224"},
9+ { "atmxt224e", ARCH_AVRXMEGA2, "__AVR_ATMXT224E__", 0, 0x2000, "mxt224e"},
10 { "atmxt336s", ARCH_AVRXMEGA2, "__AVR_ATMXT336S__", 0, 0x2000, "mxt336s"},
11 { "atxmega16a4", ARCH_AVRXMEGA2, "__AVR_ATxmega16A4__", 0, 0x2000, "x16a4" },
12 { "atxmega16a4u", ARCH_AVRXMEGA2, "__AVR_ATxmega16A4U__", 0, 0x2000, "x16a4u" },
13diff -Naurp gcc/config/avr/t-avr gcc/config/avr/t-avr
14--- gcc/config/avr/t-avr 2012-01-18 11:00:21.000000000 +0530
15+++ gcc/config/avr/t-avr 2012-01-18 11:36:27.000000000 +0530
16@@ -282,6 +282,8 @@ MULTILIB_MATCHES = \
17 mmcu?avr6=mmcu?atmega256rfr2 \
18 mmcu?avr6=mmcu?atmega2560 \
19 mmcu?avr6=mmcu?atmega2561 \
20+ mmcu?avrxmega2=mmcu?atmxt224 \
21+ mmcu?avrxmega2=mmcu?atmxt224e \
22 mmcu?avrxmega2=mmcu?atmxt336s \
23 mmcu?avrxmega2=mmcu?atxmega16a4 \
24 mmcu?avrxmega2=mmcu?atxmega16a4u \
This page took 0.030146 seconds and 4 git commands to generate.