Skip to content

Tags: JanVerlinden/iio-oscilloscope

Tags

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]>

v0.7-master

Toggle v0.7-master's commit message
math channels: Fix handling channels with IDs like: 'voltage0_q'

It was not expected for a channel ID to contain any characters after the trailing digits.
The fix now handles IDs that may have extra word characters after the digits.

Signed-off-by: Dan Nechita <[email protected]>

v0.6-master

Toggle v0.6-master's commit message
dialogs.c: Make non-exported functions static

Make functions not used outside of dialogs.c static.

v0.5-master

Toggle v0.5-master's commit message
osc: return proper error statuses for profile loading failures

Fixes return statuses when failing out of test profiles.

Fixes analogdevicesinc#54.

v0.4-master

Toggle v0.4-master's commit message
plugins/fmcomms2: Workaround in_out_voltage_filter_fir_en with latest…

… libiio

Temporary Workaround

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

v0.3-2015_R2

Toggle v0.3-2015_R2's commit message
Merge branch 'master' into 2015_R2

v0.2-2015_R1

Toggle v0.2-2015_R1's commit message
Spectrum Analyzer: Fix frequency axis scale label not showing MHz

Signed-off-by: Dan Nechita <[email protected]>

v0.1-alpha1

Toggle v0.1-alpha1's commit message
oscplot.c: Fix endless loop when "save_markers" is used

Signed-off-by: Paul Cercueil <[email protected]>