aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-06-17Fix compilation with boost-1.67Maxime Vincent1-0/+2
2017-06-12Merge branch 'master' of git.osmocom.org:gr-osmosdrDimitri Stolnikov2-4/+54
2017-06-11freesrp: whitespace fixesDimitri Stolnikov1-133/+133
2017-06-11FreeSRP: Add support for multiple devices in get_devicesLukas Lao Beyer1-9/+9
2017-06-11rtl,rtl_tcp: add bias=0|1 parameter to switch off|on bias voltage onDimitri Stolnikov2-2/+19
2017-06-11rtl_tcp: delete LUT table in destructorDimitri Stolnikov1-0/+1
2017-06-11RTL-TCP: Convert to single class modelKrzysztof Halasa3-76/+309
2017-06-11RTL-SDR: convert _lut to float[] to reduce size by a factor of 256Krzysztof Halasa2-15/+8
2017-04-21soapy - correct constant for frequency correctionsoapy_supportJosh Blum2-4/+4
2017-04-18soapy: support set/getFrequencyCorrection() APIJosh Blum2-0/+16
2017-04-18soapy: support newer getSampleRateRange() API callJosh Blum2-0/+14
2017-04-18soapy - check for freq corr before invokingJosh Blum2-4/+24
2017-04-18Add support for FreeSRPLukas Lao Beyer16-0/+2684
2017-02-27bladerf: discover and use VolkDimitri Stolnikov1-1/+2
2017-02-27bladeRF: Use VOLK for type conversionSylvain Munaut2-19/+7
2017-02-27rfspace: use boost::chrono for sleepingDimitri Stolnikov1-1/+3
2017-02-27hackrf: correct gcc6 warningsDimitri Stolnikov2-20/+34
2017-02-27airspy: correct gcc6 warningsDimitri Stolnikov1-7/+18
2017-02-27rtl, rtl_tcp: Use std::abs.Alexandru Csete2-2/+2
2017-02-27Custom FIR kernels for Airspy.Alexandru Csete2-1/+149
2017-02-27rfspace: Send periodic keep-alive packets.Alexandru Csete2-0/+37
2017-02-27rfspace: Wait 10 ms before sending queries to device.Alexandru Csete1-0/+1
2017-02-02soapy: support step size in gain rangesJosh Blum5-14/+92
2017-02-02soapy: added device::find() supportJosh Blum1-0/+8
2016-06-22soapy: support newer getBandwidthRange() API callJosh Blum2-0/+16
2016-06-07soapy: provide default gain range stepJosh Blum2-4/+4
2016-06-07soapy: support automatic bandwidth paramJosh Blum2-2/+8
2016-02-28airspy: Option pack={0,1} to enable USB bit packingDimitri Stolnikov1-0/+10
2016-02-28bladerf: implement options for clock configurationDimitri Stolnikov6-0/+126
2016-01-10do not check for NULL before calling freeJiří Pinkava6-21/+10
2016-01-10airspy: implement sensitivity and linerity gain profiles for set_gain()Dimitri Stolnikov2-32/+71
2016-01-10cmake: update component name & update AUTHORS fileDimitri Stolnikov1-1/+1
2016-01-10add Red Pitaya discovery in device find functionDimitri Stolnikov1-0/+9
2016-01-10added file_sink_cMarcus Müller4-6/+328
2016-01-10redpitaya: fix compilation errors on MS Windows and on Mac OS XPavel Demin6-57/+56
2015-12-21redpitaya: change base class to gr::sync_blockPavel Demin5-37/+87
2015-12-18update documentationDimitri Stolnikov1-2/+2
2015-12-18redpitaya: add support for Red Pitaya SDR transceiverPavel Demin11-0/+891
2015-12-10rfspace: Add basic Cloud-IQ support.Alexandru Csete3-6/+47
2015-12-07hackrf: change hackrf i/o from default char to explicit int8_tDimitri Stolnikov3-13/+13
2015-12-07hackrf: since devicecount is signed, make comparisons signed as wellDimitri Stolnikov2-5/+5
2015-12-07Merge remote-tracking branch 'origin/soapy_support'Dimitri Stolnikov1-0/+1
2015-12-06provide NAN define for MSVC older than VC12Josh Blum1-0/+6
2015-12-06rtl_tcp: fix ssize_t definition for MSVCJosh Blum1-1/+4
2015-12-06soapy: do not throw when IQ bal mode is set to offJosh Blum1-0/+1
2015-07-17bladeRF: Support opening via a (subset of a) serial number, using any backendJon Szymaniak1-14/+60
2015-07-17bladeRF: Added SOB/EOB stream tag handling support to bladerf_sinkJon Szymaniak5-6/+179
2015-07-16bug fixesUtomnia1-4/+15
2015-06-06cmake: move check for hackrf_device_list to hackrf subdirectoryDimitri Stolnikov1-0/+9
2015-06-01hackrf: use #ifdef just like in hackrf_sink_cDimitri Stolnikov1-1/+1