Ford Peprah

Results 177 comments of Ford Peprah

We haven't exposed this in a good way it seems. `.rtt_start()` is what you want, but right now it doesn't pass in the address (so it defaults to auto-detection). The...

Thanks for bringing this up, this is definitely an oversight. If you wish to submit a patch to address this, I can review and merge it in, otherwise I will...

This seems fine. Would you mind adding the 8-bit, 16-bit and 64-bit versions as well, alongside tests?

Just a single comment, otherwise looks good. Sorry about taking so long to get back to you on this.

Before we can merge this, we'll need you to sign our [CLA](https://docs.google.com/forms/d/e/1FAIpQLSeRVQ35-gq2vdSxD1kdh7CJwRdjmUA0EZ9gRXaWYoUeKPZEQQ/viewform?formkey=dDViT2xzUHAwRkI3X3k5Z0lQM091OGc6MQ&ndplr=1).

Sorry for getting back so late this. I'm unsure what the issue would be. My suggestion would be to try different versions of the SDK to see if that resolves...

It seems like this is when you already have an active session. You could spawn multiple threads/processes and use the same `pylink` object across them, but say having GDB running...

So we do have an `open()` and an `open_tunnel()`; the latter created to connect over the tunnel. I would support adding a `connect` variant method (i.e. a new connect method)...

@bernardfitch That sounds good to me. We can continue the discussion in the PR. I think my main concern is ensuring that the the connection type (fake vs. real) are...

I think two PRs would be good, the SWD one should be fairly straightforward to merge without much discussion.