change to get RTD working (#1094)
by Straithe 3 years 2 months
555b90e0
Bugfix in retuning rate
by Veloman Yunkan 3 years 2 months
Bugfix in retuning rate

In sweep mode, frequency switching (retuning) must occur only
AFTER the requested number of samples has been received.
3157111d
Add project mention for the Tesla charging port op...
by Radoslav Gerganov 3 years 2 months
Add project mention for the Tesla charging port opener (#1082)

Static web page which uses WebUSB and HackRF to transimt a signal which
opens the Tesla charging port
6738085f
Merge pull request #1081 from martinling/clear-fea...
by Michael Ossmann 3 years 2 months
Merge pull request #1081 from martinling/clear-feature

Implement USB CLEAR_FEATURE request for ENDPOINT_HALT
cc5d0a42
Merge pull request #1080 from metayan/fix-longprin...
by Martin Ling 3 years 2 months
Merge pull request #1080 from metayan/fix-longprint

Avoid warnings by using PRIu64
7d93f40f
Schedule ACK after CLEAR_FEATURE / ENDPOINT_HALT r...
by Martin Ling 3 years 3 months
Schedule ACK after CLEAR_FEATURE / ENDPOINT_HALT request.
07709545
Reset endpoint specified in request, not the one i...
by Martin Ling 3 years 3 months
Reset endpoint specified in request, not the one it arrived on.
2fba08cf
Implement USB CLEAR_FEATURE request for ENDPOINT_H...
by Martin Ling 3 years 3 months
Implement USB CLEAR_FEATURE request for ENDPOINT_HALT.

From USB 2.0, section 9.4.5:

"For endpoints using data toggle, regardless of whether an endpoint has
the Halt feature set, a ClearFeature(ENDPOINT_HALT) request always
results in the data toggle being reinitialized to DATA0."
84898a0b
Avoid warnings by using PRIu64
by Yan 3 years 3 months
19a90740
Fix USB requests that were responding with data fr...
by Martin Ling 3 years 3 months
Fix USB requests that were responding with data from the stack.
c2509e7c
Report a bug