Home
last modified time | relevance | path

Searched refs:AVR_MCU (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-mcus.def38 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 Davr-devices.cc120 #define AVR_MCU(NAME, ARCH, DEV_ATTRIBUTE, MACRO, DATA_SEC, TEXT_SEC, FLASH_SIZE, PMOFF) \ macro
123 #undef AVR_MCU
H A Dgenmultilib.awk138 /^AVR_MCU/ {
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-mcus.def38 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 Davr-devices.c120 #define AVR_MCU(NAME, ARCH, DEV_ATTRIBUTE, MACRO, DATA_SEC, TEXT_SEC, FLASH_SIZE, PMOFF) \ macro
123 #undef AVR_MCU
H A Dgenmultilib.awk128 /^AVR_MCU/ {
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201232333 (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 DChangeLog-20162654 * 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 DChangeLog-2019897 (attiny202, attiny204): Add AVR_MCU lines to support them.
3667 * config/avr/avr-mcus.def (AVR_MCU): Add respective field.
H A DChangeLog-20119284 * config/avr/avr-mcus.def (AVR_MCU): Set .data_section_start of
16159 * config/avr/avr-mcus.def (AVR_MCU): Use it.
H A DChangeLog-201431973 * config/avr/avr-devices.c (AVR_MCU): Same.
43409 * config/avr/avr-devices.c (avr_mcu_types): Update AVR_MCU macro for
H A DChangeLog-201337176 (atxmega384c3, atxmega384d3, atxmega128a4u): New AVR_MCU.