Merge pull request #1165 from greatscottgadgets/bo...
by Michael Ossmann 2 years 9 months
Merge pull request #1165 from greatscottgadgets/board-id-compat

libhackrf: #define outdated board IDs
6835bc48
Fix hang in TX when a libusb error occurs.
by Martin Ling 2 years 9 months
Fix hang in TX when a libusb error occurs.

Where our callback is called with a status other than COMPLETED,
something abnormal has happened and we no longer want to either
submit further transfers or await a flush. So clear the streaming
and flush flags, and proceed to transfer_finished.

Do the same in the case where libusb_submit_transfer fails when
called to submit the flush transfer.
e53b9d57
libhackrf: #define outdated board IDs
by Michael Ossmann 2 years 9 months
471c5bc5
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
Report a bug