Atmel AVR Tools for GNU/Linux

Here are some Links I've gathered of tools to compile, debug and download code to the Atmel AVR.

  • GNU Development Environment for the AVR Microcontroller guide - This is about the most complete documentation around.
  • AVR Tools for Linux - A good resource with links to various AVR tools. Has In-System Programmer schematics and UISP code downloader.
  • AVR-GCC-List - Got questions? Here the place to look answers and ask.
  • Home page of a GNU tools for the ATMEL AVR micro controllers. - The original. As of gcc 3.x, the AVR is included with gcc and doesn't need to be patched in.
  • AVR development tools (binaries+source) - Has pre-built binary packages of the GNU AVR tools in .tar.gz and .rpm format (this is what I'm running on my SuSE 7.3 box)

    ...