User:Xx5y/AVR
From syn2cat - HackerSpace.lu
some links for (new) AVR users:
general information with sample projects
- http://www.mikrocontroller.net/
- http://www.roboternetz.de/wissen/index.php/Hauptseite
- http://www.avrfreaks.net/
Devices
IDEs for C or ASM programming
- AVR-Studio: http://atmel.com/dyn/products/tools_card.asp?tool_id=2725
- For C programming under windows: http://winavr.sourceforge.net/
- For C programming under linux: http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=42631 (you need to login)
- Eclipse for c/c++ http://www.eclipse.org/downloads/ (download Eclipse IDE for C/C++ Developers)
- Eclipse AVR plugin http://avr-eclipse.sourceforge.net/wiki/index.php/The_AVR_Eclipse_Plugin
Detail information of the developer tools (included in WINAVR or the linux Version)
- C library http://www.nongnu.org/avr-libc/user-manual/
- Flash downloader http://www.nongnu.org/avrdude/