Tags: analogdevicesinc/iio-oscilloscope
Tags
plugins: adrv9002: implemented profile generator tab - 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>
plugins:dac_data_manager: Add enable/disable cyclic buffer button Add enable/disable cyclic buffer button for DAC devices which do not offer DDS support (but offer buffer capabilities). Signed-off-by: Ramona Bolboaca <ramona.bolboaca@analog.com>
CI/appveyor: Get the compiled dependencies from a Github release The artifacts stored in the appveyor build expire after 6 months. Since the iio-osc-mingw gets rarely modified we're better off downloading the dependecies from the artifacs section of the latest iio-osc-mingw release. Signed-off-by: Dan Nechita <dan.nechita@analog.com>
glade/osc: Add tooltip to connect dialog showing examples of URI This helps users when using the 'Manual URI' option to connect to a target. Signed-off-by: Dan Nechita <dan.nechita@analog.com>
oscplot.c: Fix segfault when enabling markers in frequency domain The issue was introduced when the deprecated gtk_signal_connect has been removed (commit 51ce390). It's equivalent is g_signal_connect_swapped and not g_signal_connect_object. Signed-off-by: Dan Nechita <dan.nechita@analog.com>
oscplot: fix memory corruption in plot_setup() When initializing a FFT plot, plot_setup initializes the transform as well as the X and Y axis and passes the handles to the gtkdatabox library. After initialization osc_plot_update_rx_lbl is called which calls transform_setup, invalidating the handles sent to the gtkdatabox. This causes gtkdatabox to apply operations on invalid memory areas. To fix this, we make sure we don't reinitialize the transform on initial setup. Signed-off-by: Adrian Suciu <adrian.suciu@analog.com>
dialogs.c: re-use refresh_serial() when serial intf now available When serial interface not available it, dialogs will be unavailable. To cleanup the code, move this in the refresh_serial() function, under the SERIAL_BACKEND definition. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
PreviousNext