-
Notifications
You must be signed in to change notification settings - Fork 8.1k
boards: arm: add support for WeAct STM32G030 Core Board #97553
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
boards: arm: add support for WeAct STM32G030 Core Board #97553
Conversation
4ad85cd
to
b5c2867
Compare
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.
@djiatsaf-st To be considered with your other PR
b5c2867
to
34d5a63
Compare
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.
Otherwise LGTM
34d5a63
to
2184cb3
Compare
2184cb3
to
8b965f9
Compare
A check failed due to API rate limit exceeding. i couldn't find a way to re-run the tests so I force pushed again. |
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.
To be merged after #92825
|
@nordicjm PTAL when you have time |
This patch adds support for the WeAct Studio STM32G030 Core Board, a compact and low-cost development platform based on the STM32G030F6P6 microcontroller. Main features: - STM32G030F6P6 MCU (32 KB Flash, 8 KB SRAM) - User LED - Exposed SWD header for programming/debugging - UART1 (PB6/PB7) as default console - I2C2 (PA11/PA12) and SPI1 (PA1/PA6/PA7) peripheral mapping - 3.3V or 5V input power options with onboard regulator The board has been tested with the following Zephyr samples: - samples/basic/blinky - samples/hello_world Signed-off-by: Siratul Islam <[email protected]>
5cda7c2
to
655b997
Compare
|
This patch adds support for the WeAct Studio STM32G030 Core Board, a compact and low-cost development platform based on the STM32G030F6P6 microcontroller.
Main features:
The board has been tested with the following Zephyr samples: