Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JTAG devices for CDT 10 #36

Merged
merged 1 commit into from Sep 25, 2020

Conversation

dcpleung
Copy link
Member

CDT 10 no longer uses DefaultGDBJtagDeviceImpl but instead
DefaultGDBJtagConnectionImpl. The new class uses URI for
connection instead of separate host/port fields. So update
the debugger tab and all JTAG device classes.

Fixes #35

Signed-off-by: Daniel Leung daniel.leung@intel.com

CDT 10 no longer uses DefaultGDBJtagDeviceImpl but instead
DefaultGDBJtagConnectionImpl. The new class uses URI for
connection instead of separate host/port fields. So update
the debugger tab and all JTAG device classes.

Fixes zephyrproject-rtos#35

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
@dcpleung
Copy link
Member Author

@martanav This should fix the issue on debug tab.

@dcpleung dcpleung merged commit 17572aa into zephyrproject-rtos:master Sep 25, 2020
@dcpleung dcpleung deleted the cdt10_gdb_update branch June 30, 2021 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jtag devices on debug configuration doesn't show target address and port in eclipse 2020-09
2 participants