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

AP_HAL_QURT: Fix SPI transfer special case #28613

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

katzfey
Copy link
Contributor

@katzfey katzfey commented Nov 14, 2024

Fix the SPI transfer special case where a send buffer is passed in even though it is a read transaction. This happens in the IMU
driver now that it has been optimized. The send buffer is the same as the read buffer even though it's just doing a read. This is
perfectly fine by SPI standards but needs special case handling in the Qurt SPI driver.

@katzfey
Copy link
Contributor Author

katzfey commented Nov 14, 2024

Change was flight tested successfully.

… passed in even though it is a read transaction.
@peterbarker peterbarker merged commit 1e99226 into ArduPilot:master Nov 14, 2024
99 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants