square / pylink

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

Fix RTT example never exit when CTRL-C (Windows). #162

Closed nv-h closed 1 year ago

nv-h commented 1 year ago

The write thread raised EOFError when CTRL-C. But the main thread not catched this and not closed jlink. So the process never ended.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.