gr-osmosdr/lib/bladerf
Jon Szymaniak 86ad584204 bladeRF: Support opening via a (subset of a) serial number, using any backend
The bladerf=X,[arguments] string now supports the following, where X is:

    - The "device instance" which represents the Nth bladeRF connected.
      This is 0-indexed, in the order displayed by `bladeRF-cli --probe`.

    - The device's serial number.
        For libbladeRF >= 1.4.1, a subset of the serial number is
        supported. The subset must be at least the first three
        characters of the serial number.

The backend specifier has been changed from "libusb" to the wildcard
("*"), allowing any available backend to be used.
2015-07-17 17:09:30 +02:00
..
CMakeLists.txt bladerf: Added device caching, this enables full-duplex operation. 2013-10-29 23:20:21 +01:00
bladerf_common.cc bladeRF: Support opening via a (subset of a) serial number, using any backend 2015-07-17 17:09:30 +02:00
bladerf_common.h bladeRF: Added SOB/EOB stream tag handling support to bladerf_sink 2015-07-17 17:09:23 +02:00
bladerf_sink_c.cc bladeRF: Added SOB/EOB stream tag handling support to bladerf_sink 2015-07-17 17:09:23 +02:00
bladerf_sink_c.h bladeRF: Added SOB/EOB stream tag handling support to bladerf_sink 2015-07-17 17:09:23 +02:00
bladerf_source_c.cc bladeRF: Added SOB/EOB stream tag handling support to bladerf_sink 2015-07-17 17:09:23 +02:00
bladerf_source_c.h bladerf: Updated source/sink to use libbladeRF's sync interface 2014-03-10 15:34:19 +01:00