Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] API change - Re: Issue with translated JTAG device names (name stored as-is in launch configuration)

Re: https://bugs.eclipse.org/bugs/show_bug.cgi?id=535024

This is a useful enhancement which allows for internationalization of JTAG device descriptions while maintaining compatibility with older launch configurations. This is achieved by referencing JTAG device descriptions by ID rather than by name. The enhancement implies a minor API change following Photon M7, hence this message.

Developers should now use IGDBJtagConstants.ATTR_JTAG_DEVICE_ID and IGDBJtagConstants.DEFAULT_JTAG_DEVICE_ID rather than IGDBJtagConstants.ATTR_JTAG_DEVICE and IGDBJtagConstants.DEFAULT_JTAG_DEVICE which have been deprecated. New lookup methods GDBJtagDeviceContributionFactory.findByDeviceId() and GDBJtagDeviceContributionFactory.findByDeviceName() are also available.

John Dallaway


On 23/05/2018 20:58, Jonah Graham wrote:

Hi  Torbjörn,

I have commented in the bug/gerrit and asked John Dallaway to have a look.

Thanks
Jonah

~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com
On 23 May 2018 at 16:47, Torbjorn SVENSSON <torbjorn.svensson@xxxxxx> wrote:

Hi all,

I just submitted https://bugs.eclipse.org/bugs/show_bug.cgi?id=535024.
I'm just sending this email as a notification about the issue. If you feel the fix small enough and "safe", it would be nice to have it in Photon, but I suppose that ship has already sailed.

Best regards,
Torbjörn Svensson
STMicroelectronics Software AB


Back to the top