- Notifications
You must be signed in to change notification settings - Fork1k
Add STM32C0116-DK support.#1995
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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.
Thanks for this PR. In fact you add the generic mcu support not the specific DK board.
README.md file have to be updated to reference new mcu declaration..
@@ -4,12 +4,18 @@ | |||
# See: https://github.com/stm32duino/Arduino_Core_STM32/wiki/Add-a-new-variant-%28board%29 | |||
# Generic C011D6Yx | |||
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.
This file must not be changed, it is generated automatically. It is used to ease addition in theboards.txt
.
All generic should be added in theboards.txt
.
variants/STM32C0xx/C011D6Y_C011F(4-6)(P-U)_C031F(4-6)P/variant_generic.cppShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Superseded by#2049 |
Summary
This PR implements the followingfeatures:
Motivation: these are new architectures / dev boards that ST seems to push for.
Let me know if there's anything that can be improved :)