# HG changeset patch # User Oleksandr Gavenko # Date 1285017055 -10800 # Node ID 0c6e82b55646da0b1edaab28dca5201ec72ed62a # Parent 37ec284ab65b0feedba66ff92ebe883cbc63fd83 About avr chip. diff -r 37ec284ab65b -r 0c6e82b55646 avr.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/avr.rst Tue Sep 21 00:10:55 2010 +0300 @@ -0,0 +1,43 @@ +-*- 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. + +** GNU. + +*** avr-libc. + + http://www.nongnu.org/avr-libc + home page + +** avr-binutils. + +** avr-gcc. + +** avr-gdb. + +* Simulator. + +** simulavr. + + $ sudo apt-get install simulavr + + +