User:Xx5y/AVR
From syn2cat - HackerSpace.lu
< User:Xx5y(Difference between revisions)
(New page: Hei sollen Saachen iwwert meng Projeen mat AVR kommen mee, dat dauert nach, an dann och op Englësch...) |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | 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''' | ||
+ | * http://atmel.com/products/avr/default.asp | ||
+ | |||
+ | '''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/ |
Latest revision as of 12:10, 28 February 2009
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/