]> 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 /
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-07 Uwe Hermannscpi-pps: Fix a compiler warning.
2015-05-07 Uwe Hermannscpi-pps: Make some more items static.
2015-05-07 Alexandru Gagniucspci-pps: Add profile for Agilent N5767A DC source
2015-05-06 Alexandru Gagniucspci-pps/profiles: Support frequency control in Chroma...
2015-05-06 Alexandru Gagniucscpi-pps: Add infrastructure for controlling output...
2015-04-29 Alexandru Gagniucspci-pps: Add profile for Chroma 61604 AC Source
2015-04-28 Aurelien Jacobsstrcasecmp() is defined in strings.h.
2015-03-21 Uwe HermannConstify a few arrays and variables.
2015-03-21 Uwe HermannVarious minor whitespace fixes.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-20 Martin Lingscpi-pps: Add profile for Rigol DP821A.
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: Add support for Fluke/Philips PM2800 series.
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-17 Bert Vermeulenscpi-pps: Optimize channel selection.
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-17 Bert VermeulenPublish config key capabilities.
2014-09-16 Bert VermeulenChange type of SR_CONF keys to uint32_t.
2014-09-09 Bert Vermeulenscpi-pps: Clean up HP 6632B profile.
2014-09-08 Bert Vermeulenscpi-pps: Fix compile warning.
2014-09-08 Bert Vermeulenscpi-pps: Fix config_set checks.
2014-09-08 Bert VermeulenAdd support for HP 6632B.
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: Add support for Rigol DP831A/DP832A.
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.