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

github.com/ClusterM/clujtag-avr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2015-01-05 03:31:07 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2015-01-05 03:31:07 +0300
commitebf2d00be3d45f05caf7f059f6b252f5700e39ff (patch)
tree83c1bfee9418c6c9877bb140fc914ec5a76434ca
parent10908fd498a3b6ea241284959d77bc45d3e477f3 (diff)
parentdf24679b978e92c5060d0a9b99f9fa79b0d5f1d4 (diff)
Merge branch 'master' of https://github.com/ClusterM/clujtag-avr
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2585f0d..8ecb4d0 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,14 @@
-clujtag-avr
+clujtag
===========
-Simple JTAG programmer for AVR microcontrollers with hardware USB
+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