gr-osmosdr/lib
Jon Szymaniak 44bd325a86 bladerf: Moved initializations to bladerf_common.c, misc. cleanup
Common parameter handling has been moved into bladerf_common::init().

The buflen parameter is now in units of samples, not bytes. This
deviates from the other gr-osmosdr items. However, with the requirement
that buffers be in multiples of 1024 samples, this makes specifying this
parameter a bit easier. The user shouldn't need to know we're operating
on SC16Q12 values under the hood, and have to calculate accordingly.

To avoid confusion when both a bladeRF source and sink are in a flow
graph a [bladeRF source/sink] prefix has been added to output. Error
number have been replaced with bladeRF string representations of these
error values.

Firmware flashing has been removed. The bladeRF-cli or bladeRF-flash
tools are the preferred route for firmware upgrades.
2013-10-30 18:59:54 +01:00
..
bladerf bladerf: Moved initializations to bladerf_common.c, misc. cleanup 2013-10-30 18:59:54 +01:00
fcd fcd: add support for FUNcube Dongle Pro+ 2013-07-14 12:09:55 +02:00
file file: allow changing the sample rate when throttle=true 2013-10-20 18:39:17 +02:00
hackrf hackrf: implement device discovery 2013-10-25 23:36:32 +02:00
miri cmake: use *_INCLUDE_DIRS in modules 2013-08-13 20:17:17 +02:00
netsdr netsdr: add support for RFSPACE NetSDR receiver 2013-10-26 15:04:41 +02:00
osmosdr cmake: use *_INCLUDE_DIRS in modules 2013-08-13 20:17:17 +02:00
rtl rtl: don't try to parse empty device index values 2013-09-28 13:49:34 +02:00
rtl_tcp remove unused variables 2013-10-25 23:32:13 +02:00
uhd uhd: improve device discovery 2013-10-25 23:32:58 +02:00
CMakeLists.txt netsdr: add support for RFSPACE NetSDR receiver 2013-10-26 15:04:41 +02:00
arg_helpers.h use numchan instead of nchan to prevent ambiguity... 2013-10-25 23:39:17 +02:00
config.h.in netsdr: add support for RFSPACE NetSDR receiver 2013-10-26 15:04:41 +02:00
device.cc netsdr: add support for RFSPACE NetSDR receiver 2013-10-26 15:04:41 +02:00
gnuradio-osmosdr.rc.in cmake: add windows dll resource file 2013-04-16 21:53:09 +02:00
ranges.cc introduce osmosdr namespace, remove _c suffix 2013-05-30 16:14:22 +02:00
sink_iface.h updated header documentation for bandwidth setter 2013-09-28 13:49:18 +02:00
sink_impl.cc source/sink: initialize sample rate cache variable 2013-10-03 14:43:13 +02:00
sink_impl.h source/sink: initialize sample rate cache variable 2013-10-03 14:43:13 +02:00
source_iface.h updated header documentation for bandwidth setter 2013-09-28 13:49:18 +02:00
source_impl.cc netsdr: add support for RFSPACE NetSDR receiver 2013-10-26 15:04:41 +02:00
source_impl.h source/sink: initialize sample rate cache variable 2013-10-03 14:43:13 +02:00