fix(docs): variants file names and directory structure#159
Merged
DhruvaG2000 merged 1 commit intozephyrproject-rtos:nextfrom Feb 7, 2026
Merged
fix(docs): variants file names and directory structure#159DhruvaG2000 merged 1 commit intozephyrproject-rtos:nextfrom
DhruvaG2000 merged 1 commit intozephyrproject-rtos:nextfrom
Conversation
Co-authored-by: Gilberto Conti <g.conti@arduino.cc> Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
There was a problem hiding this comment.
Pull request overview
This pull request fixes inaccurate documentation in the variants guide by updating the instructions and directory structure to reflect the actual implementation. The changes remove references to files that don't exist (pinmap header files, CMakeLists.txt, and variant.h at the variants root level) and simplify the documentation to show only the two files that are actually required: an overlay file and a variant.h file within each board-specific directory.
Changes:
- Simplified instructions for adding board variants, removing reference to non-existent pinmap header files
- Updated directory structure example to show only the overlay and variant.h files that actually exist
- Removed detailed but inaccurate explanations about CMakeLists.txt and variant.h at the variants root level
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
DhruvaG2000
approved these changes
Feb 7, 2026
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.
No description provided.