]> git.sur5r.net Git - openocd/commitdiff
pipistrello: decrease jtag speed to 10 MHz
authorRobert Jordens <jordens@gmail.com>
Thu, 5 Oct 2017 13:44:58 +0000 (15:44 +0200)
committerTomas Vanek <vanekt@fbl.cz>
Wed, 7 Mar 2018 23:42:01 +0000 (23:42 +0000)
30 MHz is not working reliably here

Change-Id: I38f5f8c7153fc64e313ee911b1629fb5f1114c39
Signed-off-by: Robert Jordens <jordens@gmail.com>
Reviewed-on: http://openocd.zylin.com/4242
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
tcl/interface/ftdi/pipistrello.cfg

index b51405a2d8107e94920b116cf4eaabc42a212e4a..5ee5be5bb2c70a14c5c7b5c468fec2c010a800cf 100644 (file)
@@ -10,4 +10,4 @@ ftdi_layout_init 0x0008 0x000b
 reset_config none
 # this generally works fast: the fpga can handle 30MHz, the spi flash can handle
 # 54MHz with simple read, no dummy cycles, and wait-for-write-completion
-adapter_khz 30000
+adapter_khz 10000