zephyrproject-rtos / eclipse-plugin

Zephyr Eclipse Plugin
Eclipse Public License 2.0
16 stars 18 forks source link

Update JTAG devices for CDT 10 #36

Closed dcpleung closed 4 years ago

dcpleung commented 4 years ago

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

dcpleung commented 4 years ago

@martanav This should fix the issue on debug tab.