Hi Antonio >Several adapters don't support queuing. So, even if OpenOCD queues the >commands, jtag_interface->execute_queue() is used to de-queue them. That is my suggestion for you too. Just implement jtag_interface->execute_queue() in which you de-queue the commands and send them to aji, one by one. If later you can improve it by using aji queueing, that's a plus!
After digesting it over the weekend. And have a look at execute_queue(), I believe I know what you are saying. I think I can do what you said. Thank you for the reminder on how execute_queue() work, it was a light bulb moment for me. Best regards cinly
