nxp-mcuxpresso / spsdk

Secure Provisioning SDK (SPSDK) is unified, reliable and easy to use SW library working across NXP MCU portfolio providing strong foundation from quick customer prototyping up to production deployment.
Other
55 stars 24 forks source link

pyocd: bump to 0.35.0 #58

Closed IvoBCD closed 1 year ago

IvoBCD commented 1 year ago

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

flit commented 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.

mwsk commented 1 year ago

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?

flit commented 1 year ago

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.

flit commented 1 year ago

https://github.com/pyocd/pyOCD/releases/tag/v0.35.1