avr.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 15 Oct 2010 14:11:20 +0300
changeset 607 66a47b9f2666
parent 537 848188daee1c
child 538 60cea37816db
permissions -rw-r--r--
ldd for Linux.

-*- mode: outline -*-

* ISP.

** avrdude

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

** uisp.

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

  http://savannah.nongnu.org/projects/uisp/

* tool-chain.

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

 http://winavr.sourceforge.net/
                home page

** GNU.

*** avr-libc.

  http://www.nongnu.org/avr-libc
                home page

** avr-binutils.

** avr-gcc.

** avr-gdb.

* Simulator.

** simulavr.

  $ sudo apt-get install simulavr