aboutsummaryrefslogtreecommitdiffstats
path: root/lib/osmosdr
AgeCommit message (Expand)AuthorFilesLines
2014-05-04osmosdr: use a fixed output signature of 1x gr_complexDimitri Stolnikov1-1/+1
2014-02-11osmosdr/rtl/miri/hackrf: use 15 buffers by defaultDimitri Stolnikov1-2/+2
2013-08-13cmake: use *_INCLUDE_DIRS in modulesDimitri Stolnikov1-1/+1
2013-05-30introduce osmosdr namespace, remove _c suffixDimitri Stolnikov2-4/+4
2013-05-29convert to gnuradio 3.7 interfaceDimitri Stolnikov2-11/+11
2013-05-26osmosdr: remove deprecated device argumentsDimitri Stolnikov1-14/+1
2013-04-30source/sink: rename antennas to express their functionDimitri Stolnikov1-1/+1
2013-04-30osmosdr: remove unimplemented sink templateDimitri Stolnikov3-151/+0
2013-03-12remove APPEND from include_directoriesDimitri Stolnikov1-1/+1
2013-03-12This reverts commit 3fb4f96bb7f17753849fdd94ccbd7f6c70e5f1b4.Hoernchen2-2/+2
2013-03-12fix the other config.h includes as wellHoernchen2-2/+2
2013-02-16osmosdr: add named gain stage "IF"Dimitri Stolnikov2-3/+19
2013-01-20osmosdr: notify work function on exit of async readDimitri Stolnikov1-0/+2
2013-01-01update tuning rangesDimitri Stolnikov1-1/+1
2012-11-28osmosdr: introduce buflen argumentDimitri Stolnikov2-12/+22
2012-08-08osmosdr: print overflow marker to stderrDimitri Stolnikov1-1/+1
2012-08-08osmosdr: wait for worker thread to complete without a timeoutDimitri Stolnikov1-1/+1
2012-08-08osmosdr: check for NULL buffersDimitri Stolnikov1-8/+14
2012-07-18add if gain setter API for rtl-sdrDimitri Stolnikov2-27/+36
2012-07-08osmosdr: automatically increase if gain when requiredDimitri Stolnikov1-3/+56
2012-07-01use clip method provided by range class to pick gain valuesDimitri Stolnikov1-20/+1
2012-07-01fix frequency range definition for e4k based devicesDimitri Stolnikov1-1/+1
2012-06-09osmosdr: include serial in label propertyDimitri Stolnikov1-1/+13
2012-06-06osmosdr: use sample rate APIDimitri Stolnikov1-29/+11
2012-06-02osmosdr: implement setting of sample rateDimitri Stolnikov1-4/+28
2012-06-02osmosdr: disable IQ swapping featureDimitri Stolnikov1-0/+4
2012-06-02rtl, osmosdr: reorder buffer allocation to prevent memory leakDimitri Stolnikov1-25/+16
2012-06-02respect the signednessDimitri Stolnikov1-11/+11
2012-06-02make it play nice with windowsDimitri Stolnikov1-1/+2
2012-06-02fix copy & paste errorsDimitri Stolnikov1-3/+3
2012-06-02osmosdr: read out gain values via library apiDimitri Stolnikov1-22/+11
2012-05-27cleanup: make _samp_avail signed integerDimitri Stolnikov2-3/+3
2012-05-27remove OSMOSDR_API usage where appropriateDimitri Stolnikov2-8/+6
2012-05-26osmosdr: change implementation to use libosmosdrDimitri Stolnikov7-252/+240
2012-05-20introduce device discovery apiDimitri Stolnikov3-3/+285
2012-05-12uhd: added UHD as dependency for the gr-uhd based moduleDimitri Stolnikov1-1/+4
2012-05-12append dependency include dirs when building componentsDimitri Stolnikov1-1/+1
2012-04-28first working multichannel sourceDimitri Stolnikov5-66/+56
2012-04-26osmosdr: add initial component filesDimitri Stolnikov7-0/+533