Merge pull request #1162 from martinling/ant-bias-...
by Michael Ossmann 2 years 9 months
Merge pull request #1162 from martinling/ant-bias-glitch

Fix antenna bias pulse glitch at startup.
c487e3f6
Move RFFC5072 setup before enabling RF power.
by Martin Ling 2 years 9 months
44511c6c
Change default RFFC5072 register settings to disab...
by Martin Ling 2 years 9 months
Change default RFFC5072 register settings to disable antenna bias.
5d78302d
Move delay after enabling RF power to rad1o-specif...
by Martin Ling 2 years 9 months
Move delay after enabling RF power to rad1o-specific code.
6d577090
Merge pull request #1161 from greatscottgadgets/we...
by Michael Ossmann 2 years 9 months
Merge pull request #1161 from greatscottgadgets/wee-bugs

clean-up and small bug fixes
555c6fb4
hackrf_transfer: Don't skip preload stats in RX
by Michael Ossmann 2 years 9 months
hackrf_transfer: Don't skip preload stats in RX

Fixes a bug introduced in 8a9af7a: Statistics skipped for initial
buffers not only when preloaded in TX mode but also in RX mode with no
preloading.

The total bytes transferred may appear inflated in RX mode when
receiving a small number of samples with -n, but the stats represent
data transferred over USB, some of which may have been discarded by the
host.
f4202d11
hackrf_transfer: simplify hardware sync mode logic
by Michael Ossmann 2 years 9 months
hackrf_transfer: simplify hardware sync mode logic

The -H option now requires no argument.
82ecfce4
libhackrf: update hackrf_transfer struct comment
by Michael Ossmann 2 years 9 months
22635bf0
hackrf_transfer: send signal to own PID
by Michael Ossmann 2 years 9 months
hackrf_transfer: send signal to own PID

Instead of sending a signal to the process group, get our own process ID
and send the signal to it. This fixes a bug that prevented termination
when called from a script.
9181cbe0
Merge pull request #1156 from martinling/tx-transf...
by Michael Ossmann 2 years 9 months
Merge pull request #1156 from martinling/tx-transfer-sizing

Fix handling of the final <256KiB of data transmitted with `hackrf_transfer`
ca5049fc
Report a bug