Daniel Leung
Daniel Leung
This is needed for CALL0 API support, and also to aid in adding CALL0 support code. Since we still have no viable CALL0 code to test, there is not much...
I have changed `ci.yml` and the QEMU SHA. Hopefully I have modified in the correct place.
This needs https://github.com/zephyrproject-rtos/qemu/pull/9 to fix QEMU build.
> @dcpleung [zephyrproject-rtos/qemu#9](https://github.com/zephyrproject-rtos/qemu/pull/9) is merged. Please update this PR to point to the merged commit. Done. Updated the QEMU `SRCREV`.
The plugin never supports 2024-03, so there are going to be issues.
CDT does not exactly support extending features via plugins so the interfaces are constantly changing there. Almost always, it requires rewriting this plugin to accommodate newer CDT version. At this...
It is possible that a previous instance of pyocd was still running, occupying those ports. Or pyocd did not exit cleanly so the OS has a TIME_WAIT on those sockets....
I have never used DAPlink and don't have one to try. Could you try running `west debug` in command line? If it is still an issue there, it might be...
Do you remember which old version of plugin you used? If it is before 2019-12, the issue is expected due to changes in CDT (see #23). As for importing the...
Could you try older version of Eclipse (2020-06 or 2020-03)? Sometimes Eclipse updates its APIs which breaks the plugin, and requires some workarounds. I currently don't have time to look...