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
Disable flush when cancelling transfers.
by Martin Ling 2 years 9 months
6ab17209
Merge remote-tracking branch 'origin/master' into ...
by Martin Ling 2 years 9 months
Merge remote-tracking branch 'origin/master' into tx-transfer-sizing
55fdddd8
Pad the last data in a transmission to the next 51...
by Martin Ling 2 years 9 months
Pad the last data in a transmission to the next 512 byte boundary.
1b166a5b
Submit flush transfer as soon as end of data is re...
by Martin Ling 2 years 9 months
Submit flush transfer as soon as end of data is reached.
69823397
Merge pull request #1157 from martinling/standardi...
by Michael Ossmann 2 years 9 months
Merge pull request #1157 from martinling/standardise-dbfs

Standardise dBFS level
2b1aa545
Report a bug