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

Add vl53l0cxv0dh stm32wb5mm dk #68926

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

javad123javad
Copy link

Add device tree node for VL53L0CXV0DH/1 and ISM330DHCX sensors

@javad123javad javad123javad marked this pull request as ready for review February 13, 2024 12:12
@zephyrbot zephyrbot added the platform: STM32 ST Micro STM32 label Feb 13, 2024
@erwango erwango added this to the v3.7.0 milestone Feb 13, 2024
@erwango erwango added the hwmv2-likely-conflict DNM until collab-hwmv2 has been merged label Feb 28, 2024
erwango
erwango previously approved these changes Feb 28, 2024
Copy link
Collaborator

@nordicjm nordicjm left a comment

Choose a reason for hiding this comment

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

Needs converting to hwmv2

@nordicjm nordicjm removed the hwmv2-likely-conflict DNM until collab-hwmv2 has been merged label Mar 4, 2024
@javad123javad
Copy link
Author

Needs converting to hwmv2

Thanks,
Should I open a new PR?

@nordicjm
Copy link
Collaborator

nordicjm commented Mar 6, 2024

Needs converting to hwmv2

Thanks, Should I open a new PR?

No, update this one

This patch add VL53L0CXV0DH node in the device tree
for STM32WB5MM_DK board.

Signed-off-by: Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
erwango
erwango previously approved these changes Mar 11, 2024
Comment on lines 156 to 157
accel-odr=<3>;
gyro-odr=<2>;
Copy link
Collaborator

@GeorgeCGV GeorgeCGV Mar 11, 2024

Choose a reason for hiding this comment

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

#include <dt-bindings/sensor/ism330dhcx.h>

Suggested change
accel-odr=<3>;
gyro-odr=<2>;
accel-odr = <ISM330DHCX_DT_ODR_52Hz>;
gyro-odr = <ISM330DHCX_DT_ODR_26H>;

Javad Rahimipetroudi added 3 commits March 13, 2024 06:31
This patch add device tree node for ism330dhcx
3D accelerometer and 3D gyroscope sensor.

Signed-off-by: Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
Update the supported features for stm32wbmm_dk and
add support for I2C bus.

Signed-off-by: Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
this patch adds support for vl53l0x and ism330dhcx
sensors in test runner yaml file

Signed-off-by: Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: STM32 ST Micro STM32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants