aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-07-21bladerf: add support for nuand LLC bladeRF (WIP)Dimitri Stolnikov12-6/+1735
2013-07-16rtl: remove residue DC component introduced by RTL chipDimitri Stolnikov2-5/+5
2013-07-14fcd: add support for FUNcube Dongle Pro+Dimitri Stolnikov4-40/+266
2013-06-10uhd: implement frequency correctionDimitri Stolnikov4-9/+31
2013-06-09uhd: implement dc correctionDimitri Stolnikov10-19/+138
2013-06-09hackrf: select narrower filters in auto bw mode to prevent aliasingDimitri Stolnikov2-4/+4
2013-06-09hackrf: use new sample rate function introduced in libhackrf b892bc34adDimitri Stolnikov2-10/+8
2013-06-08uhd: implement bandwidth controlsDimitri Stolnikov4-0/+52
2013-06-08return cached values in setters immediately if same as requestedDimitri Stolnikov2-32/+48
2013-06-07hackrf: add fractional sample rate support introduced in libhackrfDimitri Stolnikov2-4/+14
2013-06-07hackrf: add human readable error prints for all libhackrf funcsDimitri Stolnikov2-46/+74
2013-06-07cmake: add gnuradio-pmt dependency for OSX linkageDimitri Stolnikov1-0/+1
2013-06-05hackrf: set the default sample rate to 10MDimitri Stolnikov2-2/+4
2013-06-03hackrf: change out-of-spec rate 5e6 to 8e6 defaultDimitri Stolnikov2-4/+4
2013-06-02hackrf: disable start/stop as it has caused lock-upsDimitri Stolnikov2-8/+26
2013-06-02hackrf: migrate to gain API introduced in libhackrf b5f275abc5Dimitri Stolnikov2-149/+18
2013-06-01Move to support gr-iqbalance new namespace / include pathSylvain Munaut2-11/+11
2013-05-30introduce osmosdr namespace, remove _c suffixDimitri Stolnikov31-251/+234
2013-05-29convert to gnuradio 3.7 interfaceDimitri Stolnikov30-157/+165
2013-05-26hackrf: enable buffers argument for the source blockDimitri Stolnikov1-3/+3
2013-05-26osmosdr: remove deprecated device argumentsDimitri Stolnikov1-14/+1
2013-05-08hackrf: update to libhackrf 6f0ae9bc99 APIDimitri Stolnikov3-31/+10
2013-05-08hackrf: silence warningHoernchen1-1/+1
2013-05-08hackrf: default to sse2 on x86/64Hoernchen1-3/+1
2013-05-07uhd: add TX supportDimitri Stolnikov4-4/+364
2013-05-07uhd: update includesDimitri Stolnikov3-8/+5
2013-05-06offer avx and sse to speed up float->uint8 for txHoernchen1-29/+106
2013-05-02hackrf: replace non-portable usleep with boost sleepDimitri Stolnikov2-2/+6
2013-04-30file: update returned gain and frequency rangesDimitri Stolnikov1-6/+2
2013-04-30source/sink: rename antennas to express their functionDimitri Stolnikov8-13/+9
2013-04-30source/sink: return freq_range_t in get_bandwidth_range()Dimitri Stolnikov10-28/+24
2013-04-30osmosdr: remove unimplemented sink templateDimitri Stolnikov3-151/+0
2013-04-28hackrf: add TX support (wip)Dimitri Stolnikov6-33/+1522
2013-04-28hackrf: updated source commentsDimitri Stolnikov1-1/+4
2013-04-26hackf: implement start & stop methodsDimitri Stolnikov2-7/+35
2013-04-26source: update header documentationDimitri Stolnikov1-5/+4
2013-04-26hackrf: don't skip first samples when streamingDimitri Stolnikov2-10/+1
2013-04-26hackrf: make failures more verboseDimitri Stolnikov2-5/+5
2013-04-16cmake: add windows dll resource fileDimitri Stolnikov2-0/+69
2013-04-15hackrf: implement BB lowpass filter controlDimitri Stolnikov5-7/+93
2013-04-14iqbal: fix c&p mistake in lib/CMakeLists.txtDimitri Stolnikov1-2/+2
2013-04-13hackrf: implement full control for RF/IF/BB gain stagesDimitri Stolnikov5-51/+132
2013-04-10devices: software-only sources should be appended at the very endDimitri Stolnikov1-8/+13
2013-04-10cmake: handle iqbal like any other componentDimitri Stolnikov1-22/+10
2013-04-10hackrf: add support for HackRF devices through libhackrfDimitri Stolnikov10-11/+990
2013-04-09adopt gnuradio component header structureDimitri Stolnikov5-5/+5
2013-03-17use GR_LIBRARY_FOO() to comply with gnuradio library naming schemeDimitri Stolnikov1-14/+1
2013-03-17print gnuradio version information in startup messageDimitri Stolnikov1-4/+5
2013-03-12remove APPEND from include_directoriesDimitri Stolnikov8-8/+15
2013-03-12This reverts commit 3fb4f96bb7f17753849fdd94ccbd7f6c70e5f1b4.Hoernchen8-13/+12