286a6301f8Try to clean up the compat stuff a bit
Oliver Jowett
2020-08-07 15:08:45 +0800
74e11bd26fReinstate the freebsd pkg-config workaround in another form
Oliver Jowett
2020-08-07 14:43:44 +0800
c3017cc0a4bladerf seems to compile OK on osx, add it to the readme
Oliver Jowett
2020-08-07 14:34:25 +0800
799b568dfbAdd le64toh to compat.h for bladerf support on osx
Oliver Jowett
2020-08-07 14:32:24 +0800
1174841f71Fix merge conflicts, clean up the Makefile
Oliver Jowett
2020-08-07 14:28:00 +0800
5a30efb137Try to make the README a bit more up to date
Oliver Jowett
2020-08-06 14:07:57 +0800
c8d96acbdcAdd support for custom builds that don't include all SDRs, to reduce dependency requirements a little.
Oliver Jowett
2020-08-06 14:06:20 +0800
48af886e46Update maintainer address, clean up the control file a bit.
Oliver Jowett
2020-08-06 14:05:55 +0800
efb4c1f60fDrop the very legacy dump1090 upgrade package, assume nobody is using those ancient packages any more.
Oliver Jowett
2020-08-06 14:03:47 +0800
6dc0741481Drop wheezy support.
Oliver Jowett
2020-08-06 13:44:07 +0800
84dd2dfe0eDisable limesdr/hackrf support on jessie, stretch, wheezy
Oliver Jowett
2020-08-05 20:28:50 +0800
ce521f715aStrip out the long-dead --debug option code.
Oliver Jowett
2020-08-05 20:14:57 +0800
ce5cf89e60If --device-type is given without a type, list the available types.
Oliver Jowett
2020-08-05 20:12:06 +0800
2fa793d0d7Add a separate --version arg. Don't spit out full help on option syntax problems.
Oliver Jowett
2020-08-05 20:11:40 +0800
f1bd1a5829Packaging updates for limesdr support
Oliver Jowett
2020-08-05 20:04:02 +0800
653ad6127aUse a bounce buffer for rtlsdr on ARM to work around zero-copy problems.
Oliver Jowett
2020-08-05 19:41:46 +0800
d5d04060deSupport older limesuite versions e.g. what's available on Raspbian Buster.
Oliver Jowett
2020-08-05 19:39:45 +0800
1761b8ddc1Fix hackrf compilation when uint64_t is not a long (e.g. on arm, it's a long long)
Oliver Jowett
2020-08-05 19:35:09 +0800
e857d042aa'make clean' should clean object files in oneoff/ too
Oliver Jowett
2020-08-05 19:33:00 +0800
c1f526b76dClean up the bladerf driver a bit
Oliver Jowett
2020-08-05 19:32:44 +0800
74607b31edFactor out FIFO handling; reimplement as a linked list, not a circular buffer. Update all the SDR implementation to use it.
Oliver Jowett
2020-08-05 16:18:59 +0800
aa2929196dIf DUMP1090_VERSION is unset, use "unknown" as the version (not an empty string)
Oliver Jowett
2020-08-05 15:02:33 +0800
104575c602Might as well compile with -O3
Oliver Jowett
2020-08-05 15:02:22 +0800
89a83767f3hackrf: missing \n
Oliver Jowett
2020-08-05 12:07:07 +0800
8b21104d66Factor out sdr thread CPU monitoring
Oliver Jowett
2020-08-05 12:00:50 +0800
f82b7b7a8cSet SDR thread name if pthread_setname_np() is available
Oliver Jowett
2020-08-05 11:51:32 +0800