diff options
author | Matthias Welwarsky <matthias.welwarsky@sysgo.com> | 2016-04-06 10:35:13 +0200 |
---|---|---|
committer | Freddie Chopin <freddie.chopin@gmail.com> | 2016-05-05 22:33:41 +0100 |
commit | 414e4eb40e9a5decfaa2a5aef9ceac9768b7740b (patch) | |
tree | f1b6efc4c7bc3b9d423d0f5417575bd55ebe6b82 /doc | |
parent | 18a6fdc154ed61c641e2238c0f0ea6af0331c248 (diff) | |
download | riscv-openocd-414e4eb40e9a5decfaa2a5aef9ceac9768b7740b.zip riscv-openocd-414e4eb40e9a5decfaa2a5aef9ceac9768b7740b.tar.gz riscv-openocd-414e4eb40e9a5decfaa2a5aef9ceac9768b7740b.tar.bz2 |
ftdi: make ftdi_location command depend on libusb1 version
The function libusb_get_port_numbers(), required for the command
ftdi_location, is only available in recent version of libusb1.
Compilation will break if the function is not available. This patch
enables the command only if libusb1 contains the necessary function.
Change-Id: I091e72dafa4ed22eea51692751d43246a8152987
Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com>
Reviewed-on: http://openocd.zylin.com/3396
Tested-by: jenkins
Reviewed-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index e839191..7e51c47 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2564,6 +2564,8 @@ roots at @var{bus} and walks down the physical ports, with each @var{port} option specifying a deeper level in the bus topology, the last @var{port} denoting where the target adapter is actually plugged. The USB bus topology can be queried with the command @emph{lsusb -t}. + +This command is only available if your libusb1 is at least version 1.0.16. @end deffn @deffn {Config Command} {ftdi_channel} channel |