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 |
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.