This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdoc, AVR, Committed] Add support for atmegaXXu2 new devices


Hi.

The attached patch to document support for the new AVR devices in GCC.


Index: htdocs/gcc-4.5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v
retrieving revision 1.21
diff -u -r1.21 changes.html
--- htdocs/gcc-4.5/changes.html 6 Jul 2009 20:16:03 -0000       1.21
+++ htdocs/gcc-4.5/changes.html	17 Jul 2009 21:21:59 -0000
@@ -192,6 +192,13 @@
   <ul>
     <li>The <code>-mno-tablejump</code> option has been removed because it
     has the same effect as the <code>-fno-jump-tables</code> option.</li>
+    <li>Added support for these new AVR devices:
+      <ul>
+        <li>ATmega8U2</li>
+        <li>ATmega16U2</li>
+        <li>ATmega32U2</li>
+      </ul>
+    </li>
   </ul>
 
 <h3>IA-32/x86-64</h3>


Anatoly.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]