Martin Ling

Results 149 comments of Martin Ling

> Hmm, I wonder why a reordering is occuring though. The events should be firing in the correct order (libusb internal locking), it is just random which thread ends up...

Oh, sorry, I'm wrong about that last bit - you can indeed use `libusb_handle_events_locked` to force handling to a specific thread, without doing your own polling, by passing it a...

Yes, queuing up multiple transfers definitely needs some explanatory documentation. This was also raised recently in #1205. And as this discussion shows, what guarantees exist are far from clear, even...

I've just submitted #1208, following the discussion on #1069, and it would be great if that feature finally made it into a release. [Sigrok](https://sigrok.org) has been patching libusb for RAW_IO...

I don't have a macOS 10.15 system available to reproduce this. However, I am closing this because I'm pretty sure it's not a bug on our side. What happens here...

A new vendor request that gets the actual frequency from the firmware is definitely the right way to do this. Software is going to have to be updated whatever we...

It's not very clear to me what people want from the HackRF project here. You can already use two HackRFs together in a full duplex setup. E.g. you can set...

We didn't get this working at the time, the branch is now stale, and I'm not too keen on the way it uses up precious remaining cycles in the M0...

It should be possible to do this with a bit less work! It's possible to install the dependencies in one command using [vcpkg](https://github.com/microsoft/vcpkg/): `vcpkg install --triplet=x64-windows libusb fftw3 pthreads` Unfortunately...

Hi Gerhard, long time no see. I've not been involved in sigrok for a while, but am working at GSG now and was happy to see your recent work getting...