Skip to content

Tags: trupples/iio-oscilloscope

Tags

v0.17-master

Toggle v0.17-master's commit message
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 <[email protected]>

v0.16-master

Toggle v0.16-master's commit message
workflow/buildmingw: bump action version to v3

Signed-off-by: Cristina Suteu <[email protected]>

v0.15-master

Toggle v0.15-master's commit message
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 <[email protected]>

v0.14-master

Toggle v0.14-master's commit message
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 <[email protected]>

v0.13-master

Toggle v0.13-master's commit message
glade/ad9081.glade: Change DSA text label

Signed-off-by: Michael Hennerich <[email protected]>

v0.12-rc.1

Toggle v0.12-rc.1's commit message
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 <[email protected]>

v0.11-master

Toggle v0.11-master's commit message
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 <[email protected]>

v0.10-master

Toggle v0.10-master's commit message
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 <[email protected]>

v0.9-master

Toggle v0.9-master's commit message
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 <[email protected]>

v0.8-master

Toggle v0.8-master's commit message
osc: wavefroms: Add some single and multicarrier LTE test waveforms

Signed-off-by: Michael Hennerich <[email protected]>