-
Notifications
You must be signed in to change notification settings - Fork 29
start writing Documentation #20
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
Conversation
8d3d58c
to
d80f6d8
Compare
I think we should add a link to the documentation folder from the README. |
Done. |
documentation/variants.md
Outdated
**Pre-reqs:** <br> | ||
- It is most recommended that if you have a highly custom board that even zephyr-RTOS doesn't support yet then you should add support for it first there. | ||
- You need to satisfy all requirements mentioned in the project's README. |
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.
This is confusing. Maybe remove Pre-reqs and just write a summary paragraph that indicates:
- Boards already supported by Zephyr can be added to the variants folder as outlined in this documentation
- Custom boards can first by added by following the official Zephyr porting guide. Once completed, continue here by adding a variant for your custom board.
documentation/overlays.md
Outdated
@@ -0,0 +1,95 @@ | |||
# How to add board variants |
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.
Do you think this file can be combined with variants.md?
8f4afbc
to
780dea0
Compare
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.
Looks great, thanks for the changes!
780dea0
to
9c9cc26
Compare
- specify reqd changes CMakelist - User needs to know that they will have to change the CMakelists of their sample to find their board specific overlay - describe how to make overlays - Add guidance on how to map the Arduio Header in overlay files Also rename Docs to docs to match lower case convention of other folders Signed-off-by: Mike Szczys <[email protected]> Signed-off-by: Dhruva Gole <[email protected]> - create arduino_libs to explain using external libs This page explains how to use an external arduino library with your project Signed-off-by: Dhruva Gole <[email protected]> update README: add Link to docs folder Also add links to both golioth and my blog Signed-off-by: Dhruva Gole <[email protected]> - Update README: add links to the doc mds Helps users to locate documentation more easily Co-authored-by: Mike Szczys <[email protected]> - Be explicit on how to add the source file to the build Signed-off-by: Dhruva Gole <[email protected]>
9c9cc26
to
9780d9d
Compare
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.
Looks great!
Signed-off-by: Dhruva Gole [email protected]