achan1989
achan1989
> So that's not really a bug, the constraints were made to work only with binaries on purpose. > For nonempty I could definitely see a case for accepting lists...
This is Ubuntu 20.04 > But the transfer holds a reference to dev_handle->dev device and [usbi_handle_transfer_completion] unref-s that reference after calling the callback. Oh, that's troubling. "luckily" it deadlocked before...
> * You have _two_ RAM regions and you want to place some code in one region and some other code in the other region. (Does this scenario even occur...
Is [this build failure](https://travis-ci.org/rust-embedded/svd2rust/jobs/434576003) also an example of this issue?
That looks like it would be very helpful in a lot of embedded scenarios, thanks for the heads up. Still, it looks like that would be more helpful in code...
@jamesmunns that's fantastic :)
I don't have a UART/embedded device that I can run this on, but eventually I should be able to test any changes on a USB/Linux device (once I've written the...
Ok. I see that you recently removed an async implementation. What didn't you like about it?
The module _should_ disassemble in whatever processor mode Ghidra tells it to. If you look at the readme you'll see the bit I wrote about processor options and register values,...
@MasterKnightDH any luck with this?