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

driver: sensor: adxl367: Fix for conversion and SPI #80617

Merged
merged 3 commits into from
Nov 26, 2024

Commits on Nov 25, 2024

  1. driver: sensor: adxl367: Fix for SPI

    Fix for SPI communication when RTIO is used in SPI driver. When in
    adxl367_bus_access, const struct spi_buf buf[3] is used,
    spi_rtio_copy function won't set correct buffers and length
    for buf[2] and that will cause exception when that buffer is
    processed.
    
    Signed-off-by: Vladislav Pejic <[email protected]>
    vladislav-pejic committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    47a6b2a View commit details
    Browse the repository at this point in the history
  2. driver: sensor: adxl367: Temp conversion

    Fix for conversion of temperature values in adxl367_temp_convert
    and missing break statement.
    
    Signed-off-by: Vladislav Pejic <[email protected]>
    vladislav-pejic committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    90e53f6 View commit details
    Browse the repository at this point in the history
  3. driver: sensor: adxl367: Fix for extra 0

    Fix for extra 0 in conversion of acceleration values in
    adxl367_accel_convert.
    
    Signed-off-by: Vladislav Pejic <[email protected]>
    vladislav-pejic committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    ff4caa8 View commit details
    Browse the repository at this point in the history