diff options
author | Spencer Oliver <spen@spen-soft.co.uk> | 2012-09-25 10:10:21 +0100 |
---|---|---|
committer | Freddie Chopin <freddie.chopin@gmail.com> | 2012-10-02 11:28:32 +0000 |
commit | 46c1114c1e3e4fb5efd5c44e79d4516087a9b9b4 (patch) | |
tree | 905cf1f548f0f3d2edae4a58d2b27d0d7072508a /tcl | |
parent | 2076ba093d65f5d4a9069504aca09b9e1696bd02 (diff) | |
download | riscv-openocd-46c1114c1e3e4fb5efd5c44e79d4516087a9b9b4.zip riscv-openocd-46c1114c1e3e4fb5efd5c44e79d4516087a9b9b4.tar.gz riscv-openocd-46c1114c1e3e4fb5efd5c44e79d4516087a9b9b4.tar.bz2 |
cfg: str9-comstick tested and working
Change-Id: Ia6c45477381e78cb9508b4731438161e18be1f38
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/843
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/interface/ftdi/hitex_str9-comstick.cfg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tcl/interface/ftdi/hitex_str9-comstick.cfg b/tcl/interface/ftdi/hitex_str9-comstick.cfg index b413746..c46f032 100644 --- a/tcl/interface/ftdi/hitex_str9-comstick.cfg +++ b/tcl/interface/ftdi/hitex_str9-comstick.cfg @@ -4,11 +4,6 @@ # http://www.hitex.com/index.php?id=383 # -echo "WARNING!" -echo "This file was not tested with real interface, it is based on code in ft2232.c." -echo "Please report your experience with this file to openocd-devel mailing list," -echo "so it could be marked as working or fixed." - interface ftdi ftdi_device_desc "STR9-comStick" ftdi_vid_pid 0x0640 0x002c |