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

Allow XN file to be located outside the application source #132

Open
danielpieczko opened this issue Mar 11, 2024 · 2 comments
Open

Allow XN file to be located outside the application source #132

danielpieczko opened this issue Mar 11, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@danielpieczko
Copy link
Collaborator

danielpieczko commented Mar 11, 2024

Feature request from @xalbertoisorna
Add a way to specify an XN file which is not in the application directory. The motivation for this is to be able to have a single copy of an XN file which is used by multiple applications in a repository.

Possible implementation:
The APP_HW_TARGET could take one of three forms:

  1. a name which refers to an XN file shipped with the XTC Tools
  2. a filename ending in .xn which can be searched for within the application source directory
  3. a path to the XN file: eg. ${CMAKE_CURRENT_LIST_DIR}/../../shared/foo.xn
@ed-xmos
Copy link

ed-xmos commented Mar 19, 2024

I have just bumped into this too so a +1 from me!

@xross
Copy link
Collaborator

xross commented Mar 27, 2024

This feature request might help alleviate the issue: #137

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

No branches or pull requests

3 participants