square / pylink

Python Library for device debugging/programming via J-Link
https://pylink.readthedocs.io/en/latest/
Other
346 stars 127 forks source link

Introduce use_tmpcpy parameter to Library constructor. #172

Closed chanqueo closed 1 year ago

chanqueo commented 1 year ago

This parameter allow preventing temporary copy of J-Link Library.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

chanqueo commented 1 year ago

This PR is a workaround for #166

hkpeprah commented 1 year ago

This LGTM. Have you signed the CLA? I can't find it.

hkpeprah commented 1 year ago

Running tests now!

hkpeprah commented 1 year ago

v1.1.0 should have this change in it now; sorry for the delay, and thank you for the patch!