-
Notifications
You must be signed in to change notification settings - Fork 2.1k
boards/nucleo-l412kb: improve board doc page #21554
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
bcfd51d
to
01843ea
Compare
boards/nucleo-l412kb/doc.md
Outdated
|
||
| MCU | STM32L412KB | | ||
|:---------- |:------------------- | | ||
| Family | ARM Cortex-M4 | |
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.
| Family | ARM Cortex-M4 | | |
| Family | ARM Cortex-M4F | |
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.
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.
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.
A Cortex M4 with a FPU is a Cortex M4F.
01843ea
to
236c129
Compare
Contribution description
This PR updates
nucleo-l412kb
board doc page, by:Testing procedure
Generate doc and check if everything looks good:
Issues/PRs references
PR #21255.