boards/nucleo-l412kb: improve board doc page#21554
Merged
benpicco merged 3 commits intoRIOT-OS:masterfrom Jun 19, 2025
Merged
Conversation
bcfd51d to
01843ea
Compare
benpicco
reviewed
Jun 18, 2025
boards/nucleo-l412kb/doc.md
Outdated
|
|
||
| | MCU | STM32L412KB | | ||
| |:---------- |:------------------- | | ||
| | Family | ARM Cortex-M4 | |
Contributor
There was a problem hiding this comment.
Suggested change
| | Family | ARM Cortex-M4 | | |
| | Family | ARM Cortex-M4F | |
Contributor
Author
There was a problem hiding this comment.
Fixed!
One question. Do you think all ARM Cortex-M4 with FPU should have family Cortex-M4F?
I'm not 100% sure - but have a feeling that there is some mismatch in some CPU tables.
Contributor
There was a problem hiding this comment.
A Cortex M4 with a FPU is a Cortex M4F.
01843ea to
236c129
Compare
benpicco
approved these changes
Jun 19, 2025
This was referenced Jun 23, 2025
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.
Contribution description
This PR updates
nucleo-l412kbboard doc page, by:Testing procedure
Generate doc and check if everything looks good:
Issues/PRs references
PR #21255.