-*- mode: outline -*-* ISP.** avrdudeAVRDUDE is an utility to download/upload/manipulate the ROM and EEPROMcontents 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 hardwarein-system programmers. http://savannah.nongnu.org/projects/uisp/* tool-chain.** WinAVR.WinAVR (pronounced "whenever") is a suite of executable, open source software development toolsfor the Atmel AVR series of RISC microprocessors hosted on the Windows platform. It includes the GNUGCC compiler for C and C++. http://winavr.sourceforge.net/ home page** GNU.*** avr-libc. $ sudo apt-get install avr-libc http://www.nongnu.org/avr-libc home page** binutils-avr. $ sudo apt-get install binutils-avr** gcc-avr. $ sudo apt-get install gcc-avr** gdb-avr. $ sudo apt-get install gdb-avr* Simulator.** simulavr. $ sudo apt-get install simulavr