diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2012-08-07 10:42:41 +0200 |
---|---|---|
committer | Freddie Chopin <freddie.chopin@gmail.com> | 2012-08-24 16:49:01 +0000 |
commit | 939f9239277230a621383d9d96fb7feafe8238d3 (patch) | |
tree | 6efb6f7f1e155c469ae490838d40585e4a2bd920 /tcl | |
parent | c58c24c42f91b5a2c2ad138db12f1ec1ef16b270 (diff) |
ftdi: Olimex ARM-USB-TINY validated
Flashing a CFI flash and debugging with gdb work fine.
Change-Id: Ib2578ee6f41c1003968198439033d00d805122f7
Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
Reviewed-on: http://openocd.zylin.com/770
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/interface/ftdi/olimex-jtag-tiny.cfg | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tcl/interface/ftdi/olimex-jtag-tiny.cfg b/tcl/interface/ftdi/olimex-jtag-tiny.cfg index 1807566d..4303fa13 100644 --- a/tcl/interface/ftdi/olimex-jtag-tiny.cfg +++ b/tcl/interface/ftdi/olimex-jtag-tiny.cfg @@ -4,12 +4,6 @@ # http://www.olimex.com/dev/arm-usb-tiny.html # -echo "WARNING!" -echo "This file was not tested with real interface, but is assumed to work as this" -echo "interface uses the same layout as configs that were verified. Please report your" -echo "experience with this file to openocd-devel mailing list, so it could be marked" -echo "as working or fixed." - interface ftdi ftdi_device_desc "Olimex OpenOCD JTAG TINY" ftdi_vid_pid 0x15ba 0x0004 |