aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hackrf/hackrf_sink_c.cc
AgeCommit message (Expand)AuthorFilesLines
2014-08-25hackrf: extend frequency range down to BW/2Dimitri Stolnikov1-1/+1
2014-08-14hackrf: extend frequency range down to 10MHzDimitri Stolnikov1-1/+1
2014-02-20hackrf: signed samples, following commit fd77cfe8a6Hoernchen1-15/+13
2014-02-11osmosdr/rtl/miri/hackrf: use 15 buffers by defaultDimitri Stolnikov1-1/+1
2013-10-25hackrf: implement device discoveryDimitri Stolnikov1-1/+44
2013-09-28hackrf: enable AMP gain stage by defaultDimitri Stolnikov1-1/+1
2013-09-28hackrf: don't set automatic bandwidth on samplerate changeDimitri Stolnikov1-4/+5
2013-06-09hackrf: select narrower filters in auto bw mode to prevent aliasingDimitri Stolnikov1-2/+2
2013-06-09hackrf: use new sample rate function introduced in libhackrf b892bc34adDimitri Stolnikov1-5/+4
2013-06-07hackrf: add fractional sample rate support introduced in libhackrfDimitri Stolnikov1-2/+7
2013-06-07hackrf: add human readable error prints for all libhackrf funcsDimitri Stolnikov1-23/+34
2013-06-05hackrf: set the default sample rate to 10MDimitri Stolnikov1-1/+2
2013-06-03hackrf: change out-of-spec rate 5e6 to 8e6 defaultDimitri Stolnikov1-2/+2
2013-06-02hackrf: disable start/stop as it has caused lock-upsDimitri Stolnikov1-4/+13
2013-06-02hackrf: migrate to gain API introduced in libhackrf b5f275abc5Dimitri Stolnikov1-78/+9
2013-05-30introduce osmosdr namespace, remove _c suffixDimitri Stolnikov1-1/+1
2013-05-29convert to gnuradio 3.7 interfaceDimitri Stolnikov1-6/+6
2013-05-08hackrf: update to libhackrf 6f0ae9bc99 APIDimitri Stolnikov1-17/+6
2013-05-08hackrf: silence warningHoernchen1-1/+1
2013-05-08hackrf: default to sse2 on x86/64Hoernchen1-3/+1
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 Stolnikov1-1/+3
2013-04-30source/sink: rename antennas to express their functionDimitri Stolnikov1-1/+1
2013-04-30source/sink: return freq_range_t in get_bandwidth_range()Dimitri Stolnikov1-3/+3
2013-04-28hackrf: add TX support (wip)Dimitri Stolnikov1-9/+657
2013-04-10hackrf: add support for HackRF devices through libhackrfDimitri Stolnikov1-0/+74