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

sensor: tdk 42688 driver #52911

Merged
merged 3 commits into from
Jan 10, 2023

Commits on Jan 10, 2023

  1. sensor: tdk 42688 driver

    Adds a driver for TDK InvenSense 42688 six axis IMU. Verified using
    the sensor shell sample app via:
    
    - sensor info
    - sensor get icm42688p@0
    
    Signed-off-by: Tom Burdick <[email protected]>
    Signed-off-by: Yuval Peress <[email protected]>
    teburd authored and yperess committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    547f461 View commit details
    Browse the repository at this point in the history
  2. tests: clean up build_all/sensor

    The test at tests/drivers/build_all/sensor wasn't passing since a lot
    of nodes in both the i2c and spi had conflicting addresses. Fix that by
    making the addresses sequential.
    
    Signed-off-by: Yuval Peress <[email protected]>
    yperess committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c6425f2 View commit details
    Browse the repository at this point in the history
  3. test: add icm42688 to build_all/sensor test

    Add a node for the icm42688 so that it builds as a part of the CI.
    
    Signed-off-by: Yuval Peress <[email protected]>
    yperess committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    8ca6650 View commit details
    Browse the repository at this point in the history