On Fri, Jun 30, 2017 at 06:24:45PM -0400, Steve Tell wrote:
> From 73889353e00ad2effec8f7bc4d2ec7ffc45b707b Mon Sep 17 00:00:00 2001
> From: Steve Tell <t...@telltronics.org>
> Date: Fri, 30 Jun 2017 18:12:44 -0400
> Subject: [PATCH] Fix for changing TCK frequency of ARM-USB-OCD-H
>  point to ft2232h_set_frequency() variant to avoid TCK
>  being 5x faster than the user's desired new frequency
> 
> ---
>  urjtag/src/tap/cable/ft2232.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/urjtag/src/tap/cable/ft2232.c b/urjtag/src/tap/cable/ft2232.c
> index 53e9445..72a96a1 100644
> --- a/urjtag/src/tap/cable/ft2232.c
> +++ b/urjtag/src/tap/cable/ft2232.c
> @@ -2349,7 +2349,7 @@ const urj_cable_driver_t 
> urj_tap_cable_ft2232_armusbtiny_h_driver = {
>      ft2232_cable_free,
>      ft2232_armusbtiny_h_init,
>      ft2232_armusbocd_done,
> -    ft2232_set_frequency,
> +    ft2232h_set_frequency,
>      ft2232_clock,
>      ft2232_get_tdo,
>      ft2232_transfer,

Applied
tnx


Groeten
Geert Stappers
-- 
Leven en laten leven

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
UrJTAG-development mailing list
UrJTAG-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to