Merge pull request #1139 from martinling/tx-flush
by Michael Ossmann 2 years 9 months
Merge pull request #1139 from martinling/tx-flush

Support flushing the device TX buffer before ending transmission
fdfe310f
Flush buffer when CW mode is used with -n.
by Martin Ling 2 years 9 months
76502368
Don't await buffer flush if interrupted by Ctrl-C.
by Martin Ling 2 years 9 months
0142ae6d
firmware: use consistent clock source
by Michael Ossmann 2 years 9 months
firmware: use consistent clock source

CLKOUT now switches to the active clock source whenever the internal
clocks change source. It previously did so only when (re)enabled.
21042915
Merge pull request #1153 from greatscottgadgets/me...
by Michael Ossmann 2 years 9 months
Merge pull request #1153 from greatscottgadgets/measure-power

Measure digital signal power, not amplitude in hackrf_transfer
57d51fd0
hackrf_transfer: report on only actual transfers
by Michael Ossmann 2 years 9 months
hackrf_transfer: report on only actual transfers

The statistics reported to the user now reflect only completed USB
transfers and do not include information about the empty buffers that
are preloaded with data at the start of a TX operation.
8a9af7a1
libhackrf: add transfer buffer size access calls
by Michael Ossmann 2 years 9 months
libhackrf: add transfer buffer size access calls

Applications may need to learn the size of the USB transfer buffer
queue, for example to determine how many bytes will be preloaded with
calls to the TX callback.
70a04855
Merge pull request #1149 from grvvy/operacake_time...
by Michael Ossmann 2 years 9 months
Merge pull request #1149 from grvvy/operacake_time_mode_fix

operacake: disable the usage of time mode when a portapack is installed
c1e65778
hackrf_transfer: accept CW amplitude up to 128
by Michael Ossmann 2 years 9 months
e7b19ef2
hackrf_transfer: report power, not amplitude
by Michael Ossmann 2 years 9 months
hackrf_transfer: report power, not amplitude

improve accuracy and reliability of digital signal power measurement
755ca960
Report a bug