-
Notifications
You must be signed in to change notification settings - Fork 148
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
Implemented profile generation for adrv9002 plugin #460
Conversation
7115b03
to
54e130e
Compare
aa83a95
to
ce10c60
Compare
9b0c012
to
51cdb14
Compare
Has anyone besides Andrei, tested this? |
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, here it goes my first review. One thing that worries me and I would like to see fixed: Please follow the coding style used in the plugin. Consistency matters and having two completely different styles makes it harder to read the code.
On another note, just squash all the commits into one adding the profile gen. Commits like minor fixes
does not make any sense in something that we are just adding support for.
- similar UI to Transceiver Evaluation Software (TES) - can save profile and stream image to files or write them to device - 2 presets available for default profile values: live device (read from device) and LTE - error messages are displayed in Debug info section (profile generation errors are also displayed) - requires navassa-profile-gen-cli to work - included cJSON for generating the adrv9002 structure config Signed-off-by: Andrei Popa <andrei.popa@analog.com>
51cdb14
to
2c4cacc
Compare
similar UI to Transceiver Evaluation Software (TES)
can save profile and stream image to files or write them to device
2 presets available for default profile values: live device (read from device) and LTE
error messages are displayed in Debug info section (profile generation errors are also displayed)
requires adrv9001-iio-cli to work
included cJSON for generating the adrv9002 structure config