update test device path for test server
by grvvy 2 years 9 months
e5c03ba9
Merge pull request #1172 from martinling/amp-start...
by Michael Ossmann 2 years 9 months
Merge pull request #1172 from martinling/amp-startup

Fix initial state of RF path GPIOs.
92b15f22
Merge pull request #1167 from martinling/tx-sync-o...
by Michael Ossmann 2 years 9 months
Merge pull request #1167 from martinling/tx-sync-output

Don't start baseband streaming until TX buffer is first filled.
0f7d5609
hackrf_transfer: refer to triggers as "triggers"
by Michael Ossmann 2 years 9 months
1167f49b
document hardware triggering
by Michael Ossmann 2 years 9 months
document hardware triggering

This replaces outdated documentation of an older trigger mechanism.
0e84382f
Initialise rf_path->switchctrl to SWITCHCTRL_SAFE.
by Martin Ling 2 years 9 months
Initialise rf_path->switchctrl to SWITCHCTRL_SAFE.

This was previously never being initialised.
3dd2e51d
Remove extra call to switchctrl_set and global swi...
by Martin Ling 2 years 9 months
Remove extra call to switchctrl_set and global switchctrl variable.

This call is not required since the GPIOs are already configured in
rf_path_pin_setup(). The global switchctrl is not used anywhere else.
cf34beeb
Initialise RF path GPIOs to safe settings.
by Martin Ling 2 years 9 months
Initialise RF path GPIOs to safe settings.

Previously these calls were leaving the amplifiers on, since the
control settings passed were missing SWITCHCTRL_NO_TX_AMP_PWR and
SWITCHCTRL_NO_RX_AMP_PWR. Use the predefined SWITCHCTRL_SAFE here.

Also move these calls before setting the GPIO pins to output mode,
to avoid driving them to the wrong states briefly first.
eec69637
docs: Remove outdated clocking page
by Michael Ossmann 2 years 9 months
5c812681
Don't start baseband streaming until TX buffer is ...
by Martin Ling 2 years 9 months
Don't start baseband streaming until TX buffer is first filled.
767db9f0
Report a bug