Re: [OpenOCD-devel] Adapters on libusb0

2020-12-29 Thread Antonio Borneo
On Mon, Dec 28, 2020 at 6:04 PM Anders Montonen wrote: > > On 28 Dec 2020, at 12:40, Antonio Borneo wrote: > > > > In OpenOCD there are three adapter's drivers that use libusb0: > > - USBProg JTAG Programmer > > - Raisonance RLink JTAG Programmer > > - Olimex ARM-JTAG-EW Programmer > > > > I woul

Re: [OpenOCD-devel] Adapters on libusb0

2020-12-28 Thread Anders Montonen
On 28 Dec 2020, at 12:40, Antonio Borneo wrote: > > In OpenOCD there are three adapter's drivers that use libusb0: > - USBProg JTAG Programmer > - Raisonance RLink JTAG Programmer > - Olimex ARM-JTAG-EW Programmer > > I would like to convert them to libusb1 and drop the dependency from > the old

[OpenOCD-devel] Adapters on libusb0

2020-12-28 Thread Antonio Borneo
In OpenOCD there are three adapter's drivers that use libusb0: - USBProg JTAG Programmer - Raisonance RLink JTAG Programmer - Olimex ARM-JTAG-EW Programmer I would like to convert them to libusb1 and drop the dependency from the old libusb0. But, I don't own any of such adapters, so I could only b