diff options
author | Piotr Esden-Tempski <piotr@esden.net> | 2010-11-29 12:56:21 -0800 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-11-30 08:15:19 +0100 |
commit | 94e1445a864532440380a640e180df81b4db07ec (patch) | |
tree | a1d71219f38f3b97b079d909e29c7f1320e57c43 /tcl | |
parent | a9d0b3de44c2ecbe011d5b01d17c18b0e969cc53 (diff) | |
download | openocd_libswd-94e1445a864532440380a640e180df81b4db07ec.tar.gz openocd_libswd-94e1445a864532440380a640e180df81b4db07ec.tar.bz2 openocd_libswd-94e1445a864532440380a640e180df81b4db07ec.tar.xz openocd_libswd-94e1445a864532440380a640e180df81b4db07ec.zip |
Added support for the blinking leds on Floss-JTAG v0.3 and newer.
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/interface/flossjtag.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/interface/flossjtag.cfg b/tcl/interface/flossjtag.cfg index 491f39aa..9511dd22 100644 --- a/tcl/interface/flossjtag.cfg +++ b/tcl/interface/flossjtag.cfg @@ -16,5 +16,5 @@ interface ft2232 ft2232_vid_pid 0x0403 0x6010 ft2232_device_desc "FLOSS-JTAG" #ft2232_serial "FJ000001" -ft2232_layout "usbjtag" +ft2232_layout "flossjtag" ft2232_latency 2 |