aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hackrf
AgeCommit message (Expand)AuthorFilesLines
2017-02-27hackrf: correct gcc6 warningsDimitri Stolnikov2-20/+34
2016-01-10do not check for NULL before calling freeJiří Pinkava2-10/+5
2015-12-07hackrf: change hackrf i/o from default char to explicit int8_tDimitri Stolnikov3-13/+13
2015-12-07hackrf: since devicecount is signed, make comparisons signed as wellDimitri Stolnikov2-5/+5
2015-06-06cmake: move check for hackrf_device_list to hackrf subdirectoryDimitri Stolnikov1-0/+9
2015-06-01hackrf: use #ifdef just like in hackrf_sink_cDimitri Stolnikov1-1/+1
2015-06-01hackrf: Add cmake magic to figure out if multiple devices support is availabl...Heikki Hannikainen2-2/+6
2015-06-01hackrf_source: adjust error messageHeikki Hannikainen1-1/+1
2015-06-01hackrf_source: Support selecting device with index number (hackrf=0)Heikki Hannikainen1-7/+28
2015-06-01hackrf_sink_c: device enumerationHeikki Hannikainen1-15/+28
2015-06-01hackrf device enumeration: Use only 6 characters of serial (should be unique ...Heikki Hannikainen1-5/+6
2015-06-01hackrf_source: Truncate serial numbers to 16 chars when enumerating, parse US...Heikki Hannikainen1-5/+8
2015-06-01hackrf_source: attempt device enumeration with hackrf_device_listHeikki Hannikainen1-15/+24
2015-06-01hackrf_sink: support hackrf_open_by_serialHeikki Hannikainen1-1/+8
2015-06-01style update to match surroundingsHeikki Hannikainen1-2/+2
2015-06-01Require hackrf argument to have a non-zero-length value to trigger serial num...Heikki Hannikainen1-1/+1
2015-06-01hackrf: support for hackrf_open_by_serial in hackrf sourceHeikki Hannikainen1-1/+8
2015-05-27hackrf: introduce bias=0|1 and bias_tx=0|1 parametersDimitri Stolnikov2-0/+36
2014-10-21hackrf: update copyright for SSE/AVX routinesDimitri Stolnikov1-0/+1
2014-10-21hackrf: disable AMP gain stage by default to protect it from damageDimitri Stolnikov2-2/+2
2014-08-25hackrf: extend frequency range down to BW/2Dimitri Stolnikov2-2/+2
2014-08-14hackrf: extend frequency range down to 10MHzDimitri Stolnikov2-2/+2
2014-02-20hackrf: signed samples, following commit fd77cfe8a6Hoernchen3-20/+18
2014-02-11osmosdr/rtl/miri/hackrf: use 15 buffers by defaultDimitri Stolnikov2-2/+2
2013-10-25hackrf: implement device discoveryDimitri Stolnikov2-6/+93
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-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-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-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-05-30introduce osmosdr namespace, remove _c suffixDimitri Stolnikov4-6/+6
2013-05-29convert to gnuradio 3.7 interfaceDimitri Stolnikov4-23/+23
2013-05-26hackrf: enable buffers argument for the source blockDimitri Stolnikov1-3/+3
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-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-30source/sink: rename antennas to express their functionDimitri Stolnikov2-2/+2
2013-04-30source/sink: return freq_range_t in get_bandwidth_range()Dimitri Stolnikov4-8/+8
2013-04-28hackrf: add TX support (wip)Dimitri Stolnikov3-12/+753
2013-04-28hackrf: updated source commentsDimitri Stolnikov1-1/+4
2013-04-26hackf: implement start & stop methodsDimitri Stolnikov2-7/+35
2013-04-26hackrf: don't skip first samples when streamingDimitri Stolnikov2-10/+1
2013-04-26hackrf: make failures more verboseDimitri Stolnikov2-5/+5