[ Home | About | Licence | About author | Contact ]

Written by Oleksandr Gavenko (AKA gavenkoa), compiled at 2015-10-05 from rev 764bb173578d.

Abbreviation.

AVR programming tutorials.

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

AVR ISP programmer.

avrdude.

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

uisp.

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

AVR tool-chains.

WinAVR.

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

GNU AVR.

$ sudo apt-get install binutils-avr gcc-avr avr-libc gdb-avr

See:

AVR simulator.

simulavr.

$ sudo apt-get install simulavr