-
Notifications
You must be signed in to change notification settings - Fork 8.4k
sensor: icm45686: Add basic IMU functionality #85963
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
sensor: icm45686: Add basic IMU functionality #85963
Conversation
c77bbcd to
72bed35
Compare
|
Marked as DNM until in-flight PRs this depends upon are merged. |
55f1b5c to
9e790cf
Compare
1c34f00 to
f540f40
Compare
Both for Gyro and Accelerometer. Signed-off-by: Luis Ubieda <[email protected]>
Only working with SENSOR_TRIG_DATA_READY so far. Signed-off-by: Luis Ubieda <[email protected]>
Only supported for SPI so far. Signed-off-by: Luis Ubieda <[email protected]>
90c12b5
04b9820 to
90c12b5
Compare
|
Hi @MaureenHelm , Hi @ubieda , Hi @kartben , |
|
Hi @afontaine-invn, I'm adding some comments here:
@kartben @MaureenHelm please chime in if there's anything else to add or if you think otherwise. |
|
I'd welcome you to take maintainership of the TDK drivers, I only maintain them today because no one else has volunteered to do so. |
|
Great summary, @ubieda, thank you! The obvious thing that comes to mind is indeed that maybe TDK wants to step up to become maintainers of their sensors? |
|
Thanks for your reply. For sure we would like to be maintainers of TDK drivers. What is the process to being so? |
Send a PR with your desired maintainer/collaborator status changes to the MAINTAINERS file in this tree. See for example: And an example PR: I'll reiterate a few points here.. Please do refrain from leaving thumbs down emojis. This does not help anyone. Please do join the working group and the bi-weekly meeting, we're a friendly bunch I promise. I like that you and TDK are contributing to Zephyr. I very much doubt anyone views this as a negative. That said being involved in driver reviews and working group discussions is important if you want to have a good understanding and a voice in the direction sensors in Zephyr are going. Speaking of reviews, if you add your name to the collaborators list here you will see all sensor driver pull requests, and quality reviews are very much appreciated https://github.com/zephyrproject-rtos/zephyr/blob/main/MAINTAINERS.yml#L2047 |
|
Thanks all for clarifying this point note i also removed my initial thumbs down reaction, and thumbs up (I definitely prefer to use this one btw) your comment @teburd |
We would like to take maintainership of TDK drivers as discussed: zephyrproject-rtos#85963 Signed-off-by: Aurélie Fontaine <[email protected]>
We would like to take maintainership of TDK drivers as discussed: zephyrproject-rtos#85963 Signed-off-by: Aurelie Fontaine <[email protected]>
We would like to take maintainership of TDK drivers as discussed: zephyrproject-rtos#85963 teburd and MaureenHelm moves to collaborators Signed-off-by: Aurelie Fontaine <[email protected]>
We would like to take maintainership of TDK drivers as discussed: #85963 teburd and MaureenHelm moves to collaborators Signed-off-by: Aurelie Fontaine <[email protected]>
We would like to take maintainership of TDK drivers as discussed: zephyrproject-rtos#85963 teburd and MaureenHelm moves to collaborators Signed-off-by: Aurelie Fontaine <[email protected]>
Description
This PR introduces support for TDK's ICM45686 IMU sensor, including:
based on RTIO).
Note
Depends on:
Testing