-
Notifications
You must be signed in to change notification settings - Fork 35
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
Integrate smoothly with other pack repositories #157
Comments
Local repository support:The idea is to be able to indicate that a pack points to a repository which is not the "CMSIS_PACK_ROOT" repository.
So, instead of installing the pack from an archive to CMSIS_PACK_ROOT, I want the pack to point to my local development folder where I can do changes and test them without generating and re-installing a pack each time. If a pack is already installed for this component it is superseded by my local pack. Thanks & Regards, |
The way this works today is that there is a package index file in .Local pointing to the location of a pdsc file at the root point of an expanded pack.
local_repository.pidx:
|
Hi, indeed I update this file directly when I do not want to use the Pack Installer UI and it is working fine. Thans & Regards, |
Support integration with pack repositories from other tools:
Specifically, enable the features requested in this issue: ARM-software/CMSIS_5#1089.
There may be issues that prevent easy integration, but they should be identified.
The text was updated successfully, but these errors were encountered: