gr-osmosdr/lib
Jon Szymaniak 6e75abf198 bladeRF: Don't fail out until 3 consecutive errors have occurred
This change is intended to make the bladeRF source/sink implementations
slightly more resilient to any transient issues in a flow graph.

For poor choices of buffers/transfers or under high CPU load, an RX or
TX operation might time out. Instead of immediately reporting WORK_DONE
and bailing out, an error message is now printed and the device will
attempt to continue transmitting/receiving samples.

After 3 consecutive errors have occurred on an RX/TX operation, the
device will report WORK_DONE; in this situation, something is likely
very wrong.
2014-11-03 23:24:04 +01:00
..
airspy airspy: add support for AirSpy wideband receiver 2014-02-09 20:18:10 +01:00
bladerf bladeRF: Don't fail out until 3 consecutive errors have occurred 2014-11-03 23:24:04 +01:00
fcd fcd: add support for FUNcube Dongle Pro+ 2013-07-14 12:09:55 +02:00
file cmake: update from gnuradio master 2014-08-26 00:09:15 +02:00
hackrf hackrf: update copyright for SSE/AVX routines 2014-10-21 22:14:52 +02:00
miri osmosdr/rtl/miri/hackrf: use 15 buffers by default 2014-02-11 20:52:56 +01:00
osmosdr osmosdr: use a fixed output signature of 1x gr_complex 2014-05-04 15:17:17 +02:00
rfspace rfspace: properly cover the absense of a serial number 2014-01-26 19:53:44 +01:00
rtl rtl: fix large output buffers handling 2014-08-14 23:35:23 +02:00
rtl_tcp cmake: update from gnuradio master 2014-08-26 00:09:15 +02:00
uhd uhd: disable dynamic signature change due to gnuradio bug #719 2014-08-27 21:37:39 +02:00
CMakeLists.txt cmake: update from gnuradio master 2014-08-26 00:09:15 +02:00
arg_helpers.h use numchan instead of nchan to prevent ambiguity... 2013-10-25 23:39:17 +02:00
config.h.in airspy: add support for AirSpy wideband receiver 2014-02-09 20:18:10 +01:00
device.cc airspy: add support for AirSpy wideband receiver 2014-02-09 20:18:10 +01: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: don't discover devices if already specified via args 2014-10-21 21:44:29 +02:00
sink_impl.h source/sink: initialize sample rate cache variable 2013-10-03 14:43:13 +02:00
source_iface.h file: expose seek function in public API 2014-03-10 17:16:05 +01:00
source_impl.cc source/sink: don't discover devices if already specified via args 2014-10-21 21:44:29 +02:00
source_impl.h file: expose seek function in public API 2014-03-10 17:16:05 +01:00