avr.rst
changeset 534 0c6e82b55646
child 537 848188daee1c
equal deleted inserted replaced
533:37ec284ab65b 534:0c6e82b55646
       
     1 -*- mode: outline -*-
       
     2 
       
     3 * ISP.
       
     4 
       
     5 ** avrdude
       
     6 
       
     7 AVRDUDE is an utility to download/upload/manipulate the ROM and EEPROM
       
     8 contents of AVR microcontrollers using the in-system programming technique
       
     9 (ISP).
       
    10 
       
    11   http://www.nongnu.org/avrdude/
       
    12                 home page
       
    13 
       
    14 ** uisp.
       
    15 
       
    16 Uisp is a tool for AVR microcontrollers which can interface to many hardware
       
    17 in-system programmers.
       
    18 
       
    19   http://savannah.nongnu.org/projects/uisp/
       
    20 
       
    21 * tool-chain.
       
    22 
       
    23 ** GNU.
       
    24 
       
    25 *** avr-libc.
       
    26 
       
    27   http://www.nongnu.org/avr-libc
       
    28                 home page
       
    29 
       
    30 ** avr-binutils.
       
    31 
       
    32 ** avr-gcc.
       
    33 
       
    34 ** avr-gdb.
       
    35 
       
    36 * Simulator.
       
    37 
       
    38 ** simulavr.
       
    39 
       
    40   $ sudo apt-get install simulavr
       
    41 
       
    42 
       
    43