diff options
author | Spencer Oliver <spen@spen-soft.co.uk> | 2012-09-25 10:14:24 +0100 |
---|---|---|
committer | Freddie Chopin <freddie.chopin@gmail.com> | 2012-10-02 12:09:00 +0000 |
commit | a3c09f9624a3ea715768bdf0af144d96dcc5bc1b (patch) | |
tree | 738fad1e50c39ce4ac72c42c0c48ab5f24c797f2 /tcl | |
parent | eaed9db4147da036af046fc0b7197386438ea44c (diff) | |
download | riscv-openocd-a3c09f9624a3ea715768bdf0af144d96dcc5bc1b.zip riscv-openocd-a3c09f9624a3ea715768bdf0af144d96dcc5bc1b.tar.gz riscv-openocd-a3c09f9624a3ea715768bdf0af144d96dcc5bc1b.tar.bz2 |
cfg: stm32-performance stick config tested and working
Change-Id: I9852d11e369e501af240a2b8e9f74306aee4e4a0
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/845
Tested-by: jenkins
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/interface/ftdi/stm32-stick.cfg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tcl/interface/ftdi/stm32-stick.cfg b/tcl/interface/ftdi/stm32-stick.cfg index 86280a8..213b455 100644 --- a/tcl/interface/ftdi/stm32-stick.cfg +++ b/tcl/interface/ftdi/stm32-stick.cfg @@ -4,11 +4,6 @@ # http://www.hitex.com/index.php?id=340 # -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 "STM32-PerformanceStick" ftdi_vid_pid 0x0640 0x002d |