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

Added a way to define custom board in my project #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pguillebert
Copy link
Contributor

Hi

As a uDevKit user, I'd like want to be able to define a board inside my project, because

  1. i don't know exactly what i'm doing yet
  2. i'm not confortable sharing board definition details, etc

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.

@sebcaux
Copy link
Contributor

sebcaux commented Mar 29, 2019

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 :

  • directly by giving the path of your board mk
  • giving a search path to have a library of your custom boards

Please note that for a commercial usage, you need a specific license

@pguillebert
Copy link
Contributor Author

it might be worth considering also a similar system for robot, module or even entire archs, why not.

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.

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

Successfully merging this pull request may close these issues.

None yet

2 participants