Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 1.4 KB

avr.rst

File metadata and controls

74 lines (52 loc) · 1.4 KB

Abbreviation.

http://www.avr-asm-tutorial.net/
Learning AVR Assembler with practical examples
http://www.avr-asm-download.de/index.html
Pdf download page.

AVRDUDE is an utility to download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers using the in-system programming technique (ISP).

http://www.nongnu.org/avrdude/
Home page.
http://savannah.nongnu.org/projects/avrdude/
Devel home page.

Uisp is a tool for AVR microcontrollers which can interface to many hardware in-system programmers.

http://www.nongnu.org/uisp/
Home page.
http://savannah.nongnu.org/projects/uisp/
Devel home page.

WinAVR (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++.

http://winavr.sourceforge.net/
Home page.
$ sudo apt-get install binutils-avr gcc-avr avr-libc gdb-avr

See:

http://www.nongnu.org/avr-libc
Home page.
$ sudo apt-get install simulavr