Ford Peprah

Results 177 comments of Ford Peprah

Do you know for sure it is failing? Can you run with verbosity in the logging to see? ``` import logging logging.basicConfig(level=logging.DEBUG) ```

Nothing planned yet, but could definitely be added. Unfortunately, I can't give you an ETA yet for it, but if you want to pick it up, we could merge it...

This sounds like the internal buffer still hasn't finished flashing. You might want to use the progress callback to check for the flash having completed before proceeding with flashing the...

The flashing here is a bit different than the one that occurs by the commander. The DLL stores the data into an internal buffer, and writes it over flash, so...

I'm not sure, sorry. I don't have an ST-Link available. I would try it out and see if it works.

Could you give a specific test case for this? We have some tests in the `test_library.py` test file, so covering the case of when it should and should not be...

The current tests are here: https://github.com/square/pylink/blob/master/tests/unit/test_library.py#L804

Sorry for the late response here. What I mean is that I think you should add some new tests to that test file that cover the specific scenario your changes...

Sorry about the long turn around on a response here. It's hard to tell without any snippet of your code. Could you include some details around what you're trying to...

You can't. You have to translate your commands to the appropriate Python calls.