Closed IvoBCD closed 1 year ago
Fyi, pyocd v0.35.1 will revert the DPConnector
API change, so the change in this patch will not be needed. See pyocd/pyOCD#1555. Sorry for the trouble.
Thanks for the update. When can we expect the release of v0.35.1 on PyPI? How about marking v0.35.0 as invalid revision?
Actually, I was thinking about releasing it today. 😄
There really isn't a way to mark a version as invalid, other than remove it from PyPI, and that is generally frowned upon. (Same reason you don't delete tags from version control.) The preferred way to handle this kind of thing is by setting a version requirement in the downstream project, eg SPSDK.
Update to pyocd v0.35.0 https://github.com/pyocd/pyOCD/releases/tag/v0.35.0
The debug sequence handling introduced in v0.35.0 requires a one-line change in
debug_probe_pyocd.py