-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Support added for board NUCLEO-C031C6, cpu STM32C031C6, and CPU_FAM_STM32C0 #20267
Conversation
Related issue #19210 |
Great addition, thank you! Other than that, this looks really good already 😃 |
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.
Code looks good, just some small things:
See PR with corrected commit history #20300 |
You don't have to create a new PR, in the future when you edit your history with |
Support added for ST Micro's board
NUCLEO-C031C6
, it's cpuSTM32C031C6
, and the rest of the cpu familySTM32C0XX
(asCPU_FAM_STM32C0
). This currently includesSTM32C011
andSTM32C031
, but code for identification has also been added for theSTM32C071
andSTM32C091
lines due out later this year.Code was adapted from
CPU_FAM_STM32G0
where applicable.The most important difference in the STM32C0 product line is the removal of the PLL. As coded the default clock source is HSI.