/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
H A D | avr-mcus.def | 38 AVR_MCU (NAME, ARCH, ATTR, MACRO, TDATA, TTEXT, FLASH_SIZE, PM_OFFSET) 73 AVR_MCU ("avr2", ARCH_AVR2, AVR_ERRATA_SKIP, NULL, 0x0060, 0x0, 0x6… 75 AVR_MCU ("at90s2313", ARCH_AVR2, AVR_SHORT_SP, "__AVR_AT90S2313__", 0x0060, 0x0, 0x8… 76 AVR_MCU ("at90s2323", ARCH_AVR2, AVR_SHORT_SP, "__AVR_AT90S2323__", 0x0060, 0x0, 0x8… 77 AVR_MCU ("at90s2333", ARCH_AVR2, AVR_SHORT_SP, "__AVR_AT90S2333__", 0x0060, 0x0, 0x8… 78 AVR_MCU ("at90s2343", ARCH_AVR2, AVR_SHORT_SP, "__AVR_AT90S2343__", 0x0060, 0x0, 0x8… 79 AVR_MCU ("attiny22", ARCH_AVR2, AVR_SHORT_SP, "__AVR_ATtiny22__", 0x0060, 0x0, 0x8… 80 AVR_MCU ("attiny26", ARCH_AVR2, AVR_SHORT_SP, "__AVR_ATtiny26__", 0x0060, 0x0, 0x8… 81 AVR_MCU ("at90s4414", ARCH_AVR2, AVR_ISA_NONE, "__AVR_AT90S4414__", 0x0060, 0x0, 0x1… 82 AVR_MCU ("at90s4433", ARCH_AVR2, AVR_SHORT_SP, "__AVR_AT90S4433__", 0x0060, 0x0, 0x1… [all …]
|
H A D | avr-devices.cc | 120 #define AVR_MCU(NAME, ARCH, DEV_ATTRIBUTE, MACRO, DATA_SEC, TEXT_SEC, FLASH_SIZE, PMOFF) \ macro 123 #undef AVR_MCU
|
H A D | genmultilib.awk | 138 /^AVR_MCU/ {
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr-mcus.def | 38 AVR_MCU (NAME, ARCH, ATTR, MACRO, TDATA, TTEXT, FLASH_SIZE, PM_OFFSET) 73 AVR_MCU ("avr2", ARCH_AVR2, AVR_ERRATA_SKIP, NULL, 0x0060, 0x0, 0x6… 75 AVR_MCU ("at90s2313", ARCH_AVR2, AVR_SHORT_SP, "__AVR_AT90S2313__", 0x0060, 0x0, 0x8… 76 AVR_MCU ("at90s2323", ARCH_AVR2, AVR_SHORT_SP, "__AVR_AT90S2323__", 0x0060, 0x0, 0x8… 77 AVR_MCU ("at90s2333", ARCH_AVR2, AVR_SHORT_SP, "__AVR_AT90S2333__", 0x0060, 0x0, 0x8… 78 AVR_MCU ("at90s2343", ARCH_AVR2, AVR_SHORT_SP, "__AVR_AT90S2343__", 0x0060, 0x0, 0x8… 79 AVR_MCU ("attiny22", ARCH_AVR2, AVR_SHORT_SP, "__AVR_ATtiny22__", 0x0060, 0x0, 0x8… 80 AVR_MCU ("attiny26", ARCH_AVR2, AVR_SHORT_SP, "__AVR_ATtiny26__", 0x0060, 0x0, 0x8… 81 AVR_MCU ("at90s4414", ARCH_AVR2, AVR_ISA_NONE, "__AVR_AT90S4414__", 0x0060, 0x0, 0x1… 82 AVR_MCU ("at90s4433", ARCH_AVR2, AVR_SHORT_SP, "__AVR_AT90S4433__", 0x0060, 0x0, 0x1… [all …]
|
H A D | avr-devices.c | 120 #define AVR_MCU(NAME, ARCH, DEV_ATTRIBUTE, MACRO, DATA_SEC, TEXT_SEC, FLASH_SIZE, PMOFF) \ macro 123 #undef AVR_MCU
|
H A D | genmultilib.awk | 128 /^AVR_MCU/ {
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2012 | 32333 (AVR_MCU): Add N_FLASH argument. 32334 * config/avr/avr-mcus.def (AVR_MCU): Add initializer for .n_flash. 32821 * config/avr/avr-mcus.def (AVR_MCU): Add known MCUs:
|
H A D | ChangeLog-2016 | 2654 * config/avr/avr-devices.c (AVR_MCU): Remove N_FLASH macro argument. 2655 * config/avr/avr-mcus.def (AVR_MCU): Remove initializer for n_flash.
|
H A D | ChangeLog-2019 | 897 (attiny202, attiny204): Add AVR_MCU lines to support them. 3667 * config/avr/avr-mcus.def (AVR_MCU): Add respective field.
|
H A D | ChangeLog-2011 | 9284 * config/avr/avr-mcus.def (AVR_MCU): Set .data_section_start of 16159 * config/avr/avr-mcus.def (AVR_MCU): Use it.
|
H A D | ChangeLog-2014 | 31973 * config/avr/avr-devices.c (AVR_MCU): Same. 43409 * config/avr/avr-devices.c (avr_mcu_types): Update AVR_MCU macro for
|
H A D | ChangeLog-2013 | 37176 (atxmega384c3, atxmega384d3, atxmega128a4u): New AVR_MCU.
|