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

Fix plot not using device labels #488

Merged
merged 2 commits into from
Mar 27, 2024
Merged

Commits on Mar 25, 2024

  1. oscplot.c: Simplify access to iio_device* from struct 'channel_settings'

    No need to have polymorphism here. Having a variable of type 'iio_device *' is much simpler.
    
    Signed-off-by: Dan <[email protected]>
    dNechita committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8ec10df View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. osc: Identify iio_device by label 1st, name 2nd, id 3rd

    These changes help when multiple instances of the same type of driver exist. Otherwise we end up with mutiple iio_device with the same name.
    
    Signed-off-by: Dan <[email protected]>
    dNechita committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f3e8d17 View commit details
    Browse the repository at this point in the history