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

Change for adrv9002 sdk26 #494

Merged
merged 3 commits into from
Jun 6, 2024
Merged

Change for adrv9002 sdk26 #494

merged 3 commits into from
Jun 6, 2024

Commits on May 30, 2024

  1. plugins: adrv9002: update profiles

    Update profiles for API 68.13.7.
    
    Signed-off-by: Nuno Sa <[email protected]>
    nunojsa committed May 30, 2024
    Configuration menu
    Copy the full SHA
    435e403 View commit details
    Browse the repository at this point in the history
  2. iio_widget: add iio_widget_update_value()

    Add an API to only update the gui value of a specific widget. This is
    useful when we have to do the actual attribute reading before we need to
    update the GUI.
    
    In the next patch, we'll introduce an user of this API.
    
    Signed-off-by: Nuno Sa <[email protected]>
    nunojsa committed May 30, 2024
    Configuration menu
    Copy the full SHA
    c7ca972 View commit details
    Browse the repository at this point in the history
  3. plugins: adrv9002: constrain RSSI reads

    With the changes in the device driver API, reading the RSSI on a channel
    that's not enabled will trow an error. Hence, instead of flooding the
    device with error's (and the kernel log), don't read the RSSI for
    channels that are not enabled.
    
    With the above, as we always need to read the ensm widget, make use
    iio_widget_update_value() to update it in case port enable is set to pin
    (and hence avoiding another call into the device).
    
    Signed-off-by: Nuno Sa <[email protected]>
    nunojsa committed May 30, 2024
    Configuration menu
    Copy the full SHA
    cdc91ab View commit details
    Browse the repository at this point in the history