aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-05file: add missing include for boost::formatDimitri Stolnikov1-0/+1
2013-12-05rtl/rtl_tcp: add 2.56e6 as 'good' sample rateSteve Markgraf2-0/+2
2013-11-06apps/osmocom_fft: recover when .step property is not given for a rangeDimitri Stolnikov1-2/+2
2013-11-06sink/source: fix error message when unable to connect blocks internallyDimitri Stolnikov2-4/+8
2013-11-05netsdr: implement sample rate change in run modeDimitri Stolnikov2-17/+35
2013-11-04rtl: add R828D tunerSteve Markgraf3-1/+8
2013-11-01netsdr: replace boost asio sockets with native bsd socketsDimitri Stolnikov2-17/+223
2013-10-30bladerf: Don't reload the FPGA unless the force-reload param is setJon Szymaniak1-8/+17
2013-10-30bladerf: Moved initializations to bladerf_common.c, misc. cleanupJon Szymaniak5-256/+216
2013-10-30bladerf: Moved no longer "common" items out of bladerf_commonJon Szymaniak6-61/+57
2013-10-29bladerf: Added device caching, this enables full-duplex operation.Daniel Gröber5-58/+127
2013-10-26osmocom_fft: Make the scope area fill all available spaceSylvain Munaut1-5/+2
2013-10-26osmocom_fft: Use the new WX version of fosphor sinkSylvain Munaut1-1/+1
2013-10-26netsdr: add support for RFSPACE NetSDR receiverDimitri Stolnikov9-13/+1100
2013-10-26apps/osmocom_fft: use reasonable defaults for gain & center frequencyDimitri Stolnikov1-11/+19
2013-10-25use numchan instead of nchan to prevent ambiguity...Dimitri Stolnikov2-3/+3
2013-10-25hackrf: implement device discoveryDimitri Stolnikov2-6/+93
2013-10-25uhd: improve device discoveryDimitri Stolnikov2-24/+26
2013-10-25remove unused variablesDimitri Stolnikov2-3/+2
2013-10-20file: allow changing the sample rate when throttle=trueDimitri Stolnikov2-8/+24
2013-10-19apps/osmocom_fft: Add option to use fosphor for the main displaySylvain Munaut1-5/+12
2013-10-19cmake: fix flag passing to Clang compilerDimitri Stolnikov1-3/+7
2013-10-18apps: catch corner cases for file= mode in osmocom_fftDimitri Stolnikov1-11/+20
2013-10-04bladerf: use newstyle version gettersDimitri Stolnikov2-10/+10
2013-10-03bladerf: make source less picky wrt rf gainDimitri Stolnikov1-10/+7
2013-10-03source/sink: initialize sample rate cache variableDimitri Stolnikov4-2/+6
2013-10-03source/sink: fix automatic bandwidth selectionDimitri Stolnikov2-2/+2
2013-09-28rtl: don't try to parse empty device index valuesDimitri Stolnikov1-6/+10
2013-09-28apps: filter bandwidth follows sample rate in osmocom_fftDimitri Stolnikov1-0/+9
2013-09-28updated header documentation for bandwidth setterDimitri Stolnikov4-4/+4
2013-09-28bladerf: implement automatic bandwidth selectionDimitri Stolnikov2-0/+6
2013-09-28hackrf: enable AMP gain stage by defaultDimitri Stolnikov2-2/+2
2013-09-28hackrf: don't set automatic bandwidth on samplerate changeDimitri Stolnikov2-8/+10
2013-09-28bladeRF: Refactored buffering scheme in sinkJon Szymaniak2-71/+160
2013-09-28bladerf: migration to async api (WIP)Dimitri Stolnikov6-294/+345
2013-09-12apps: Improve the GSM burst generationSylvain Munaut1-10/+18
2013-08-29Support setting external sampling to bladerfFrederik M.J. Vestre1-0/+20
2013-08-27bladerf: follow recent API changesDimitri Stolnikov3-45/+49
2013-08-13cmake: use *_INCLUDE_DIRS in modulesDimitri Stolnikov7-27/+27
2013-07-28bladerf: update common sample rate valuesDimitri Stolnikov1-4/+10
2013-07-26bladerf: migrate to new api to enable/disable TX/RX modulesDimitri Stolnikov4-21/+26
2013-07-22cmake: require Python v2 for build configurationDimitri Stolnikov4-5/+5
2013-07-21bladerf: add support for nuand LLC bladeRF (WIP)Dimitri Stolnikov17-6/+1767
2013-07-16rtl: remove residue DC component introduced by RTL chipDimitri Stolnikov2-5/+5
2013-07-14fcd: add support for FUNcube Dongle Pro+Dimitri Stolnikov8-43/+306
2013-07-03update version to 0.1.1gitDimitri Stolnikov1-2/+2
2013-07-03update version to 0.1.0v0.1.0Dimitri Stolnikov1-1/+1
2013-06-10uhd: implement frequency correctionDimitri Stolnikov4-9/+31
2013-06-09apps: allow float frequency correction valuesDimitri Stolnikov2-6/+6
2013-06-09uhd: implement dc correctionDimitri Stolnikov13-46/+230