Fix For CMSIS Dap Bulk SWO
This is how I was able to fix the issue I created https://github.com/pyocd/pyOCD/issues/1754. Not sure if there are larger issues at play here.
Hi, thank you for the contribution.
I see that the rx_task also sets _swo_thread_did_exit to true. I’m not sure if that’s the intended behaviour of if those two should be using a different *_thread_did_exit.
Hi, thank you for the contribution.
I see that the
rx_taskalso sets_swo_thread_did_exitto true. I’m not sure if that’s the intended behaviour of if those two should be using a different*_thread_did_exit.
I think this was not intended when this code was written and my pull request fixes that.
Hi @jonathanherbstgrapple, thank you for your contribution. I am closing this PR as it has been superseded by #1824. If the issue persists, please open a new issue or PR.