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

Added interrupt pin selection to BMI088 #23926

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Added interrupt pin selection to BMI088 #23926

merged 2 commits into from
Nov 12, 2024

Conversation

alexcekay
Copy link
Member

Solved Problem

The BMI088 sensor has 4 interrupt pins. PIN 1 & 2 can be used for accelerometer interrupts and PIN 3 & 4 for gyroscope interrupts. Currently the driver only allows to use PIN 1 for accelerometer interrupts and PIN 3 for gyroscope interrupts.

Solution

The change adds a KConfig based selection of which pin to use for accelerometer interrupts and which pin to use for gyroscope interrupts (or don't use any pin at all)

Changelog Entry

For release notes:

Feature Added interrupt pin selection to BMI088

Test coverage

  • Tested on the bench with a Skynode v5x

@alexcekay alexcekay marked this pull request as ready for review November 12, 2024 10:32
Copy link
Contributor

@niklaut niklaut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@alexcekay alexcekay merged commit 1b3f50e into main Nov 12, 2024
50 of 56 checks passed
@alexcekay alexcekay deleted the pr-bmi088-int-sel branch November 12, 2024 12:27
mrpollo pushed a commit that referenced this pull request Nov 12, 2024
* Added interrupt pin selection to BMI088

* Fixed typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants