This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdoc, AVR, Committed] Add support for 3 new devices
- From: Anatoly Sokolov <aesok at post dot ru>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sun, 29 Mar 2009 03:17:24 +0400
- Subject: [wwwdoc, AVR, Committed] Add support for 3 new devices
Hi.
The attached patch to document support for the new AVR device in GCC.
> Index: htdocs/gcc-4.4/changes.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v
> retrieving revision 1.60
> diff -u -r1.60 changes.html
> --- htdocs/gcc-4.4/changes.html 24 Mar 2009 22:48:42 -0000 1.60
> +++ htdocs/gcc-4.4/changes.html 28 Mar 2009 23:15:34 -0000
> @@ -437,7 +437,10 @@
> <li>ATtiny87</li>
> <li>ATtiny167</li>
> <li>ATtiny327</li>
> + <li>ATmega8C1</li>
> + <li>ATmega16C1</li>
> <li>ATmega32C1</li>
> + <li>ATmega8M1</li>
> <li>ATmega16M1</li>
> <li>ATmega32M1</li>
> <li>ATmega32U4</li>
Anatoly.