gr-osmosdr/lib
Jon Szymaniak e735418224 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-11-04 21:21:54 +01:00
..
bladerf bladerf: Moved initializations to bladerf_common.c, misc. cleanup 2013-11-04 21:21: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:51:44 +02:00
hackrf hackrf: implement device discovery 2013-10-25 23:45:24 +02:00
miri cmake: use *_INCLUDE_DIRS in modules 2013-08-13 20:10:51 +02:00
netsdr netsdr: add support for RFSPACE NetSDR receiver 2013-10-26 15:09:43 +02:00
osmosdr cmake: use *_INCLUDE_DIRS in modules 2013-08-13 20:10:51 +02:00
rtl rtl: don't try to parse empty device index values 2013-09-28 13:46:36 +02:00
rtl_tcp rtl_tcp: remove gr-blocks usage for float-to-complex conversion 2013-08-04 00:20:29 +02:00
runtime uhd: use gr-uhd by default, fall back to built-in code if not found 2013-08-04 10:16:06 +02:00
uhd uhd: improve device discovery 2013-10-25 23:45:20 +02:00
CMakeLists.txt netsdr: add support for RFSPACE NetSDR receiver 2013-10-26 15:09:43 +02:00
ConfigChecks.cmake runtime: import minimal gr runtime for standalone mode (wip) 2013-08-03 21:00:47 +02:00
arg_helpers.h use numchan instead of nchan to prevent ambiguity... 2013-10-25 23:45:30 +02:00
config.h.in netsdr: add support for RFSPACE NetSDR receiver 2013-10-26 15:09:43 +02:00
device.cc netsdr: add support for RFSPACE NetSDR receiver 2013-10-26 15:09:43 +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:35:26 +02:00
sink_impl.cc source/sink: initialize sample rate cache variable 2013-10-03 14:25:28 +02:00
sink_impl.h source/sink: initialize sample rate cache variable 2013-10-03 14:25:28 +02:00
source_iface.h updated header documentation for bandwidth setter 2013-09-28 13:35:26 +02:00
source_impl.cc netsdr: add support for RFSPACE NetSDR receiver 2013-10-26 15:09:43 +02:00
source_impl.h source/sink: initialize sample rate cache variable 2013-10-03 14:25:28 +02:00