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

Move main to Scopy v2.0-alpha #1465

Closed
wants to merge 623 commits into from
Closed

Move main to Scopy v2.0-alpha #1465

wants to merge 623 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 13, 2023

  1. SwiotConfig: Don't handle mode changing, use the SwiotController inst…

    …ead.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    0fe0d99 View commit details
    Browse the repository at this point in the history
  2. SwiotPlugin: Use the mode checking logic from the SwiotController.

    The SwiotController object is responsible for mode (runtime/config)
    reading and writing. So the SwiotRuntime should not be created in the
    load/unload stage of the plugins life. It should instead be created on
    connect and destroyed on disconnect.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    24b9c37 View commit details
    Browse the repository at this point in the history
  3. SwiotPlugin: Initialize the TME before initializing the actual Instru…

    …ment.
    
    For example: If we force the TME to have the RunBtn enabled, but then the
    Instrument handles logic and tries to disable it, it will be useless.
    The Instrument should have the final decision in these scenarios.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    76cc278 View commit details
    Browse the repository at this point in the history
  4. Ad74413R/ChnInfo: Add missing destructor.

    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2974b1a View commit details
    Browse the repository at this point in the history
  5. SwiotIdentifyTask: Remove unused task signal.

    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a4771ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac2d5b7 View commit details
    Browse the repository at this point in the history
  7. SwiotConfig: Change config tool to use the command queue mechanism.

    All the swiot device attributes such as (enable, device and function)
    should be read and configured through command queue.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ec03913 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78511fa View commit details
    Browse the repository at this point in the history
  9. Ad74413r buffer: Use the command queue mechanism for sampling frequen…

    …cy R/W.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d9618a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    25d6bfc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0b2a585 View commit details
    Browse the repository at this point in the history
  12. Swiot: Fix clazy-container-anti-pattern warning.

    Allocating an unneeded temporary container.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    25777c3 View commit details
    Browse the repository at this point in the history
  13. BufferLogic: Fix clazy-range-loop-detach warning.

    Range loop might detach Qt container.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b60a377 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ce9931c View commit details
    Browse the repository at this point in the history
  15. SwiotPingTask: Fix an "unused variable" warning .

    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    bce00d4 View commit details
    Browse the repository at this point in the history
  16. SwiotPlugin: Make sure the SwiotController is deleted at unload() time.

    Otherwise some unexpected behaviour might appear when forgetting the
    device and reconnecting to it afterwards.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    6a24227 View commit details
    Browse the repository at this point in the history
  17. SwiotPlugin: Use deleteLater for the instrument when calling onDiscon…

    …nect.
    
    If the Instrument is detached, this causes illegal memory access when
    disconnecting from the device.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a0e58fd View commit details
    Browse the repository at this point in the history
  18. SwiotTemperatureTask: Enable temperature task reading when in runtime…

    … mode.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ed14374 View commit details
    Browse the repository at this point in the history
  19. Ad74413r BufferMenu: Fix menu init order based on attribute R/W opera…

    …tions.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b7af0ec View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    217b963 View commit details
    Browse the repository at this point in the history
  21. SwiotPsReaderThread: Add a parent to the PS reader thread

    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4d35bcc View commit details
    Browse the repository at this point in the history
  22. ConfigChannelView: fixed visual bug with hover event not registering …

    …HoverLeave
    
    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    fbb92ce View commit details
    Browse the repository at this point in the history
  23. ConfigChannelView: fixed bug with config checkbox not displaying the …

    …correct channel state
    
    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    1347b20 View commit details
    Browse the repository at this point in the history
  24. Ad74413r/ChnlInfo: Swap the elements of the offset-scale pair.

    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    cf8262e View commit details
    Browse the repository at this point in the history
  25. swiot/SwiotController: Changed the timer-task objects delete order.

    The timer must be deleted first.
    
    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    3213c6c View commit details
    Browse the repository at this point in the history
  26. swiot/ReaderThread: Changed requestStop method.

    Call the destroyIIoBuffer command instead of cancelIioBuffer. (Fixed the
    frequency acquisition bug)
    
    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    5ca2dbd View commit details
    Browse the repository at this point in the history
  27. swiot/ReaderThread: Added forcedStop method.

    Is used to properly stop data acquisition.
    
    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    447adc7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    56eb20d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    68115ce View commit details
    Browse the repository at this point in the history
  30. DioSettingsTab: Changed timespan minimum value from 0 to 1

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and AlexandraTrifan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e2c4107 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    dc99669 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. DebuggerPlugin: Use deleteLater for the instrument on disconnect.

    If the Instrument is detached, this causes illegal memory access when
    disconnecting from the device.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan authored and adisuciu committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9b4ef20 View commit details
    Browse the repository at this point in the history
  2. TST_iiocommandqueue: Fix max thread pool count reaching timeout.

    The ideal thread count for some systems might not be enough and threads
    that were not started yet might reach the thread pool expiry timeout.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a106047 View commit details
    Browse the repository at this point in the history
  3. M2kController: Fix the deletion order of the ping task and timer.

    Scopy sometimes crashes in the CyclicTask destructor when trying to stop
    an assigned task and the task is being destroyed.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan authored and adisuciu committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    026d5ef View commit details
    Browse the repository at this point in the history
  4. PluginFilter: Add an "include-forced" filter for the plugin enable list.

    If the plugin compatiblity list changes dynamically based on existing
    IIO devices, we need a method to force a plugin to be enabled even if
    not compatible. This way it will show up in the tool menu list but it
    will only be enabled when it's compatible.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan authored and adisuciu committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    0a6cbd3 View commit details
    Browse the repository at this point in the history
  5. SwiotPlugin: Force the Regmap Plugin to be included in SWIOT .

    When in config mode - the regmapplugin will not be compatible.
    When in runtime mode - the regmapplugin will be enabled and compatible.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan authored and adisuciu committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    36a2c98 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. AD74413R/BufferMenuModel: fixed empty item on ad74413r output channel…

    …s by trimming the available values string
    
    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c85be42 View commit details
    Browse the repository at this point in the history
  2. Faults: added minimum size for SWIOT Faults tool

    Fixes visual bugs when the tool is too small in detached state mode
    
    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c678168 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. iioutil/CMakeLists.txt: Check libserialport before generating config …

    …file.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    afc0a8b View commit details
    Browse the repository at this point in the history
  2. ci/windows: update regmap xml install location

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and AlexandraTrifan committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2706db1 View commit details
    Browse the repository at this point in the history
  3. ci/windows: update plugins build location for windows

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and AlexandraTrifan committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3a115d4 View commit details
    Browse the repository at this point in the history
  4. general: update gitignore

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and AlexandraTrifan committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1964d12 View commit details
    Browse the repository at this point in the history
  5. ci/ubuntu disable IPv6 support for libiio

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and AlexandraTrifan committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4709755 View commit details
    Browse the repository at this point in the history
  6. ci/ubuntu: changed default branch for docker recipe to dev

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and AlexandraTrifan committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    09cf820 View commit details
    Browse the repository at this point in the history
  7. ScopyHomeAddPage.cpp: Don't add "serial:" as a parameter for libiio s…

    …can.
    
    Serial device scanning is done through libserialport. Sending this
    param to libiio causes the scan process to fail.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    289fc29 View commit details
    Browse the repository at this point in the history
  8. AD74413R/BufferPlotHandler: enabled label colouring for the selected …

    …channel
    
    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and AlexandraTrifan committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5fcec3e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    1ac61f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebf5f4a View commit details
    Browse the repository at this point in the history
  3. SwiotInfoPage: Make the temperature checkbox visible when page is loa…

    …ded.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    734cdf0 View commit details
    Browse the repository at this point in the history
  4. Ad74413r: Disable the threshold control while acquisition is in progr…

    …ess.
    
    When the acquisition is in progress, the device is put into a "hardware
    mode" which doesn't allow specific attribute reading. If the "threshold"
    attribute is read during acquisition, it will become empty which leads
    to unexpected behaviour. Also, writing the attribute will not have the
    desired output. Thus we disable the threshold control while running for
    now. If things change in firmware we will revisit this approach.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    2b7cdf4 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. general: Scopy app is now showing it's specific icon

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and AlexandraTrifan committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    91b929d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. regmap: fix settings read interval bug

    Signed-off-by: IMuthi <[email protected]>
    IonutMuthi authored and AlexandraTrifan committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9bf1a46 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. TST_IioCommandQueue: Disable the IioCommandQueue thread pool test for…

    … now.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    14bb8e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. ci/macOS: update to the script that builds and installs dependencies

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    0a220e2 View commit details
    Browse the repository at this point in the history
  2. ci/macOS: update azure pipelines workflow to build scopy2

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2e638b5 View commit details
    Browse the repository at this point in the history
  3. ci/macos: macOS specific changes

     - added macOS properties to some source files
     - used find_package function to find Boost
     - added decoders for macOS
     - added path to plugins folder relative to scopy executable
     - fixed missing QWT libraries and headers from gui/gr-gui and plugins/m2k
    
    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4291631 View commit details
    Browse the repository at this point in the history
  4. ci/macOS: added macOS 12 and 13 to the VM image list

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a81c4e1 View commit details
    Browse the repository at this point in the history
  5. ci/macos: fixed the process of building, linking and generating an dm…

    …g artifact for Scopy2
    
    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6e2055e View commit details
    Browse the repository at this point in the history
  6. ci/macOS: fix for Settings file location button

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    01e603b View commit details
    Browse the repository at this point in the history
  7. ci/macOS: add a zip containing Scopy.app to artifact folder

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    33f6a13 View commit details
    Browse the repository at this point in the history
  8. ci/macOS: added cmake modules for Windows and MacOS specific tasks

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    97fa222 View commit details
    Browse the repository at this point in the history
  9. general: update gitignore

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e488c25 View commit details
    Browse the repository at this point in the history
  10. ci/macOS: update azure pipelines triggers

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3ebfb24 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. core: fix about page html path

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d984c95 View commit details
    Browse the repository at this point in the history
  2. general: fixed application not loading preferences on restart

    - preferences are now saved on aboutToQuit signal instead of inside the destructor
    - made ApplicationRestarter a singleton
    
    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w authored and adisuciu committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2ba4a1d View commit details
    Browse the repository at this point in the history
  3. translations: added a structure for handling translations

    - each plugin may have its own .ts files in plugins/plugin_name/resources/translations
    - default .ts files in resources/translations
    - all translation related logic is in the TranslationsRepository class
    
    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w authored and adisuciu committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5fde2c5 View commit details
    Browse the repository at this point in the history
  4. translations: added tests

    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w authored and adisuciu committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    29f43df View commit details
    Browse the repository at this point in the history
  5. translations: fix for windows CI

    - copied translations folder to install destination
    
    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w authored and adisuciu committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    df3e64e View commit details
    Browse the repository at this point in the history
  6. translations: fix for macos ci

    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w authored and adisuciu committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d3eb3c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e22432d View commit details
    Browse the repository at this point in the history
  8. ci: Explicitly enable Unit Testing on CI runs that do testing and dis…

    …able otherwise
    
    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ce29302 View commit details
    Browse the repository at this point in the history
  9. general: fix for the python errors

     - the errors appear when sigrokdecode is trying to load some specific decoders
     - the solution is to explicitly link python to the executable
    
    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1e4c395 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    4630eb5 View commit details
    Browse the repository at this point in the history
  2. TutorialBuilder: Add tutorial for the SWIOT plugin.

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and AlexandraTrifan committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    37ec8fe View commit details
    Browse the repository at this point in the history
  3. ScopyMainWindow.cpp: Load Python on WIN before trying to load decoders.

    This will work on the official installer. In local builds(development)
    we will need to implement a CMakeLists setup of SCOPY_PYTHONPATH when
    SCOPY_DEV is true. But for now, we need the Windows official installer to
    work.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1f87f4a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    6064957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6de0b45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78d6d84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6dafa5c View commit details
    Browse the repository at this point in the history
  5. FaultsGroup: Fix bit separation process from fault value.

    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    51b8d35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    182bca3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    725f04c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f335a68 View commit details
    Browse the repository at this point in the history
  9. Ad74413r: Add plot scales and instant values for all channels.

    Each channel has an assigned PlotScale widget managed by the controller and
    the PlotHandler. The unit per division values are changed from each
    BufferMenu, while the instant values are provided at runtime by
    ChannelInfo objects.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9bd4e3a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4bf6f4f View commit details
    Browse the repository at this point in the history
  11. FaultsDevice: Faults are read from registers so remove the iio_channel.

    In the latest firmware versions, the faults channels are not available
    anymore, since all the faults are directly read from the registers.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e3d041c View commit details
    Browse the repository at this point in the history
  12. Ad74413r: Check the channelId properly when changing the val of unit/…

    …div.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d1e04d2 View commit details
    Browse the repository at this point in the history
  13. SwiotPlugin: Don't check for the "fault" channel since it does not ex…

    …ist.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e4b1548 View commit details
    Browse the repository at this point in the history
  14. regmap: bitfield options order and value recalculation

    Signed-off-by: IMuthi <[email protected]>
    IonutMuthi authored and AlexandraTrifan committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6f18c58 View commit details
    Browse the repository at this point in the history
  15. regmap: bitfield options convert value to hexa

    Signed-off-by: IMuthi <[email protected]>
    IonutMuthi authored and AlexandraTrifan committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    64b46fe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5ab172e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Swiot: Update the board image to display the names of chips.

    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e4e61f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    f38aabe View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. scopy.iss.cmakein: Set a specific value for MinVersion to avoid the d…

    …efault.
    
    Starting with InnoSetup version 6, the default value for MinVersion is
    6.2.sp1 which might break installation on newer Windows versions.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan authored and adisuciu committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6a544fd View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. swiot: remove copyright header from autogenerated file

    This causes modifications on every file autogeneration
    
    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c7d4701 View commit details
    Browse the repository at this point in the history
  2. gui: implemented HoverWidget

    This container widget allows drawing on top of a parent widget relative
    to an anchor widget.
    
    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f655537 View commit details
    Browse the repository at this point in the history
  3. ci: a script to build Scopy on Kuiper Linux

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    920a60e View commit details
    Browse the repository at this point in the history
  4. core: about page: added navigation buttons

    - buttons are placed in a hover widget
    
    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w authored and adisuciu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0f0e006 View commit details
    Browse the repository at this point in the history
  5. core/DeviceImpl: Handle the plugins connection failure.

    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    62d4037 View commit details
    Browse the repository at this point in the history
  6. core/DeviceFactory: Manage the creation of DeviceImpl objects.

    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d75690f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12a7263 View commit details
    Browse the repository at this point in the history
  8. plugins/M2KPlugin: Handle connection failure.

    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0624e1d View commit details
    Browse the repository at this point in the history
  9. core/DeviceIconImpl: Removed the forget button.

    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    120ce63 View commit details
    Browse the repository at this point in the history
  10. core/DeviceImpl: Using hover widgets for the device icon badges.

    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5575111 View commit details
    Browse the repository at this point in the history
  11. TutorialOverlay: Add initial version

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3f9f021 View commit details
    Browse the repository at this point in the history
  12. TutorialOverlay: Map the next button to the Enter key

    Added the ability to go to the next tutorial chapter by pressing the enter key.
    
    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    06cac81 View commit details
    Browse the repository at this point in the history
  13. TutorialOverlay: Implement resize alongside parent widget

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    214c566 View commit details
    Browse the repository at this point in the history
  14. TutorialOverlay: Add translate option

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    633d3c5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    32ba576 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3ea1b1d View commit details
    Browse the repository at this point in the history
  17. TutorialOverlay: add tutorial exit

    The tutorial can be exited early, before going through all the chapters.
    
    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0be797c View commit details
    Browse the repository at this point in the history
  18. Tutorial: Changed the tutorial to use the HoverWidget functionality

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    aa5b5c2 View commit details
    Browse the repository at this point in the history
  19. SWIOT model: renamed the model folder to doc

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    97a841c View commit details
    Browse the repository at this point in the history
  20. gui/CMakeLists.txt: Added missing links to boost library

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ca14a0b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. core/doc: Updating the diagrams.

    Added the changes for device connection flow and for the add page.
    
    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a2a235e View commit details
    Browse the repository at this point in the history
  2. core/src/scopymainwindow: updated PYTHONPATH and PYTHONHOME based on …

    …whether SCOPY_DEV_MODE is enabled or not
    
    If is enabled then the PYTHONPATH and PYTHONHOME will be set to the Python path found in CMake
    
    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    4190a12 View commit details
    Browse the repository at this point in the history
  3. ci/windows: update CI to work with any version of python

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d259cee View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. gr-util: initial revision

    gr-util is a set of wrappers for gnuradio that allows for
    creating flowgraph "recipes" that can be created/modified/destroyed
    easily at runtime
    
    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    40db8b9 View commit details
    Browse the repository at this point in the history
  2. adc: initial revision of adc plugin

    The adc plugin scans the connected context and dynamically creates a ui
    containing a plot and channel configuration panels to plot data from the
    adc
    
    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a12fa9d View commit details
    Browse the repository at this point in the history
  3. gr-util: implement acquisition from IIO device source

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    edebc63 View commit details
    Browse the repository at this point in the history
  4. gr-util: implement gr time domain addons

    Addons are modules that can be added to a dynamic instrument
    
    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    6e143ab View commit details
    Browse the repository at this point in the history
  5. adc: implement plotting from an IIO device source

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    857d01e View commit details
    Browse the repository at this point in the history
  6. gui: implement StyleHelper

    This class should provide stylesheets to widgets based on application theme
    
    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    dd34817 View commit details
    Browse the repository at this point in the history
  7. gr-util: implemented time_sink_f

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    814c97a View commit details
    Browse the repository at this point in the history
  8. gui: implement plot widgets

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9ea5e6b View commit details
    Browse the repository at this point in the history
  9. adc/gui/gr-util: implement plotting from device using Plots and time_…

    …sink_f
    
    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3b2385e View commit details
    Browse the repository at this point in the history
  10. gui: implement Menu<X> widgets

    These widgets are compatible with Stylehelper and should be placed in
    vertical side menus
    
    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d8c52cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    646dad0 View commit details
    Browse the repository at this point in the history
  12. gr-util: add channel format getter

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b9d3490 View commit details
    Browse the repository at this point in the history
  13. adc: implement X-axis controls - buffersize, plotsize

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5c1afd1 View commit details
    Browse the repository at this point in the history
  14. adc: implement rollingmode, singleshot, plot tags

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5a78cba View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d7f49d3 View commit details
    Browse the repository at this point in the history
  16. adc: implement X-Mode - show samples/time on X-Axis

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4809b4d View commit details
    Browse the repository at this point in the history
  17. gui: refactor MenuAnim

    Implemented MenuHAnim - Horizontal sliding animation
    Implemented MenuVAnim - Vertical sliding animation
    
    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e1c70a8 View commit details
    Browse the repository at this point in the history
  18. gr-util: do not show cursors and labels on startup

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b04a7fe View commit details
    Browse the repository at this point in the history
  19. gui/CMakeLists: added missing slash in path

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    fcb4de4 View commit details
    Browse the repository at this point in the history
  20. gr-util: fix memory leak when rebuilding gr-topblock

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    dcddded View commit details
    Browse the repository at this point in the history
  21. gr-util: fix linkage to libiio

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    df53ddc View commit details
    Browse the repository at this point in the history
  22. gr-util: correctly init show plot labels

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1726b54 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. adc: fix plugin compatible bug

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu authored and Andrei-Fabian-Pop committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    05a06e7 View commit details
    Browse the repository at this point in the history
  2. core: LicenseOverlay : added license overlay when first running Scopy

    - fixed preferences not reseting
    
    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w authored and adisuciu committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1ec4df8 View commit details
    Browse the repository at this point in the history
  3. gui: HomepageControls: moved controls to a hover widget

    - modified HoverWidget to have a default nullptr value for its content
    
    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w authored and adisuciu committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e1e51cc View commit details
    Browse the repository at this point in the history
  4. gui: widgets: NavigationWidget: implemented navigation widget

    - used for homepage and aboutpage
    - added test for hoverwidget in test plugin
    
    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w authored and adisuciu committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    3ad1773 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. gui/InfoPage: Set the advance mode to false by default.

    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    37d6a77 View commit details
    Browse the repository at this point in the history
  2. gui/res/infoPageMap: Added "Kernel version" to the map.

    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    dab558a View commit details
    Browse the repository at this point in the history
  3. core/DeviceImpl: Interact with the connect/disconnect buttons through…

    … the
    
    keyboard.
    
    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4bd5b8c View commit details
    Browse the repository at this point in the history
  4. core/ScopyHomeAddPage: Interact with the buttons through the keyboard.

    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c180113 View commit details
    Browse the repository at this point in the history
  5. core/ScopyHomeAddPage: Added emu tab.

    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    05b04d9 View commit details
    Browse the repository at this point in the history
  6. ci/windows: enable iio-emu

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    054806a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b120ec3 View commit details
    Browse the repository at this point in the history
  8. core/logging_categories: Added benchmark logging category.

    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    038541b View commit details
    Browse the repository at this point in the history
  9. main: Changing the message logging approach.

    We try to use the filter rules and the message
    pattern that are stocked into the QT environment
    variables (Otherwise the default values will be set).
    
    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f10d420 View commit details
    Browse the repository at this point in the history
  10. core: preferences page: reworked functionality and UI

    - settings requiring restart can easily emit a restartRequired() signal
    - fixed bad comboBox background
    
    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w authored and adisuciu committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    cd2d796 View commit details
    Browse the repository at this point in the history
  11. general: remove auto generated files

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a1d7e9f View commit details
    Browse the repository at this point in the history
  12. gr-util: fix grblocks tests

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7cb2cfd View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. PopupWidget: Implemented generic popup widget

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    01d7796 View commit details
    Browse the repository at this point in the history
  2. TutorialOverlay: Changed TutorialOverlay to use PopupWidget instead o…

    …f ui file
    
    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b3b9d61 View commit details
    Browse the repository at this point in the history
  3. ChannelWidget: added default enabled value

    This causes the channel to initialise as checked when Scopy is started for the first time. From the second run onward the API object will save the enabled value (since it is marked as Q_PROPERTY) and override the default "checked" value with the value from the last run.
    
    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    eaab1be View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. m2k: add missing include to compile on ubuntu20

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    b0fd6f3 View commit details
    Browse the repository at this point in the history
  2. ci/windows: create another Scopy.exe named Scopy-console.exe that has…

    … console output turned on
    
    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    e3f4821 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. ci/windows: update scopy.exe icon

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c60bce9 View commit details
    Browse the repository at this point in the history
  2. ci/windows: update Scopy installer icon

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    223d288 View commit details
    Browse the repository at this point in the history
  3. ci/windows: update Scopy installer

     - added options to select which components of Scopy to install
     - removed the need for administrator rights
    
    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5f5ccdc View commit details
    Browse the repository at this point in the history
  4. ci/windows: update iio-emu branch to main

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e45f15c View commit details
    Browse the repository at this point in the history
  5. adc: implement measurements

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d71663f View commit details
    Browse the repository at this point in the history
  6. gui: added measurements gui and stats gui

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    12ec502 View commit details
    Browse the repository at this point in the history
  7. adc: fixed measurement panel layout

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    3cc9214 View commit details
    Browse the repository at this point in the history
  8. gui: implemented doubleclick to open menu to menucontrolbuttons

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    2aac307 View commit details
    Browse the repository at this point in the history
  9. adc: implemented new widget navigation

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    06c1b2c View commit details
    Browse the repository at this point in the history
  10. adc: small refactor adcinstrument

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4a4b2cd View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. benchmark: Monitoring changes.

    Plugins connection/disconnection time monitoring is now done in
    DeviceImpl. Added more detailed messages.
    
    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d8852eb View commit details
    Browse the repository at this point in the history
  2. core: Added an api class for ScopyMainWindow.

    The api will serve to manage options from the command line and also for
    scopy JS mode.
    Fixed scopymainwindow.h spacing.
    
    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f1701d8 View commit details
    Browse the repository at this point in the history
  3. core: Added a command line option handler.

    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0d920c4 View commit details
    Browse the repository at this point in the history
  4. CMakeLists.txt: Record the context information for logging messages.

    By default, this information is recorded only in debug builds.
    
    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    7b383ea View commit details
    Browse the repository at this point in the history
  5. core/ScopyMainWindow: Changed scopy dev mode example.

    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    cae039e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcbbacd View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. adc: added measurement settings

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    661dd43 View commit details
    Browse the repository at this point in the history
  2. adc: fix selected channel on startup

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    88b225f View commit details
    Browse the repository at this point in the history
  3. core/doc: Updating the class diagram.

    Added CmdLineHandler and ScopyMainWindow_API classes.
    Changed classes namespace to scopy.
    
    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3b4d7a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. CI/Windows: Update CI scripts to be more easily runnable locally

     - renamed the script to be more developer friendly
     - added the ability to create a Scopy installer locally
    
    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    bbc9718 View commit details
    Browse the repository at this point in the history
  2. CI/Ubuntu: Improve local script usability

     - update scripts name
    
    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4935e6b View commit details
    Browse the repository at this point in the history
  3. gr-util: generate one extra sample on x-axis

    For 400 samples, the x-axis will generate from [0..400] (including 400)
    even though it is not 100% correct it will make all the numbers in the
    UI play nicely
    
    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    76f0a84 View commit details
    Browse the repository at this point in the history
  4. gui: make hoverwidget transparent by default

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8b23a2d View commit details
    Browse the repository at this point in the history
  5. gui: add HDiv and SamplingInfo to the plot

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d8014c7 View commit details
    Browse the repository at this point in the history
  6. regmap :apply regmap stylesheet updates

    Signed-off-by: IMuthi <[email protected]>
    IonutMuthi authored and adisuciu committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    23332e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. gui: create plot info widget

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    54dee99 View commit details
    Browse the repository at this point in the history
  2. gr-util: fix tag plotting

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a6021ce View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. pluginbase: added versionchecker

    Co-authored-by: Adrian Suciu <[email protected]>
    Andrei-Fabian-Pop and adisuciu committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    bfbbd60 View commit details
    Browse the repository at this point in the history
  2. CI/MacOS: added iio-emulator

    Signed-off-by: Bindea Cristian <[email protected]>
    bindea-cristian authored and adisuciu committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    6d86cfd View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. DeviceManager: added missing parenthesis for signal 'forget'

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    932900e View commit details
    Browse the repository at this point in the history
  2. DeviceImpl: fixed function signature in disconnect

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    83cde2d View commit details
    Browse the repository at this point in the history
  3. ScopyHomeInfoPage: fix external links

    Allow opening external links when clicking "our wiki" and "Engineer Zone"
    
    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    015dba3 View commit details
    Browse the repository at this point in the history
  4. DeviceBrowser: shadow for selected device

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3916cef View commit details
    Browse the repository at this point in the history
  5. ScopyHomeInfoPage: added "Report a bug" link

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    c57494a View commit details
    Browse the repository at this point in the history
  6. ScopyMainWindow: increased the minimum size for Scopy

    This way, Scopy cannot be set to a size where the Analog Devices logo cannot be seen.
    
    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    9d966df View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. DeviceBrowser: set fixed height

    Set fixed height in order to avoid unnecessary resizes
    
    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    1f2f388 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. core/DeviceImpl: Added readDeviceInfo and verify methods.

    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6207fcb View commit details
    Browse the repository at this point in the history
  2. core: Created IioTabWidget class.

    I removed the elements related to iio devices from the ScopyHomeAddPage
    and inserted them into a new widget.
    
    Signed-off-by: andrei.danila <[email protected]>
    andreidanila1 authored and adisuciu committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    b096eeb View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. gui: hover widget: Made the hover widget draggable

    - fixes for setter functions
    
    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w authored and adisuciu committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fdc28bf View commit details
    Browse the repository at this point in the history
  2. gui: cursors: Implemented cursors for test plugin

    - CursorController class contains readouts, plot cursors and cursor settings
    
    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w authored and adisuciu committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d665c01 View commit details
    Browse the repository at this point in the history
  3. gui: HoverWidget: general fixes

    - removed container widget
    - resizing fixes
    
    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w authored and adisuciu committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    aea1118 View commit details
    Browse the repository at this point in the history
  4. adc: added cursors

    - removed PlotCursors from GRTimePlotAddon
    
    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w authored and adisuciu committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f465840 View commit details
    Browse the repository at this point in the history
  5. gui: hover widget: implemented relative position

    - widget can be set to have a relative position to its parent
    - hover widget resizing improvements
    - set initial cursor position to 0 in ADC instrument
    - added tests in testplugin
    
    
    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w authored and adisuciu committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    10f6890 View commit details
    Browse the repository at this point in the history
  6. ci: fix include order for windows.h

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ce626af View commit details
    Browse the repository at this point in the history
  7. ci: remove python from installed packages as it is installed by defau…

    …lt on the machine
    
    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    81f3cdc View commit details
    Browse the repository at this point in the history
  8. general: added clang-format

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    a72bf50 View commit details
    Browse the repository at this point in the history
  9. general: removed tmp folder

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    948281a View commit details
    Browse the repository at this point in the history
  10. general: run tools/format.sh

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    de83578 View commit details
    Browse the repository at this point in the history
  11. general: use clang-format-12

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d6f2091 View commit details
    Browse the repository at this point in the history
  12. StyleHelper: added missing style setter

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2ee3655 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. CmdLineHandler: If no logFile is provided by the user, save to a tmp …

    …file.
    
    If the application exists with success, remove the temporary log file.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan authored and adisuciu committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    051b3d0 View commit details
    Browse the repository at this point in the history
  2. core: Add a mechanism to print the stacktrace on crash using qDebug.

    This mechanism will only provide a stacktrace on platforms that provide
    glibc, thus on Windows we will only have the application log without
    any stacktrace. For now it should be enough. Research was done on
    boost::stacktrace, breakpad also. In the future, Scopy can pe upgraded to
    C++ 23 which will provide a mechanism for crash reporting.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan authored and adisuciu committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    139f6cf View commit details
    Browse the repository at this point in the history
  3. regmap: move to new infrastructure

    Signed-off-by: Ionut Muthi <[email protected]>
    adisuciu committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7806a77 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. patterngenerator/spi: fix SPI generation

    - Fix the generation of the clock sequence to ensure clock edges at fixed locations.
    - Align the data sequence to the clock edges, previously was the other way around and edge
    cases due to CPHA were not handled correctly.
    - NOTE: when CPHA=1 data sequence is shifted with T_ck/2 at the start. When CPHA=0 an
    aditional T_ck/2 is added at the end of the sequence. This preserves the data sequence length
    and ensures normal behaviour when changin the bytes per frame.
    - LINK: https://upload.wikimedia.org/wikipedia/commons/f/f0/SPI_timing_diagram_CS.svg
    
    Signed-off-by: Adrian Stanea <[email protected]>
    Adrian-Stanea authored and adisuciu committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    17cd101 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. gui: buffer previewer: optimized resize event

    - the previewer curve is only generated if the widget was vertically resized
    - only one period is saved in memory for the curve
    
    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    07e1f43 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. ScopyStatusBar: added status bar and status manager for Scopy

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f3bcc8b View commit details
    Browse the repository at this point in the history
  2. StatusManager: added the option to hide/show status bar from preferences

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    
    # Conflicts:
    #	core/src/scopymainwindow.cpp
    #	core/src/scopypreferencespage.cpp
    Andrei-Fabian-Pop authored and adisuciu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0e515e7 View commit details
    Browse the repository at this point in the history
  3. StatusManager: added the possibility of sending urgent status messages

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8da04ed View commit details
    Browse the repository at this point in the history
  4. ScopyStatusBar: Visual improvements for the status bar

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9d6635d View commit details
    Browse the repository at this point in the history
  5. ScopyStatusBar: added MenuAnim and StatusMessage to status bar

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    71455c7 View commit details
    Browse the repository at this point in the history
  6. StatusMessage: added timestamp before message

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b42e83a View commit details
    Browse the repository at this point in the history
  7. VersionCheckMessage: changed the link colour to white

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    146953e View commit details
    Browse the repository at this point in the history
  8. StatusBarManager: Refactored class interface to better reflect the si…

    …ngleton pattern
    
    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    84dae82 View commit details
    Browse the repository at this point in the history
  9. ScopyStatusBar: added copyright for ScopyStatusBar related files

    Signed-off-by: Andrei-Fabian-Pop <[email protected]>
    Andrei-Fabian-Pop authored and adisuciu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    680dada View commit details
    Browse the repository at this point in the history
  10. ScopyStatusBar: changed timestamp format

    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    11096d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. core: let application run it's course when a signal is handled

    Prevents app hanging after a crash
    
    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1a22cc0 View commit details
    Browse the repository at this point in the history
  2. oscilloscope: fix math bug that loses precision of the signal

    rail_ff causes the value to lose precision based on the max/min values
    
    Signed-off-by: Adrian Suciu <[email protected]>
    adisuciu committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3fe1890 View commit details
    Browse the repository at this point in the history
  3. regmap: style updates

    Signed-off-by: Ionut Muthi <[email protected]>
    IonutMuthi authored and adisuciu committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    d4ad602 View commit details
    Browse the repository at this point in the history
  4. regmap : add offset to iio read/write strategy

    Signed-off-by: Ionut Muthi <[email protected]>
    IonutMuthi authored and adisuciu committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6fcd7bd View commit details
    Browse the repository at this point in the history
  5. regmap: function for conversion from QString to uint32_t

    Signed-off-by: Ionut Muthi <[email protected]>
    IonutMuthi authored and adisuciu committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    286e204 View commit details
    Browse the repository at this point in the history
  6. regmap: set read and write offset for axi

    Signed-off-by: Ionut Muthi <[email protected]>
    IonutMuthi authored and adisuciu committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    37d1c60 View commit details
    Browse the repository at this point in the history
  7. regmap : detailed hexa fixup

    Signed-off-by: Ionut Muthi <[email protected]>
    IonutMuthi authored and adisuciu committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    078158e View commit details
    Browse the repository at this point in the history
  8. regmap: stylesheet preference updates

    Signed-off-by: Ionut Muthi <[email protected]>
    IonutMuthi authored and adisuciu committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e074def View commit details
    Browse the repository at this point in the history
  9. regmap:fixup

    Signed-off-by: Ionut Muthi <[email protected]>
    IonutMuthi authored and adisuciu committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c927d37 View commit details
    Browse the repository at this point in the history
  10. regmap: generate device update logic

    Signed-off-by: Ionut Muthi <[email protected]>
    IonutMuthi authored and adisuciu committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    5684c4b View commit details
    Browse the repository at this point in the history
  11. regmap: preferences change updates style

    Signed-off-by: Ionut Muthi <[email protected]>
    IonutMuthi authored and adisuciu committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    5da7e8f View commit details
    Browse the repository at this point in the history
  12. regmap: get bit mask

    Signed-off-by: Ionut Muthi <[email protected]>
    IonutMuthi authored and adisuciu committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    d68280e View commit details
    Browse the repository at this point in the history
  13. regmap: style update

    Signed-off-by: Ionut Muthi <[email protected]>
    IonutMuthi authored and adisuciu committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    15f842a View commit details
    Browse the repository at this point in the history
  14. regmap: namespce update

    Signed-off-by: Ionut Muthi <[email protected]>
    IonutMuthi authored and adisuciu committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6137571 View commit details
    Browse the repository at this point in the history
  15. regmap: change offset to addressSpace

    Signed-off-by: Ionut Muthi <[email protected]>
    IonutMuthi authored and adisuciu committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c14be65 View commit details
    Browse the repository at this point in the history
  16. m2k plugin: logic analyzer: added dynamic text size for decoder annot…

    …ations
    
    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w authored and adisuciu committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    9ae11d0 View commit details
    Browse the repository at this point in the history
  17. gui: HoverWidget: fixed bad content init

    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w authored and adisuciu committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    5058c3e View commit details
    Browse the repository at this point in the history
  18. m2k plugin: logic analyzer: added tooltips for decoder annotations

    Signed-off-by: Andrei Popa <[email protected]>
    andrei47w authored and adisuciu committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f8c359b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a07b016 View commit details
    Browse the repository at this point in the history
  20. Connection: Add a new object to handle the iio_context and CommandQueue.

    The open() and close() calls are done through a singleton
    ConnectionProvider while the reference count is handled inside the
    Connection object.
    
    This should replace the existing ContextProvider.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3c96ce6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    21b681b View commit details
    Browse the repository at this point in the history
  22. AD74413R: Sampling_frequency is now a channel attribute.

    Previously, the sampling_frequency attribute was shared between all the
    channels. Now each channel can control its own sampling frequency
    and the final value is computed based on all the enabled channels.
    
    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7a1d72a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4c3f6fe View commit details
    Browse the repository at this point in the history
  24. AD74413R: Disable all channels by default.

    Signed-off-by: AlexandraTrifan <[email protected]>
    AlexandraTrifan committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    08a7f39 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    208225b View commit details
    Browse the repository at this point in the history