NuttX: update submodule to branch px4_firmware_nuttx-10.3.0+ with "FlexSPI allow RWW" merged #24211
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Solved Problem
When updating my local main branch I got:
I tracked it down to #24158 which was merging a reference to the NuttX pr branch of PX4/NuttX#327 before it was merged. But after it was merged the commit hash changed.
4c875d0fdffb4f9ba0e0e341ae567d4d0a544e46 -> 9a213327fbb2dab252185d468fb29348e1833d8c
Solution
Switch to the commit with the same content but different hash after it was merged because that one is in the branch https://github.com/PX4/NuttX/tree/px4_firmware_nuttx-10.3.0%2B and hence advertised by GitHub/git.
Changelog Entry
Test coverage
This checks the submodules out cleanly again for me.
Context