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 support for adxl380 and adxl382 #612

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Add support for adxl380 and adxl382 #612

merged 1 commit into from
Nov 14, 2024

Conversation

rbudai98
Copy link
Contributor

@rbudai98 rbudai98 commented Nov 1, 2024

Description

Add py-adi support for adxl380 and adxl382

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How has this been tested?

Test Configuration:

  • Hardware: RPi4 + eval board adxl38x
  • OS: Kuiper and liunx driver

Documentation

If this is a new feature or example please mention or link any documentation. All new hardware interface classes require documentation.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have signed off all commits and they contain "Signed-off by: "
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@rbudai98 rbudai98 requested review from tfcollins and buha November 1, 2024 13:25
Copy link

github-actions bot commented Nov 1, 2024

Generated documentation for this PR is available at Link

supported_parts.md Show resolved Hide resolved
test/emu/hardware_map.yml Show resolved Hide resolved
Copy link

github-actions bot commented Nov 1, 2024

Test Results

1 644 tests  +12     377 ✅ +12   11m 57s ⏱️ +4s
    1 suites ± 0   1 267 💤 ± 0 
    1 files   ± 0       0 ❌ ± 0 

Results for commit c346ea1. ± Comparison against base commit 58c3827.

♻️ This comment has been updated with latest results.

test/emu/devices/adxl380.xml Outdated Show resolved Hide resolved
@rbudai98 rbudai98 force-pushed the adxl38x_add_support branch from bf28b7c to 30a47b9 Compare November 4, 2024 08:51
@rbudai98
Copy link
Contributor Author

rbudai98 commented Nov 4, 2024

v2:

  • applied PR comments

adi/adxl380.py Outdated Show resolved Hide resolved
@rbudai98 rbudai98 force-pushed the adxl38x_add_support branch from 30a47b9 to c346ea1 Compare November 13, 2024 07:40
@rbudai98 rbudai98 requested review from tfcollins and buha November 13, 2024 14:12
@tfcollins tfcollins merged commit 4018460 into main Nov 14, 2024
52 of 54 checks passed
@tfcollins tfcollins deleted the adxl38x_add_support branch November 14, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants