-
Notifications
You must be signed in to change notification settings - Fork 982
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
Add support for generic STM32G030F6 #1589
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.
@ademuri
Thanks for this Pull Request. As said @fpistm, it would be better to redefine the generic clock config to benefit from better performances
https://github.com/stm32duino/wiki/wiki/Add-a-new-variant-(board)#3---generic-system-clock-configuration
otherwise you stuck on default reset clock (which is slow).
Updated the clock. |
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.
Almost good.
See inline comment.
Also could you run Astyle to fix CI issue:
https://github.com/stm32duino/wiki/wiki/Astyle
Co-authored-by: Alexandre Bourdiol <[email protected]>
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.
LGTM
This adds support for generic
STM32G030F6
-based boards. I have a custom board which uses this processor. I partially tested theCheckVariant
sketch - I verified that the LED blinks slowly, but did not check the serial output.