Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/ClusterM/clujtag-avr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8ecb4d04188244cb0ab5acc4cc3f3bcd8d0d6194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clujtag
===========

Very simple JTAG programmer for AVR microcontrollers with hardware USB.

You can use it to flash SVF or XSVF files via JTAG interface. 

How to build:
* You need LUFA library, download it here: http://www.fourwalledcubicle.com/LUFA.php
* Edit Makefile, set path to LUFA library and microcontroller type
* Edit *defines.h* to set JTAG pins and optionally led pin
* Compile and flash it

Device should be detected as virtual serial port. Under Windows use *clujtag.inf* as driver if necessary. Now you can use client to play SVF or XSVF files: https://github.com/ClusterM/clujtag-client