]> git.sur5r.net Git - openocd/commit
ULINK driver: port from libusb-0.1 to libusb-1.0 API
authorMartin Schmölzer <martin.schmoelzer@student.tuwien.ac.at>
Thu, 27 Jun 2013 17:26:19 +0000 (19:26 +0200)
committerSpencer Oliver <spen@spen-soft.co.uk>
Wed, 17 Jul 2013 14:30:41 +0000 (14:30 +0000)
commitf684252b2530d86f3a8330940105b86c770231f1
tree6a5e17272d678fe6c22c9cc7a9e984554b66b840
parent8faa419fad72592970911b7973c61a88e785bcc0
ULINK driver: port from libusb-0.1 to libusb-1.0 API

The ULINK driver now uses libusb-1.0 calls (synchronous device I/O) directly
(not the common layer provided by libusb1_common.c)

Successfully tested with ULINK probe and STM32F103 (debug, erase and write
flash).

Change-Id: Ic037a3582db85e49a8cc1ec0dd36f629e4757929
Signed-off-by: Martin Schmölzer <martin.schmoelzer@student.tuwien.ac.at>
Reviewed-on: http://openocd.zylin.com/1459
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
configure.ac
src/jtag/drivers/ulink.c