Merge pull request #702 from miek/dont_reinit_endp...
by Michael Ossmann 5 years 4 months
Merge pull request #702 from miek/dont_reinit_endpoints

Don't re-init bulk endpoints on every set_transceiver_mode call
43e6f99f
Don't re-init bulk endpoints on every set_transcei...
by Mike Walters 5 years 4 months
Don't re-init bulk endpoints on every set_transceiver_mode call

Previously the firmware would re-initialise the bulk endpoints on
every transceiver mode change including a USB data toggle reset,
which could cause the first bulk packet (512-bytes) to be dropped
by the host if the PID no longer matched.
d8250c63
Merge pull request #699 from miek/ui_disable
by Michael Ossmann 5 years 5 months
Merge pull request #699 from miek/ui_disable

Add option to disable HackRF UI
92ee1447
Add option to disable HackRF UI
by Mike Walters 5 years 5 months
Add option to disable HackRF UI

Fixes #608
4aac3034
Merge pull request #698 from miek/operacake_init_f...
by Michael Ossmann 5 years 5 months
Merge pull request #698 from miek/operacake_init_fixes

Operacake GPIO init fixes
7e025f3e
Merge pull request #697 from mossmann/sample-rates
by Michael Ossmann 5 years 5 months
Merge pull request #697 from mossmann/sample-rates

remove specific sample rate recommendations
4e75a258
Fix Operacake GPIO mode initialisation
by Mike Walters 5 years 5 months
c6e1a5f7
Rename hackrf-ui.[ch]
by Mike Walters 5 years 5 months
Rename hackrf-ui.[ch]

Every other source file uses underscores! :(
05b1650a
remove specific sample rate recommendations
by Michael Ossmann 5 years 5 months
remove specific sample rate recommendations
HackRF One supports arbitrary sample rates from 2 Msps to 20 Msps. In
early development we had ideas about preferred sample rates that we no
longer consider valid.
ecd82e81
Merge pull request #692 from miek/m0_sgpio
by Michael Ossmann 5 years 5 months
Merge pull request #692 from miek/m0_sgpio

Use the M0 core to handle SGPIO samples
ba26b742
Report a bug