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:
-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