-
Notifications
You must be signed in to change notification settings - Fork 16
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
Support for custom board files #119
Comments
I created a change, so maybe this will help:
Also this change gets the current project_name from CMakeCache.txt file ( my project sets the project name using ${PICO_BOARD} variable ) The project i am working on is |
I don't think your fix will work when
I don't think we want to add this, as once you're using CMake variables for the project name you should probably be using the CMake Tools integration as well, which handles all that and more. |
PR was closed automatically, I can create the PR to make a discussion about this and i can contribute by doing this enhacement. Do i make the PR to any particular branch on this repo? |
The |
I have a custom board files on a special folder on my project, and added that folder to PICO_BOARD_HEADER_DIRS variable.
I looked into the switchBoard.mts file and in askBoard function, only the sdk board folder is used to look for board files.
Is there any possibility to look into the folders added to that variable, so custom board files could be used without copying them to the sdk's board folder?
The text was updated successfully, but these errors were encountered: