-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
hwmv2 boards: arm: Add support for WeAct Studio MiniSTM32H743 Core board #69267
hwmv2 boards: arm: Add support for WeAct Studio MiniSTM32H743 Core board #69267
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.
Zephyr is migrating to hwmv2 and will not be accepting hwmv1 boards or socs after this change, this submission should be converted to hwmv2
Hi, @nordicjm. Do I have to migrate and submit the PR to collab-hwm branch or waiting until collab-hwm goes to upstream? Thanks. |
it would need to be submitted after the completion of the hwmv2 migration, at which point it would be submitted against |
70cf1b2
to
bdeada5
Compare
bdeada5
to
52ab27f
Compare
52ab27f
to
a30ec4b
Compare
Hi @nordicjm. The PR was updated to hwmv2. Let me know if any other modifications are needed. Thanks. |
a3ba702
to
3f77fb2
Compare
config BOARD | ||
default "mini_stm32h743" | ||
|
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.
config BOARD | |
default "mini_stm32h743" |
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.
Done.
This will need to be re-targeted to |
719d612
to
4368d9f
Compare
a1ee97d
to
367d8c3
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
367d8c3
to
f3c2f9d
Compare
f3c2f9d
to
468b55f
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.
Actually it doesn't really seem any different, 83KiB is huge, can you run it through something like https://tinypng.com/ ?
468b55f
to
a299140
Compare
@nordicjm, the final size now is 26.3 kB. Thanks for your tip. |
|
ah! there you go :) |
The CI failed by timeout! This does make sense?
|
@kartben PTAL |
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 couple minor-ish typos - thanks!
Adds the device trees, Kconfig, and documentation files. The following features have been confirmed working on hardware: * LED * Button * ST7735 TFT-LCD * External QuadSPI NOR Flash memory * External SPI NOR Flash memory * USB CDC ACM * microSD card Signed-off-by: Charles Dias <[email protected]>
a299140
to
355d57a
Compare
Adds the device trees, Kconfig, and documentation files.
The following features have been confirmed working on hardware:
The following sample codes were used to validate: