]> sigrok.org Git - libsigrok.git/history - src/hardware/scpi-pps
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / scpi-pps /
2023-12-21 Marc Schinkscpi-pps: Add support for R&S HMC8042
2023-12-21 Marc Schinkscpi-pps: Add OCP support for R&S HMC8043
2023-12-21 Marc Schinkscpi-pps: Add support for SR_CONF_OVER_CURRENT_PROTECTI...
2023-09-27 Sahaj Sarupscpi-pps: Add support for OWON SPE6103
2022-02-06 Gerhard Sittiguse common channel group allocation/release code
2021-08-28 Martin Atkinsscpi-pps: Support for the EEZ PSU series
2021-08-28 Martin Atkinsscpi-pps: Data capture dynamically-probed channels
2021-06-01 Gerhard Sittigscpi-pps: don't break SCPI devices when scanning for...
2021-02-28 Petteri Aimonenscpi-pps: Add support for Owon P4000 series.
2021-02-02 Gerhard Sittigscpi-pps: add R&S HMP2000 model specs
2021-02-02 Gerhard Sittigscpi-pps: adjust R&S HMP4000 current resolution for...
2020-08-25 Gerhard Sittigscpi-pps: use remote and local modes for HMP4000
2020-08-25 Gerhard Sittigscpi-pps: Add more HMP4000 series devices
2020-08-25 Florian Schmidtscpi-pps: add support for Hameg / Rohde & Schwarz HMP4040
2020-04-11 Florian Schmidtscpi-pps: fixed out-of-bounds array access...
2019-07-03 Mike Waltersscpi-pps: Support HP 66312a
2019-04-17 Uwe Hermannscpi-pps: Fix typos and minor cosmetics.
2019-04-17 Uwe Hermannscpi-pps: Fix "aquisition" typo everywhere.
2019-04-17 Frank Stettnerscpi-pps: Don't use SCPI_CMD_REMOTE and SCPI_CMD_LOCAL...
2019-04-17 Frank Stettnerscpi-pps: Add various HP power supplies:
2019-04-17 Frank Stettnerscpi-pps: Implement init_acquisition() and update_statu...
2019-04-17 Frank Stettnerscpi-pps: Add config keys SR_CONF_OVER_VOLTAGE_PROTECTI...
2019-04-17 Frank Stettnerscpi-pps: Add SR_CONF_REGULATION for HP 66xxA power...
2019-04-17 Frank Stettnerscpi-pps: Seperate existing HP 66xxA and 66xxB profiles.
2019-04-17 Frank Stettnerscpi-pps: Add missing frequency channel settings for...
2019-04-17 Frank Stettnerscpi-pps: Set device and channel group feature for...
2019-04-17 Frank Stettnerscpi-pps: Add configurable sr_mqflags.
2019-04-17 Frank Stettnerscpi-pps: Implement init_acquisition() and update_statu...
2019-04-17 Frank Stettnerscpi-pps: Add init_acquisition() and update_status...
2019-04-17 Frank Stettnerscpi-pps: Add config keys SR_CONF_OVER_VOLTAGE_PROTECTI...
2019-04-17 Frank Stettnerscpi-pps: Add SR_CONF_REGULATION for HP 66xxB power...
2019-04-17 Frank Stettnerscpi-pps: Add enum pps_scpi_dialect and add to struct...
2018-12-28 Mike Williamsscpi-pps: add support for BK Precision 9130
2018-09-18 Uwe Hermannscpi-pps: Add a missing "break" in config_get().
2018-09-11 Martin Lingscpi-pps: Fix broken channel selection code.
2018-09-10 Martin Lingscpi-pps: Use software sample and time limits.
2018-09-10 Martin Lingscpi-pps: Don't block waiting for a value on capture...
2018-06-01 Uwe Hermannscpi-pps: Rigol DP71x: Make OVP/OCP threshold listable.
2018-06-01 Frank Stettnerscpi-pps: Add listable OVP/OCP threshold for HP 66xxx...
2018-06-01 Frank Stettnerscpi-pps: Add HP 6631B, HP 66332A, HP 6633B and HP...
2018-06-01 Frank Stettnerscpi-pps: Add missing functionality for the HP 6632B...
2018-06-01 Frank Stettnerscpi-pps: Reimplemention of switching channel groups...
2018-06-01 Frank Stettnerscpi-pps: Use thread safe SCPI functions, return float...
2018-06-01 Uwe Hermannscpi-pps: Add support for the Rigol DP711/DP712.
2018-02-09 Gerhard Sittigscpi-pps: silence potential NULL dereference compiler...
2017-11-11 Frank Stettnerscpi-pps: Channel group device options for HP 663xx
2017-07-31 Uwe Hermanndrivers: Remove some unneeded 'ret' variables.
2017-07-31 Uwe Hermanndrivers: Consistently use same indentation for config_...
2017-07-21 Uwe Hermanndrivers: Use ARRAY_AND_SIZE where possible.
2017-07-21 Uwe Hermanndrivers: Factor out std_gvar_array_*().
2017-07-21 Uwe Hermannscpi-pps: Change some floats to doubles.
2017-07-21 Uwe Hermanndrivers: Factor out std_gvar_min_max_step{,_array}().
2017-07-21 Uwe Hermanndrivers: Drop unneeded or duplicate comments.
2017-07-19 Uwe Hermanndrivers: Add and use STD_CONFIG_LIST().
2017-07-13 Uwe Hermanndrivers: Remove some uneeded 'ret' variables.
2017-07-13 Uwe Hermannclear_helper(): Use a cast to shorten all implementations.
2017-07-13 Uwe Hermannsr_dev_clear(): Always free sdi->priv (devc).
2017-07-13 Uwe Hermannstd: Rename std_dev_clear() to std_dev_clear_with_callb...
2017-07-08 Uwe Hermannsr_dev_close(): Set status to SR_ST_INACTIVE.
2017-07-08 Uwe Hermannsr_dev_open(): Set status to SR_ST_ACTIVE upon success.
2017-07-08 Uwe Hermannsr_dev_open(): Factor out SR_ST_ACTIVE check.
2017-07-07 Uwe Hermannsr_dev_close(): Factor out SR_ERR_DEV_CLOSED check.
2017-07-07 Uwe Hermannsr_config_set(): Factor out SR_ERR_DEV_CLOSED check.
2017-07-07 Uwe HermannAdd sr_dev_acquisition_start(), factor out SR_ERR_DEV_C...
2017-07-07 Uwe HermannAdd sr_dev_acquisition_stop(), factor out SR_ERR_DEV_CL...
2017-03-31 Marc Schinkscpi-pps: Add initial support for R&S HMC8043
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2016-08-28 Uwe HermannDocument if or why sometimes digits/spec_digits is 0.
2016-08-23 Aurelien Jacobsscpi-pps: properly set encoding digits
2016-06-17 Uwe Hermannscpi-pps: Convert to SR_DF_ANALOG.
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
2016-05-19 Alexandru Gagniucscpi-pps: Add profile for HP 6633A supply
2016-05-19 Alexandru Gagniucscpi-pps: Add shadow driver for HPIB supplies (ID?...
2016-05-17 Lars-Peter ClausenPut driver pointers into special section
2016-05-09 Lars-Peter ClausenRemove unnecessary std_init() wrapper functions
2016-05-09 Lars-Peter Clausenstd_init(): Drop check if pass in driver is non-NULL
2016-05-09 Lars-Peter ClausenMatch std_init() parameter order to the driver init...
2016-05-03 Lars-Peter ClausenDrop SR_CONF_SET flag from SR_CONF_CONTINUOUS options
2016-05-03 Lars-Peter ClausenIntroduce standard implementation of the dev_list(...
2016-05-03 Lars-Peter ClausenIntroduce standard cleanup helper
2016-05-03 Lars-Peter Clausenscpi-pps: Fix dev_clear() implementation
2016-04-29 Uwe HermannDrop some unused or duplicated code.
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2016-04-17 Uwe Hermannscpi-pps: Drop unused function prototype.
2016-03-05 Alexandru Gagniucscpi-pps: Add profile for Agilent N5763A 12.5V 120A...
2015-10-25 Martin Lingscpi: Move closing of discovered devices to sr_scpi_sca...
2015-10-20 Uwe HermannSR_DF_ANALOG_OLD and sr_datafeed_analog_old renames.
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-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-06-16 Alexandru Gagniucscpi-pps: Chroma 62000P: Get capabilities from device...
2015-06-16 Alexandru Gagniucscpi-pps: Add profile for Chroma 62024P-80-60 DC Source
2015-06-07 Uwe Hermannscpi: Update names of a few *_OUTPUT_* items.
next