Covert doc to RST format. Add links to programming tutorials.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 25 Jan 2015 21:13:04 +0200
changeset 1674 34357d086f63
parent 1673 ed7fa7e54aaa
child 1675 7e5ff3a96f2d
Covert doc to RST format. Add links to programming tutorials.
avr.rst
--- a/avr.rst	Tue Jan 13 11:26:27 2015 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,60 +0,0 @@
--*- 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.
-
-  $ 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
-
-
-