]> sigrok.org Git - libsigrok.git/history - src/hardware/hp-3457a/api.c
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / hp-3457a / api.c
2022-02-06 Gerhard Sittiguse common channel group allocation/release code
2021-06-01 Gerhard Sittighp-3457a: only probe when conn= was specified, to not...
2021-05-22 Gerhard Sittighp-3457a: style nits in the probe routine
2021-05-22 Gerhard Sittighp-3457a: free memory that was allocated by SCPI get...
2018-02-09 Gerhard Sittighp-3457a: fix potential NULL dereference
2017-07-31 Uwe Hermanndrivers: Remove some unneeded 'ret' variables.
2017-07-31 Uwe Hermanndrivers: Consistently use same indentation for config_...
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 Hermannstd: Add and use std_dev_clear() where possible.
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-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...
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
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 ClausenRemove unnecessary dev_clear() callbacks
2016-05-03 Lars-Peter ClausenIntroduce standard cleanup helper
2016-04-29 Uwe Hermanndev_open(): Don't check for sdi != NULL.
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
2016-04-23 Alexandru Gagniuchp-3457a: Implement support for rear terminals and...
2016-04-23 Alexandru Gagniuchp-3457a: Implement AC, ACDC, and four-wire resistance...
2016-03-30 Alexandru Gagniuchp-3457a: Implement basic configuration and sampling
2016-03-30 Alexandru Gagniuchp-3457a: Initial driver skeleton.