Ford Peprah
Ford Peprah
Hm, I thought I did add them here: https://github.com/square/pylink/blob/master/MANIFEST.in
Oof, I messed up and did `recursive-exclude`; I meant `recursive-include` for the `tests` 🤦 Will fix. **Edit**: Looks like even this didn't work: ``` include CHANGELOG.md include LICENSE.md include README.md...
It took me awhile to figure this out (and was delayed by other work), but I think `0.14.3` should finally have the tests available.
It might not be. I think it has to do with certain versions of the DLL which don't necessarily halt after the method is called; i.e. when the method returns,...
Sorry about the delay here, been a busy few weeks. This has been raised before. I think changing the module name would be a large change (requiring all users to...
The details for adding a custom `FlashLoader` are described in [this wiki](https://wiki.segger.com/Open_Flashloader).
I think we'd have to try a debugging command of some sort (that would always succeed if the target is connected), and check that it fails in order to determine...
Not aptly named, but the [`restart`](https://pylink.readthedocs.io/en/latest/pylink.html#pylink.jlink.JLink.restart) method does this. If you call `reset()` with `halt=True`, then calling `restart()` will start the CPU. Similarly, if the CPU is already running, and...
Is the ask here to only check the speed against MIN/MAX when the interface is JTAG?
Is this Linux for ARM? What does `sys.platform` report, and what's the name of the DLL? On Linux platforms, the logic first searches for `libjlinkarm.so` (no version in name) using...