Skip to content
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 for NUCLEO-H753ZI board #2130

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Conversation

yp05327
Copy link
Contributor

@yp05327 yp05327 commented Sep 15, 2023

Summary

This PR adds the support for NUCLEO-H753ZI board
This board is same to nucleo-h743zi2, as the user manual is same.
And the samples in the official Firmware Package are also same, so this board has compatibility with nucleo-h743zi2.

I'm not sure which is better, using existing variant file for H743ZI(2) or create a new one for H753ZI.
(In the first commit, I create a new variant file for H753ZI which is copied from H743ZI)

My board will deliver tomorrow. After the delivery, I can run tests but not sure what should be tested on the real board.

Validation

  • Ensure CI build is passed.
  • Run the tests on the board

@fpistm fpistm added this to In progress in STM32 core based on ST HAL via automation Sep 15, 2023
@fpistm fpistm added this to the 2.7.0 milestone Sep 15, 2023
@yp05327
Copy link
Contributor Author

yp05327 commented Sep 16, 2023

This is the test result of CheckVariant
image

Signed-off-by: yp05327 <576951401@qq.com>
@fpistm
Copy link
Member

fpistm commented Sep 19, 2023

Hi @yp05327
Thanks for the PR which is well formed.
I've just updated your PR to:

  • Fix NUM_DIGITAL_PINS
  • Update the README.md
  • Fix some indents
  • Squash commits

@fpistm fpistm merged commit 0fb3eff into stm32duino:main Sep 19, 2023
23 checks passed
STM32 core based on ST HAL automation moved this from In progress to Done Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants