CVS log for ports/devel/avr-gcc-3/files/patch-newdevices
Up to [FreeBSD] / ports / devel / avr-gcc-3 / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Apr 20 20:32:16 2006 UTC (5 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7, HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Fix the link specification in the patch so ATmega*P devices will get their correct -Tdata option passed down. Submitted by: Anatoly Sokolov
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Apr 19 10:48:48 2006 UTC (5 years, 9 months ago) by joerg
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +19 -12 lines
Rename ATmega164/324 to ATmega164P/324P, add support for ATmega644P, ATmega165P, and ATmega169P.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Mar 19 22:38:09 2006 UTC (5 years, 10 months ago) by joerg
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +27 -14 lines
Upgrade to GCC 3.4.6. Add support for ATmega406 and AT90USB646/647/1286/1286 devices. Register conflict for avr-gcc-devel port (GCC 4.1-based, to come soon).
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jan 4 23:17:26 2006 UTC (6 years, 1 month ago) by joerg
Branches: MAIN
CVS tags: old_RELEASE_6_1_0, old_RELEASE_5_5_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +15 -9 lines
Add support for ATtiny261/461/861.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Dec 14 22:42:16 2005 UTC (6 years, 1 month ago) by joerg
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +19 -14 lines
Upgrade to GCC 3.4.5, and add support for ATtiny24/44/84 devices.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Nov 4 20:51:33 2005 UTC (6 years, 3 months ago) by joerg
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +22 -16 lines
Add support for the AT90CAN32/64 controllers. By the same time, also drag in the patch for catching misspelled interrupt vector names from the 4.x branch of GCC.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Sep 12 22:03:43 2005 UTC (6 years, 4 months ago) by joerg
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +20 -11 lines
Add support for the ATmega640/1280/1281 family.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Sep 1 20:52:38 2005 UTC (6 years, 5 months ago) by joerg
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Oops, a double slash sneaked into the linker spec, causing GCC to recurse infinitely, until it hit an abort().
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Sep 1 05:22:23 2005 UTC (6 years, 5 months ago) by joerg
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +16 -13 lines
Add back support for the ATmega165.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 17 14:41:01 2005 UTC (6 years, 5 months ago) by joerg
Branches: MAIN
CVS tags: old_RELEASE_6_0_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +10 -10 lines
Fix the linker command (in GCC's specs file) for the AT90PWM2/3 controllers. Approved by: portmgr (linimon)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Aug 1 13:48:52 2005 UTC (6 years, 6 months ago) by joerg
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -84 lines
Remove a superfluous part of a patch (patching a .orig file resulting from a previous patch). No PORTREVISION bump as the resulting binaries are identical.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jul 30 21:28:49 2005 UTC (6 years, 6 months ago) by joerg
Branches: MAIN
Upgrade AVR-GCC to GCC-3.4.4. By the same time, combine all the patches that add support for new AVR devices into a single patch, as they all touch the same three source files. In total, add support for the following AVR devices that were not supported by the stock GCC 3.4.x: ATtiny13/ATtiny2313 ATtiny25/ATtiny45/ATtiny85 ATmega48/ATmega88/ATmega168 AT90PWM2/AT90PWM3 ATmega164/ATmega324/ATmega644 ATmega325/ATmega3250/ATmega645/ATmega6450 ATmega329/ATmega3290/ATmega649/ATmega6490 AT90CAN128 (This is now documented in pkg-descr as well.)
