Skip to content

Commit

Permalink
util: Increase OpenOCD adapter speed to 8 kHz
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsc96 committed Oct 23, 2024
1 parent 6c69fcb commit 2928adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util/openocd.genesys2.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# OpenOCD script for Cheshire on Genesys2.

adapter_khz 2000
adapter_khz 8000
interface ftdi
ftdi_vid_pid 0x0403 0x6010
ftdi_layout_init 0x00e8 0x60eb
Expand Down
2 changes: 1 addition & 1 deletion util/openocd.hs2.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# OpenOCD script for Cheshire through Digilent HS2 adapter.

adapter_khz 2000
adapter_khz 8000
interface ftdi
ftdi_vid_pid 0x0403 0x6014
ftdi_layout_init 0x00e8 0x60eb
Expand Down

0 comments on commit 2928adb

Please sign in to comment.