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

Device URL in New Project/Select Device pane - can I override this? #38

Open
JohnKBartholomew opened this issue Feb 6, 2017 · 0 comments
Labels

Comments

@JohnKBartholomew
Copy link

The CMSIS-Packs that our toolset generates are for configurable devices, meaning one single static CMSIS-Pack cannot represent what a user can configure in our toolset to be available on the device (and therefore in the CMSIS Pack).

This includes a variable device name, in case they generate several Packs with different configurations of the same base device.

One point where this causes a problem is the URL visible during New project creation, in the Select Device pane. The CMSIS Pack plugins appear to generate this name from "http://www.keil.com/dd2" + vendor name + device name. This URL also appears in the CMSIS Pack Management perspective Devices list.

Would it be possible to provide an API or extension point in the future for us to provide this URL in "non-standard" cases like ours?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants