Remove non-HackRF references
by straithe 3 years 8 months
dcc23c40
Merge pull request #971 from ffontaine/master
by Michael Ossmann 3 years 8 months
Merge pull request #971 from ffontaine/master

cmake/modules/FindFFTW.cmake: fix build without fftw3
c0307767
cmake/modules/FindFFTW.cmake: fix build without ff...
by Fabrice Fontaine 3 years 8 months
cmake/modules/FindFFTW.cmake: fix build without fftw3

Build on Linux fails if libfftw3 is not available since commit
https://github.com/greatscottgadgets/hackrf/commit/a8c1fc92e9fa10843cb4aafd68c52f9903ebd05d
which replaced
pkg_check_modules(FFTW REQUIRED fftw3f)
by
find_package(FFTW REQUIRED)

Fix this build failure by updating FindFFTW.cmake to check for fftw3f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3e32f46c
hackrf_operacake: make main options mutually exclu...
by Mike Walters 3 years 8 months
hackrf_operacake: make main options mutually exclusive

ref #930
f5a71328
hackrf_operacake: add option for default dwell tim...
by Mike Walters 3 years 8 months
hackrf_operacake: add option for default dwell time

This allows for usage like this:

$ hackrf_operacake -m time -w 1e6 -t A1 -t A2 -t A3
$ hackrf_transfer -r /dev/null -s 1e6

ref #930
4ecbd5d2
operacake: replace hackrf_set_operacake_ranges wit...
by Mike Walters 3 years 8 months
operacake: replace hackrf_set_operacake_ranges with hackrf_set_operacake_freq_ranges
38ed0754
hackrf_operacake: simplify frequency range parsing
by Mike Walters 3 years 8 months
0e68be77
hackrf_operacake: swap argument order for frequenc...
by Mike Walters 3 years 8 months
hackrf_operacake: swap argument order for frequency-switching

ref #930
07a9dd73
hackrf_operacake: default to address 0
by Mike Walters 3 years 8 months
hackrf_operacake: default to address 0

ref #930
f9b923fc
Merge pull request #931 from miek/operacake-sctime...
by Michael Ossmann 3 years 8 months
Merge pull request #931 from miek/operacake-sctimer

Opera Cake SCTimer-based antenna switching
988296c1
Report a bug