-
Notifications
You must be signed in to change notification settings - Fork 237
modified of stm32h7 files #317
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
modified of stm32h7 files #317
Conversation
|
@jfbblue0922 is this already in upstream NuttX? |
|
This already in upstream NuttX.
For this reason, I think upstream PR is not necessary. |
Then this is a partial Backport. Please change the commit message to say |
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.
Then this is a partial Backport. Please change the commit message to say [BACKPORT] stm32h7: STM32H7X5XX selects hardware files
805966e to
929c922
Compare
|
I changed the commit message. |
|
@jfbblue0922 We need to build test this: Please create a PR in PX4 that updates the Use `NuttX with stm32h7: STM32H7X5XX backport' as the commit message. |
|
@jfbblue0922 Did you create the PX4 PR? |
|
@jfbblue0922 Please rebase this on the current px4_firmware_nuttx-10.3.0+ and create the PX4 PR to bring it in. |
929c922 to
ac2c2c4
Compare
|
@davids5 |
Yes. It points PX4 auto pilot to the nuttx changes you made for testing. Then open a PX4 PR. |
|
@davids5 |
|
@davids5 |
Summary
・In order to compile PX4-Autopilot with stm32h755II, I modified it to enable CONFIG_STM32H7_STM32H7X5XX.
・Added 'ARMV7M_HAVE_XXX' to the definition of STM32H7_STM32H7X5XX in the Kconfig file.
Impact
Use the CONFIG_STM32H7_STM32H7X5XX define.
Testing
We have confirmed that the firmware works correctly on PX4.