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

Do not invent device URL or add a capability for vendor to specify the URL #59

Open
oakm opened this issue Feb 23, 2018 · 3 comments
Open

Comments

@oakm
Copy link

oakm commented Feb 23, 2018

When I open .rteconfig Device tab, there is URL field that has a value in format: http://www.keil.com/dd2///. For example: http://www.keil.com/dd2/cypress/cy8c6347bzi_bld53/
image

How do I change this?

@edriouk
Copy link
Contributor

edriouk commented Feb 28, 2018

That URL gets created when you publish a pack. It is constructed out of device description in .pdsc file.
You can use <book> device property to insert your own URLs. The books are seen in the same Device tab in the dedicated list.

@oakm
Copy link
Author

oakm commented Mar 1, 2018

Thanks for the prompt response. <book> allows me to add a new URL. However I still cannot get rid of auto-created one. E.g.:
book

@edriouk
Copy link
Contributor

edriouk commented Mar 1, 2018

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 development tools (not only from ARM) see and install your pack.

For the time being the code that displays the URL does not know if the pack has been published or not.
We could considre fixing it in the next release (not scheduled yet)

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

No branches or pull requests

3 participants