
Some good stuff for the AVR freaks up in here, Alastair writes in…
Here’s a replacement for WinAVR with up-to-date tools (since WinAVR has been abandoned, and nothing has yet been released from Atmel) & an efficiency oriented runtime library for AVR microcontrollers, for those ready to graduate from the Arduino environment.

Printable catalog (PDF)
FEED
WinAVR hasn’t EXACTLY been abandoned. Any you can build the tool chain from source. AVRfreaks has the latest build script (for Linux) right here: http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=42631
Comment by K Scharf — August 16, 2010 @ 1:59 pm
Eric Weddington has quite clearly stated that he will not be continuing development of WinAVR, as he is now working on a similar toolchain to be released by Atmel.
As of this date, there is a beta available (http://www.atmel.no/beta_ware), but no offical release. The beta does not appear to be a full release yet, as it is missing the patches that have been applied to the GPL software contained within (I am sure that Atmel will include them in the full release).
Regarding your second point, yes, you can build the toolchain yourself under Linux, that doesn’t really help on Windows though, which was the whole point of WinAVR. In the article, in addition to the binary package, I also provide all the scripts required to set up a build environment under Windows, as well as the build scripts & patches to reproduce the package.
Comment by Alastair DSilva — August 16, 2010 @ 6:14 pm