Michael Schwingen wrote:
> Magnus Lundin wrote:
>   
>> Added  (BUILD_JLINK==1) condition to us new tables with JLink
>>   
>>     
> I usually build with both FT2232 and parport enabled (and use both) - 
> how is that supposed to work with the patch?
>
> If I understood the patch correct, this can only work if both drivers 
> are converted and agree on the table to use?
>
> cu
> Michael
>
> _______________________________________________
> Openocd-development mailing list
> [email protected]
> https://lists.berlios.de/mailman/listinfo/openocd-development
>   
You can disable the new tables, for both drivers, with an #if 0 in

jtag.c: 3121
#if 0 && ((BUILD_FT2232_FTD2XX==1) || (BUILD_FT2232_LIBFTDI==1) || 
(BUILD_JLINK==1))

Then we will hopefully convert everything to use the new tables and the  
tap_get_tms_path_len  function.

Regards,
Magnus

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to