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 9 new devices


Hi.

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


Index: wwwdocs/htdocs/gcc-4.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v
retrieving revision 1.44
diff -u -r1.44 changes.html
--- wwwdocs/htdocs/gcc-4.4/changes.html 3 Dec 2008 19:51:42 -0000       1.44
+++ wwwdocs/htdocs/gcc-4.4/changes.html	16 Dec 2008 21:34:11 -0000
@@ -315,8 +315,11 @@
     <li>Added support for these new AVR devices:
       <ul>
         <li>ATtiny13A</li>
+        <li>ATtiny87</li>
         <li>ATtiny167</li>
+        <li>ATtiny327</li>
         <li>ATmega32C1</li>
+        <li>ATmega16M1</li>
         <li>ATmega32M1</li>
         <li>ATmega32U4</li>
         <li>ATmega16HVB</li>
@@ -326,6 +329,12 @@
         <li>ATmega64M1</li>
         <li>ATmega16U4</li>
         <li>ATmega32U6</li>
+        <li>ATmega128RFA</li>
+        <li>AT90PWM81</li>
+        <li>AT90SCR100</li>
+        <li>M3000F</li>
+        <li>M3000S</li>
+        <li>M3001B</li>
       </ul>
     </li>
   </ul>

Anatoly.


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