-
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 ADF4382 #626
Open
Jude-Osems
wants to merge
17
commits into
main
Choose a base branch
from
dev/adf4382
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+353
−0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: chegbeli <[email protected]>
In the driver reference_doubler has been renamed to reference_doubler_en. Signed-off-by: chegbeli <[email protected]>
Signed-off-by: chegbeli <[email protected]>
The IIO attribute list has been updated and the python support for the ADF4382 had to have a corresponding update as well Signed-off-by: chegbeli <[email protected]>
The IIO attribute list has been updated, the example file has also been updated to match the new names and expected values. Signed-off-by: chegbeli <[email protected]>
Signed-off-by: chegbeli <[email protected]>
Signed-off-by: chegbeli <[email protected]>
There are some cases where driver will have different attributes based on Linux vs No-OS solutions. In order to have a unified test for both scenarios, this marker will be used to differentiate between them. Signed-off-by: chegbeli <[email protected]>
This will test out the ranges of the IIO attributes which can be read form the register space. Some attributes are only present in the No-OS solution and require the use of the No-OS marker. Signed-off-by: chegbeli <[email protected]>
Signed-off-by: chegbeli <[email protected]>
Signed-off-by: chegbeli <[email protected]>
Added the debug attributes for direct register access over the IIO interface. Signed-off-by: chegbeli <[email protected]>
Added the debug example for direct register access over the IIO interface. Signed-off-by: chegbeli <[email protected]>
Signed-off-by: Jude Osemene <[email protected]>
Test Results1 611 tests +12 402 ✅ ± 0 12m 6s ⏱️ ±0s Results for commit 945067b. ± Comparison against base commit c7c4ca6. This pull request removes 4 and adds 16 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Generated documentation for this PR is available at Link |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add adf4382.py driver
Add example script for example_adf4382.py
Update index.rst, init.py, supported_parts.md files
Fixes # (issue)
Type of change
How has this been tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
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: