-
Notifications
You must be signed in to change notification settings - Fork 108
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 AD5780, AD5781, AD5790, AD5791, AD5760 #452
Conversation
May I know if there are any comments on the PR, @tfcollins ? |
tasks.py
Outdated
@@ -224,6 +225,7 @@ def checkemulation(c): | |||
"ad4630", | |||
"ad5627", | |||
"ad5686", | |||
"ad578x", |
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.
We only allow skipping of context file checking under specific circumstances. Can you not include the context file?
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.
updated the file.
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.
Ok without that skip you need to generate a context file: https://analogdevicesinc.github.io/pyadi-iio/dev/index.html#new-hardware-requirements
ef8ec7d
to
05e8733
Compare
b597c32
to
2b22d95
Compare
Add ad578x.py Add a test script - test_ad578x.py Add an example code - ad578x_example.py Update index.rst Update init.py Update supported_parts.md Add adi.ad578x.rst Signed-off-by: SGudla <[email protected]>
May I know if there are any other review comments, @tfcollins? |
Add ad578x.py
Add a test script - test_ad578x.py
Add an example code - ad578x_example.py
Update index.rst
Update init.py
Update supported_parts.md
Add adi.ad578x.rst