Merge pull request #571 from miek/fix-write-enable...
by Dominic Spill 6 years 6 months
Merge pull request #571 from miek/fix-write-enable-hang

Fix hang in w25q80bv_write_enable
1b95b2ed
Fix hang in w25q80bv_write_enable
by Mike Walters 6 years 6 months
Fix hang in w25q80bv_write_enable

This line is meant to wait for the WEL bit to be set, to signify that
the WRITE_ENABLE command has finished.

The previous code didn't do any masking, so would hang if any other
status bits were set.
a357a7b1
Fix communications failures on USB suspend. (#97)
by Kate J. Temkin 6 years 7 months
Fix communications failures on USB suspend. (#97)

Linux issues a `GET_STATUS` request to validate that a USB device has
correctly resumed after an idle suspend; but HackRF has thus far not
implemented `GET_STATUS`. As a result, Linux assumes our USB devices
are failing to resume, and winds up resetting them. Oops. ^-^
73b50895
PortaPack: Remove noisy, extraneous "+" for amplif...
by Jared Boone 6 years 7 months
PortaPack: Remove noisy, extraneous "+" for amplifier gain labels, add space before "dB".
46ba0512
PortaPack: Improve baseband filter frequency label...
by Jared Boone 6 years 7 months
PortaPack: Improve baseband filter frequency label readability.
c4773174
PortaPack: Hide first-IF mixer icon when bypassed.
by Jared Boone 6 years 7 months
a2902d7d
PortaPack: Update TX gain label.
by Jared Boone 6 years 7 months
PortaPack: Update TX gain label.

Turns out the HackRF code refers to MAX2837 TX VGA gain, which is mis-labeled as a baseband setting. It's actually in the IF portion of the TX path.
d0681933
PortaPack: Store LNA state for use when radio path...
by Jared Boone 6 years 7 months
PortaPack: Store LNA state for use when radio path direction changes.
bb059ddf
PortaPack: Draw gain value for LNA.
by Jared Boone 6 years 7 months
fd65f358
PortaPack: Define draw-dB function earier so it ca...
by Jared Boone 6 years 7 months
PortaPack: Define draw-dB function earier so it can be used for LNA.
9cce90b0
Report a bug