]> sigrok.org Git - libsigrok.git/history - src/hardware/scpi-pps/api.c
Fix a few "value never read" scan-build warnings.
[libsigrok.git] / src / hardware / scpi-pps / api.c
2015-09-25 Uwe HermannFix a few "value never read" scan-build warnings.
2015-09-20 Aurelien Jacobsscpi-pps: cleaner rewriting of output regulation GVariant
2015-09-20 Aurelien Jacobsscpi-pps: sr_scpi_get_string() is already called by...
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-09 Uwe Hermannportability: Use g_ascii_strcasecmp() in favor of strca...
2015-08-25 Bert VermeulenMake sr_next_enabled_channel() from scpi-pps available...
2015-08-25 Bert Vermeulenscpi: Make helper functions from scpi-pps available...
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-05-12 Aurelien JacobsRename SR_CONF_OUTPUT_* to SR_CONF_*.
2015-05-09 Aurelien Jacobsscpi-pps: don't fail acquisition start for devices...
2015-05-07 Uwe Hermannscpi-pps: Minor cleanups.
2015-05-06 Alexandru Gagniucscpi-pps: Add infrastructure for controlling output...
2015-04-28 Aurelien Jacobsstrcasecmp() is defined in strings.h.
2015-03-21 Uwe HermannConstify a few arrays and variables.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-20 Martin Lingscpi-pps: Initialise sdi with status SR_ST_INACTIVE.
2015-03-19 Martin LingSimplify channel creation.
2014-11-21 Uwe HermannEliminate sr_dev_inst_new().
2014-11-18 Bert Vermeulenscpi-pps: Fix driver options.
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-10-27 Bert Vermeulenscpi-pps: Publish driver options.
2014-10-18 Bert Vermeulenscpi-pps: Move non-standard data type processing to...
2014-10-18 Bert Vermeulenscpi-pps: Add channel probe facility to scan.
2014-10-17 Soeren Apelscpi-pps: Populate sdi->serial_num and fix hw_info...
2014-10-17 Bert Vermeulenscpi-pps: Start acquisition on the first enabled channel.
2014-10-16 Bert Vermeulenscpi-pps: Disable beeper during session.
2014-10-16 Bert Vermeulenscpi-pps: Properly clean up acquisition session.
2014-10-16 Bert Vermeulenscpi-pps: Use only standard SCPI for Rigol DP800 series.
2014-10-15 Bert VermeulenUse SR_CONF_OUTPUT_VOLTAGE_TARGET and _CURRENT_LIMIT.
2014-10-13 Bert Vermeulenscpi-pps: Split boolean set options into enable/disable.
2014-09-29 Soeren ApelRemoval of sdi->index, step 4: fix trivial sr_dev_inst_...
2014-09-16 Bert VermeulenChange type of SR_CONF keys to uint32_t.
2014-09-08 Bert Vermeulenscpi-pps: Fix compile warning.
2014-09-08 Bert Vermeulenscpi-pps: Fix config_set checks.
2014-09-08 Bert Vermeulenscpi-pps: Create one channel per MQ/output combination.
2014-09-08 Bert Vermeulenscpi-pps: Simplify SCPI command handling.
2014-09-08 Bert Vermeulenscpi-pps: Use regex to match model names.
2014-09-08 Bert Vermeulenscpi-pps: Generalize vendor name cleanup.
2014-09-08 Bert Vermeulenscpi-pps: Add support for Rigol DP832.
2014-09-08 Bert Vermeulenscpi-pps: Add basic cross-vendor PPS functionality.
2014-09-08 Bert Vermeulenscpi-pps: Initial driver skeleton.