boards/nucleo*: Cleanup and Enhance the Documentation #21337
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.
Contribution description
Inspired by the work of grouping common code and the new
*.doc.md
syntax, I started to deduplicate the documentation of the STM32 Nucleo boards.This PR includes:
doc.md
formatdoc.md
formatMove Nucleo144 Boards toalready done in boards/nucleo-144: rename doc.txt to doc.md #21318doc.md
formatdoc.md
files for Nucleo32, Nucleo64 and Nucleo144boards/common/nucleoXX/include/board.h
in the Nucleo32/64/144 groupboards/common/nucleo/flashing.doc.md
page that contains about the Flashing process.This is still a draft, but I would like to get some early comments about whether this is a good direction or not before I edit all the other files.
Testing procedure
Check that the documentation looks beautiful.
Issues/PRs references
Depends on #21319. Update: now merged.
Progress for Tracking Issue #21220.