-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
drivers: sensor: add wurth elektronik sensor drivers #62408
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
610cb7f
to
4ecf6ca
Compare
1c7ac90
to
38823eb
Compare
This is a big improvement to the Würth Elektronik sensor drivers, as
Thank you for contributing @wm-eisos and for reviewing. BTW: The examples and drivers have been tested on several hardware platforms. |
The change looks fine (I wanted to add the approval so I can revisit the diff when the docs/compliance checks pass). @wm-eisos please address the failing checks and I'll be happy to re-approve. |
38823eb
to
4f1a2d3
Compare
Remove wsen_hids since the hal update is no longer compatible with this version. Signed-off-by: Wajdi ELMuhtadi <wajdi.elmuhtadi@we-online.com>
Remove wsen_pads since the hal update is no longer compatible with this version. Signed-off-by: Wajdi ELMuhtadi <wajdi.elmuhtadi@we-online.com>
Remove wsen_pdus since the hal update is no longer compatible with this version. Signed-off-by: Wajdi ELMuhtadi <wajdi.elmuhtadi@we-online.com>
Remove wsen_tids since the hal update is no longer compatible with this version. Signed-off-by: Wajdi ELMuhtadi <wajdi.elmuhtadi@we-online.com>
Update hal_wurthelektronik to include latest sensor core drivers. Signed-off-by: Wajdi ELMuhtadi <wajdi.elmuhtadi@we-online.com>
Add wsen_hids_2525020210002 driver with the corrected name and compatibility with the hal update as well as added new features. Signed-off-by: Wajdi ELMuhtadi <wajdi.elmuhtadi@we-online.com>
Add wsen_pdus_25131308XXXXX driver with the corrected name and compatibility with the hal update as well as added new features.. Signed-off-by: Wajdi ELMuhtadi <wajdi.elmuhtadi@we-online.com>
Add wsen_tids_2521020222501 driver with the corrected name and compatibility with the hal update as well as added new features. Signed-off-by: Wajdi ELMuhtadi <wajdi.elmuhtadi@we-online.com>
3bc6536
to
7a33c64
Compare
welcome to my life as well |
@mah-eiSmart it looks like you approved of this PR, is that still the case |
Yes, from my side it's still fine. |
Add wsen_hids_2525020210001 driver with the corrected name and compatibility with the hal update as well as added new features. Signed-off-by: Wajdi ELMuhtadi <wajdi.elmuhtadi@we-online.com>
Add wsen_pads_2511020213301 driver with the corrected name and compatibility with the hal update as well as added new features. Signed-off-by: Wajdi ELMuhtadi <wajdi.elmuhtadi@we-online.com>
Add wsen_itds_2533020201601 driver with the corrected name and compatibility with the hal update as well as added new features. Signed-off-by: Wajdi ELMuhtadi <wajdi.elmuhtadi@we-online.com>
Add wsen_isds_2536030320001 driver with the corrected name and compatibility with the hal update as well as added new features. Signed-off-by: Wajdi ELMuhtadi <wajdi.elmuhtadi@we-online.com>
update release notes and migration guide for wurth elektronik sensor drivers update. Signed-off-by: Wajdi ELMuhtadi <wajdi.elmuhtadi@we-online.com>
7a33c64
to
4c5ff00
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
somebody with sensor knowledge should review
@MaureenHelm as sensor maintainer, are you able to take a review of this? |
@dkalowsk Seems, @MaureenHelm is busy. Can we go forward without her help? |
There are ways to do so. You can escalate in the developer meeting or on discord. I’m a little more concerned that this PR is a year in the making and stalling out on reviews. @nashif @MaureenHelm ping. |
@dkalowsk , this PR has been adopted to new versions of Zephyr many times, in the past 12 months. Thus it's still up to date. Yesterday I got feedback that customers did not choose that sensor products, because the drivers are not up to date. Escalating on discord or on developer meeting we did not do so far, we have no experience with it. |
This PR will be closed as the plan is to have seperate PRs per sensor |
This pull request updates the revision of the hal, removes old drivers and updates and adds new drivers.
@mah-eiSmart