WR Home Topic Home | Chapter: 1 |
<Previous | Next> |
Chapter 01
Page 10
WinAVR is an important tool for AVR development. Even after installing AVRStudio as an IDE, people install another tool WinAVR because it has very good documentation.
WinAVRTM (pronounced "whenever") is a suite of executable, open source software development tools for the Atmel AVR series of RISC microprocessors hosted on the Windows platform. It includes the GNU GCC compiler for C and C++.
Check out the WinAVRTM project on Sourceforge at http://sourceforge.net/projects/winavr/ for developer information.
WinAVRTM contains all the tools for developing on the AVR.
This includes:
- avr-gcc (compiler)
- avrdude (programmer)
- avr-gdb (debugger)
- avr-libc (with a good HTML help Documentation)
- and more .....
Next Chapter explains
Installing Software for AVR Development
WR Home Topic Home | Chapter: 1 |
<Previous | Next> |