-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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/stm32h750b-dk: adapt to stm32h750b-dk development board #16111
base: master
Are you sure you want to change the base?
Conversation
[Experimental Bot, please feedback here] No. The provided information doesn't meet the NuttX PR requirements. It lacks crucial details:
This PR would likely be immediately rejected without substantially more information. |
Sorry @liujp-arch: Could you fill in the "Summary", "Impact" and "Testing" sections in the PR? They are explained here: https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md Please remember to fill in the Commit Description, just copy from the PR Summary. Thanks :-) |
67dc578
to
26a41e5
Compare
@liujp-arch please split the changes into 3 commits:
|
26a41e5
to
2d932d5
Compare
Signed-off-by: liujp <[email protected]>
Signed-off-by: liujp <[email protected]>
Signed-off-by: liujp <[email protected]>
3521b42
to
32aec22
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.
Sorry @liujp-arch: The Commit Description is still missing for the commits below, could you copy from PR Summary? Thanks :-)
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.
Please just include the missing Commit Messages
Summary
Adapt the software to the STM32H750B-DK development board
Impact
This change affects the build process and hardware support, ensuring the software runs correctly on the STM32H750B-DK.
Testing
The change was verified using a Linux host with an x86 CPU and GCC compiler. The target platform was the STM32H750B-DK board.