I'm unfamiliar with git,
the function body should be:
static void jlink_check_supported(const char *str)
{
const char **p = unsupported_versions;
while (*p) {
if (NULL != strstr(str, *p)) {
LOG_ERROR("Unsupported J-Link firmware version.");
return;
}
p++;
}
}
How can I export a patch from a set of local commits?
Regards,
Alex.
2012/5/23 Alexander Osipenko <[email protected]>:
> Just error message:
>
> Info : J-Link initialization started / target CPU reset initiated
> Info : J-Link ARM V8 compiled May 3 2012 18:36:22
> Error: Unsupported J-Link firmware version.
> Info : J-Link caps 0xb9ff7bbf
> Info : J-Link hw version 80000
>
>
> 2012/5/23 Liviu Ionescu <[email protected]>:
>>
>> On May 23, 2012, at 18:08 , Alexander Osipenko wrote:
>>
>>> Patch attached.
>>> For now, I have added only the latest version,
>>> it's easy to add more.
>>
>> I don't have the full image, do you just issue the warning and proceed, or
>> you exit openocd?
>>
>> I was afraid to apply the patch, to be sure I still have an environment to
>> chase for the bug.
>>
>> Liviu
>>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel