On Tue, Oct 19, 2010 at 3:09 PM, Øyvind Harboe <[email protected]> wrote: > OpenOCD already has a very nice mechanism to create long read/write > chains, and it might have a lot of the potential benefit of an async API > rolled into that optimization already. >
You know people already did some speed test between using libftdi and libftd2xx under Windows using OpenOCD. The result is that libftd2xx is much faster. So this does mean the basic libftdi code (using libusb-0.1 and sync API) have problems no matter what the upper OpenOCD does. So using the async API of libftdi-1.0 could be a first step to try out for FTDI based JTAG debuggers. -- Xiaofan _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
