Evgueni Driouk

Results 19 comments of Evgueni Driouk

There are several problems with the issue: 1. Wrong processing of generator arguments: an empty argument always added regardless if "switch" attribute exists. 2. Working directory is not prepended to...

[CmsisPackPlugIn2.9.0_patch.zip](https://github.com/ARM-software/cmsis-pack-eclipse/files/13188752/CmsisPackPlugIn2.9.0_patch.zip) The issue is fixed and needs to be verified.

Hi Sergio, yes, we'll include that fix in the next release Thank you for pointing to the problem. Evgueni

The toolbar appears in version 2.10.0

That URL gets created when you publish a pack. It is constructed out of device description in .pdsc file. You can use `` device property to insert your own URLs....

I assume you are using a local pack that is not published (yet) at www.keil.com/pack (see http://www.keil.com/pack/doc/CMSIS/Pack/html/createPackPublish.html#cp_KeilComPack). Publishing process creates then the device URL as well. That allows users of...

Could you please supply a PR?

The problem here is that an RTE project is dynamic and refers to location where packs are installed: - device information is taken from packs - most of headers are...

I cannot reproduce the problem in a vanilla Eclipse. However, I suspect that RteProjectUpdater operations get called before the project is fully initialized. There are many participants that trigger the...