-
Notifications
You must be signed in to change notification settings - Fork 104
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
base: main
Are you sure you want to change the base?
Conversation
Generated documentation for this PR is available at Link |
@@ -327,6 +327,14 @@ adxl345: | |||
- filename: adxl345.xml | |||
- data_devices: | |||
- iio:device0 | |||
adxl380: |
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.
what about adxl382 ?
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.
Since adxl380 and adxl382 have the same class structure, only one test should be enough
test/emu/devices/adxl380.xml
Outdated
<!ATTLIST attribute name CDATA #REQUIRED filename CDATA #IMPLIED value CDATA #IMPLIED> | ||
<!ATTLIST debug-attribute name CDATA #REQUIRED value CDATA #IMPLIED> | ||
<!ATTLIST buffer-attribute name CDATA #REQUIRED value CDATA #IMPLIED>]> | ||
<context name="network" description="10.42.0.83 Linux analog 6.1.54-v7l+ #9 SMP Wed Oct 30 07:08:07 GMT 2024 armv7l" > |
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.
delete the ip or replace it with 127.0.0.1
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.
removed
Signed-off-by: Robert Budai <[email protected]>
bf28b7c
to
30a47b9
Compare
v2:
|
Description
Add py-adi support for adxl380 and adxl382
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How has this been tested?
Test Configuration:
Documentation
If this is a new feature or example please mention or link any documentation. All new hardware interface classes require documentation.
Checklist: