Re: [OpenOCD-devel] Addin a patch to the OpenOCD code

2013-01-28 Thread Tomek CEDRO
Hello Filip :-) Is polling possible? That is if it is possible to tell whether interface already finished commandd execution? Why did you choose 100us? If there are command that can take longer than 100us you will have the same problem again. Furthermore you will slow down execution of faster comm

[OpenOCD-devel] Addin a patch to the OpenOCD code

2013-01-28 Thread Filip Dulic
Hi, I have a small patch to the openOCD source code, I'd like to add. It regards the Bus Pirate jtag driver, located in openocd-0.6.1/src/jtag/drivers/buspirate.c Can you instruct me on how I should go about doing this. the patch is simplt adding two usleep(100) calls... This will ensure the bus p