Added a way to define custom board in my project#3
Open
pguillebert wants to merge 1 commit intoUniSwarm:masterfrom
Open
Added a way to define custom board in my project#3pguillebert wants to merge 1 commit intoUniSwarm:masterfrom
pguillebert wants to merge 1 commit intoUniSwarm:masterfrom
Conversation
Contributor
|
I planned to add it. But not in that way. I would like to give the ability to set a board definition outside of the udevkit repo :
Please note that for a commercial usage, you need a specific license |
Contributor
Author
|
it might be worth considering also a similar system for So far i'm only hacking on my own time - no commercial use but the whole project is under GPL v3, right ? I can use a GPL v3 library for a commercial project, provided i share the resulting codebase. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi
As a uDevKit user, I'd like want to be able to define a board inside my project, because
so this is a fairly crude attempt at having a
support/board/local "overlay" directory where boards are searched first, then the uDev provided boards, then error out if not found.