Fixed: NameError: name 'locale_encoding' is not defined
File /bin/rst2html.py, line 17, in <module>
from docutils.core import publish_cmdline, default_description
File /usr/lib/python2.7/site-packages/docutils/core.py, line 20, in <module>
from docutils import frontend, io, utils, readers, writers
File /usr/lib/python2.7/site-packages/docutils/frontend.py, line 41, in <module>
import docutils.utils
File /usr/lib/python2.7/site-packages/docutils/utils/__init__.py, line 20, in <module>
import docutils.io
File /usr/lib/python2.7/site-packages/docutils/io.py, line 18, in <module>
from docutils.utils.error_reporting import locale_encoding, ErrorString, ErrorOutput
File /usr/lib/python2.7/site-packages/docutils/utils/error_reporting.py, line 60, in <module>
codecs.lookup(locale_encoding or '') # None -> ''
NameError: name 'locale_encoding' is not defined
.. -*- coding: utf-8; -*-
===============
Abbreviation.
===============
.. contents::
:local:
AVR programming tutorials.
==========================
http://www.avr-asm-tutorial.net/
Learning AVR Assembler with practical examples
http://www.avr-asm-download.de/index.html
Pdf download page.
AVR ISP programmer.
===================
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.
http://savannah.nongnu.org/projects/avrdude/
Devel home page.
uisp.
-----
Uisp is a tool for AVR microcontrollers which can interface to many hardware
in-system programmers.
http://www.nongnu.org/uisp/
Home page.
http://savannah.nongnu.org/projects/uisp/
Devel home page.
AVR tool-chains.
================
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.
--------
::
$ sudo apt-get install binutils-avr gcc-avr avr-libc gdb-avr
See:
http://www.nongnu.org/avr-libc
Home page.
AVR simulator.
==============
simulavr.
---------
::
$ sudo apt-get install simulavr