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 <ClusterM@users.noreply.github.com>2015-01-05 03:30:50 +0300
committerAlexey 'Cluster' Avdyukhin <ClusterM@users.noreply.github.com>2015-01-05 03:30:50 +0300
commitdf24679b978e92c5060d0a9b99f9fa79b0d5f1d4 (patch)
tree9fdb947f3a9ff06ea2cee2795416b260bc8deb2d
parenta3c4f9808e3978774a11b52c783be10c2872371e (diff)
Update README.md
-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