aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-08-26cmake: update from gnuradio masterDimitri Stolnikov8-21/+184
2014-08-25hackrf: extend frequency range down to BW/2Dimitri Stolnikov2-2/+2
2014-08-25python: Remove an old workaround for a swig bugDimitri Stolnikov1-26/+1
2014-08-14Allows connecting to IPv6 hosts if an AAAA record is presentJeremy Visser1-1/+1
2014-08-14rtl: fix large output buffers handlingJiří Pinkava1-23/+17
2014-08-14hackrf: extend frequency range down to 10MHzDimitri Stolnikov2-2/+2
2014-07-11bladeRF: Add XB-200 supportRobert Ghilduta2-3/+38
2014-05-06bladerf: Accept 'loopback' parameter only on a sourceJon Szymaniak1-4/+17
2014-05-06bladerf: Apply 'verbosity' parameter before performing other operationsJon Szymaniak1-3/+3
2014-05-04osmosdr: use a fixed output signature of 1x gr_complexDimitri Stolnikov1-1/+1
2014-05-04uhd: implement stream arguments for sample formatDimitri Stolnikov2-26/+85
2014-05-03uhd: catch exceptions from dc offset & iq imbalance settersDimitri Stolnikov2-17/+41
2014-04-16uhd: pass through only the requested number of channelsDimitri Stolnikov2-2/+4
2014-04-16grc: fix template for gain mode setterDimitri Stolnikov1-4/+4
2014-04-14bladeRF: Fixed typo in handling 'stream_timeout_ms' device argumentJon Szymaniak1-1/+1
2014-03-31update version to 0.1.2gitDimitri Stolnikov1-2/+2
2014-03-31update version to 0.1.1v0.1.1Dimitri Stolnikov1-1/+1
2014-03-14apps/fft: make recording controls visible, but don't record by defaultDimitri Stolnikov1-66/+60
2014-03-11apps/fft: implement file recording capabilityDimitri Stolnikov1-5/+104
2014-03-11apps/siggen: add parameter to specify named gainsDimitri Stolnikov1-0/+19
2014-03-10file: expose seek function in public APIDimitri Stolnikov6-7/+45
2014-03-10rtl: implement methods allowing runtime to control sampling processDimitri Stolnikov2-6/+30
2014-03-10bladerf: Fixed bug in cached device cleanupJon Szymaniak1-4/+10
2014-03-10bladerf: Updated source/sink to use libbladeRF's sync interfaceBrian Padalino6-455/+139
2014-03-10source/sink: don't return void in void functionsDimitri Stolnikov2-4/+4
2014-02-20hackrf: signed samples, following commit fd77cfe8a6Hoernchen3-20/+18
2014-02-16bladeRF: RXVGA2 range is [0, 30]Jon Szymaniak1-1/+1
2014-02-16bladerf: Added 'verbosity' and 'loopback' device parametersJon Szymaniak2-0/+67
2014-02-11osmosdr/rtl/miri/hackrf: use 15 buffers by defaultDimitri Stolnikov5-8/+8
2014-02-09airspy: add support for AirSpy wideband receiverDimitri Stolnikov11-1/+855
2014-01-26rfspace: properly cover the absense of a serial numberDimitri Stolnikov1-1/+3
2014-01-18bladeRF: Modifying correction calls.Brian Padalino4-60/+42
2014-01-13bladerf: Removed sign extension and masking of samplesJon Szymaniak1-10/+17
2014-01-13bladerf: Updates for libbladeRF v0.11.0 API changesJon Szymaniak3-11/+23
2014-01-13bladerf: Use rational sample rate functionsJon Szymaniak4-69/+48
2014-01-13bladerf: Added start()/stop() implementationsJon Szymaniak4-73/+109
2014-01-11osmocom_fft: print the exception thrown in DC/IQ correction settersDimitri Stolnikov1-6/+16
2014-01-11osmocom_siggen: add controls for DC offset and IQ imbalance correctionDimitri Stolnikov2-0/+161
2014-01-11bladerf: shorten the serial number that is being shown to the userDimitri Stolnikov1-1/+11
2014-01-11bladerf: implement DC offset and IQ imbalance correctionDimitri Stolnikov4-13/+99
2013-12-28bladerf: FX3 firmware loading not supported from within gr-osmosdrDimitri Stolnikov1-1/+1
2013-12-28bladerf: prepare functions to control DC offset / IQ balance (WIP)Dimitri Stolnikov2-0/+45
2013-12-28apps/osmocom_fft: gui to set DC offset / IQ imbalance correction modeDimitri Stolnikov1-23/+249
2013-12-27rfspace: add missing header for basename()Dimitri Stolnikov1-0/+1
2013-12-22osmocom_fft: Properly set initial sample rate for fosphor outputSylvain Munaut1-0/+1
2013-12-22rfspace: add support for RFSPACE SDR-IQ and SDR-IPDimitri Stolnikov10-1135/+1749
2013-12-10device: implement "nofake" hint to exclude dummy devices from discoveryDimitri Stolnikov6-14/+28
2013-12-10cmake: pull updates from gnuradio masterDimitri Stolnikov2-1/+14
2013-12-10add UmTRX to the list of supported devicesDimitri Stolnikov2-0/+2
2013-12-05file: add missing include for boost::formatDimitri Stolnikov1-0/+1