-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
[RFC] boards organization #8923
Conversation
This looks pretty good. The only minor thing is that .cmake & NuttX configs will be a bit more scattered, but I can live with that.
|
Ok, I'll get this branch fully working and we'll give everyone that's interested a chance to review and test. The other minor thing I was thinking about was giving the configs a special extension like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dagar - looks like a winner!
f94db52
to
a58e40e
Compare
Let's give this another go. |
Aside from rebasing hurdles what is blocking this PR? |
The main hurdle here will likely be the naming changing slightly. eg px4fmu-v5 -> px4_fmu-v5 (BOARD -> VENDOR/MODEL) |
Continued in #10875 |
As previously discussed in conjunction with #7705, #8777, #7806, #8127, #7318, I'd like to consolidate all components of a board into a single location.
Why?
Example
In this current PR I've sorted the boards by VENDOR (eg PX4) and then by MODEL (eg FMU-v2). The downside is it changes the common naming from px4fmu-v2 to px4_fmu-v2. This is somewhat flexible if people feel strongly about it.
Thoughts/comments/concerns/complaints?
Here's the full tree. ATLFlight not yet sorted.