gr-osmosdr/lib/bladerf
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
..
CMakeLists.txt bladerf: Added device caching, this enables full-duplex operation. 2013-10-29 23:20:21 +01:00
bladerf_common.cc bladerf: Moved initializations to bladerf_common.c, misc. cleanup 2013-10-30 18:59:54 +01:00
bladerf_common.h bladerf: Moved initializations to bladerf_common.c, misc. cleanup 2013-10-30 18:59:54 +01:00
bladerf_sink_c.cc bladerf: Moved initializations to bladerf_common.c, misc. cleanup 2013-10-30 18:59:54 +01:00
bladerf_sink_c.h bladerf: Moved initializations to bladerf_common.c, misc. cleanup 2013-10-30 18:59:54 +01:00
bladerf_source_c.cc bladerf: Moved initializations to bladerf_common.c, misc. cleanup 2013-10-30 18:59:54 +01:00
bladerf_source_c.h bladerf: Moved no longer "common" items out of bladerf_common 2013-10-30 18:59:48 +01:00