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
Start TX/RX in hackrf_transfer after all other req...
by Martin Ling 2 years 9 months
Start TX/RX in hackrf_transfer after all other requests.

This avoids glitches and lost samples at the start of a transmission.
09c6030e
Update firmware/README
by Danylo Ulianych 2 years 9 months
Update firmware/README

Co-authored-by: Martin Ling <martin-github@earth.li>
a2c30a88
Report a bug