This repository contains a variety of flashing tools for AVR32UC3 devices as well as the AVR32 toolchain, a necessary toolchain for flashing- and compiling software for AVR32 based devices.
This set of tools should support flashing UC3 devices through most FTDI MPSSE based JTAG dongles, such as the Digilent hs3 and AVR dragon.
Documentation is created as separate RST documents. They can be generated as standalone documents or included in your own RST documentation.
Generate the documentation as standalone documents using:
sudo snap install rst2pdf
rst2pdf avr_toolchain/doc/avr_toolchain.rst avr_toolchain.pdf
rst2pdf digilent_hs3/doc/digilent_hs3.rst digilent_hs3.pdf
rst2pdf avr_dragon/doc/avr_dragon.rst avr_dragon.pdf
To include any of the documents in existing documentation, please use this format:
*************************
Toolchain and programming
*************************
.. toctree::
:maxdepth: 3
:numbered:
/tools/avr32-prog/avr_toolchain/doc/avr_toolchain
/tools/avr32-prog/digilent_hs3/doc/digilent_hs3
/tools/avr32-prog/avr_dragon/doc/avr_dragon