-
Notifications
You must be signed in to change notification settings - Fork 2.1k
boards/nrf52840{dk,dongle}: add MCU table, move to doc.md #21271
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
43acd13
to
0ab8df9
Compare
Thank you for addressing this. I started an issue about the state of the nRF52 documentation here: #20592 |
Oh nice ! Wasn't aware of this issue |
Due to the issue Doxygen has with creating empty pages from the |
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.
I still have some nitpicks, but nothing major.
Due to the issue Doxygen has with creating empty pages from the
doc.md
files (see #21220 (comment) ), we should wait before merging this PR until we have a solution (either update Doxygen once the new release is out or the temporary fix that kfessel proposed).
With #21273 merged, this does not have to wait longer.
But the comments mentioned by @mguetschow should still be removed :)
0ab8df9
to
a6051d7
Compare
All fixed :) |
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.
I found two more small typos 😅
But after that I think this is good for merging.
A small administrative note: You don't have to change it for this PR, but it would be easier to review if the PR is split in two commits: One with the changes to the documentation and one with the move to Markdown. GitHub now just shows "old file deleted, new file with all changes added".
a6051d7
to
40c7b6b
Compare
@Ollrogge thank you for doing this PR. Improving the documentation is always very good :) |
Thanks for taking the time to review ! |
Contribution description
This PR adds MCU table for
nrf52840dk
andnrf52840-dongle
. Also, it moves documentations from doc.txt do doc.md.Testing procedure
Issues/PRs references
#21255