From: kc8apf at B. <kc...@ma...> - 2009-05-18 19:43:28
|
Author: kc8apf Date: 2009-05-18 19:43:26 +0200 (Mon, 18 May 2009) New Revision: 1827 Modified: trunk/src/jtag/jtag.c Log: Enable non-7-cycle state table for FT2232 and JLink Modified: trunk/src/jtag/jtag.c =================================================================== --- trunk/src/jtag/jtag.c 2009-05-18 17:42:36 UTC (rev 1826) +++ trunk/src/jtag/jtag.c 2009-05-18 17:43:26 UTC (rev 1827) @@ -3280,7 +3280,7 @@ #define B8(bits,count) { ((u8)B8__(HEX__(bits))), (count) } -#if 0 && ((BUILD_FT2232_FTD2XX==1) || (BUILD_FT2232_LIBFTDI==1) || (BUILD_JLINK==1)) +#if 1 && ((BUILD_FT2232_FTD2XX==1) || (BUILD_FT2232_LIBFTDI==1) || (BUILD_JLINK==1)) /* this is the table submitted by Jeff Williams on 3/30/2009 with this comment: OK, I added Peter's version of the state table, and it works OK for |