USB: Bring in constants from host source code.
by Jared Boone 6 years 10 months
USB: Bring in constants from host source code.

TODO: Deduplicate this when I'm not feeling so lazy.
0666dc96
USB: Make vendor request handler table read/write ...
by Jared Boone 6 years 10 months
USB: Make vendor request handler table read/write (not const).
c7d76108
SPI flash: check busy flag is clear BEFORE enablin...
by Dominic Spill 6 years 10 months
SPI flash: check busy flag is clear BEFORE enabling writes
90d40148
Merge pull request #571 from miek/fix-write-enable...
by Dominic Spill 6 years 10 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 10 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 10 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 10 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 10 months
PortaPack: Improve baseband filter frequency label readability.
c4773174
PortaPack: Hide first-IF mixer icon when bypassed.
by Jared Boone 6 years 10 months
a2902d7d
PortaPack: Update TX gain label.
by Jared Boone 6 years 10 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
Report a bug