]> sigrok.org Git - libsigrok.git/history - src/lcr
uni-t-ut181a: silence compiler warning, use of uninitialized variable
[libsigrok.git] / src / lcr /
2019-07-31 Gerhard Sittiglcr/vc4080: introduce LCR packet parser for Voltcraft...
2019-06-20 Gerhard Sittiglcr/es51919: minor style nits in the ES51919 packet...
2019-06-12 Gerhard Sittigserial-lcr: move device driver code from src/lcr/ to...
2019-06-09 Gerhard Sittigserial: use timeout API in stream detect, obsoletes...
2019-06-02 Gerhard Sittigserial: make LCR, modbus, SCPI over serial depend on...
2019-04-17 Frank Stettnersession: Add helper sr_session_send_meta() to send...
2019-03-29 Frank StettnerFree sr_config and sr_config lists in meta datafeeds...
2017-08-19 Gerhard Sittiglsr/es51919: support channel selection (enable/disable...
2017-08-19 Gerhard Sittiglcr/es51919: clean but don't free dev context in cleanu...
2017-07-21 Uwe Hermanndrivers: Use ARRAY_AND_SIZE where possible.
2017-07-21 Uwe Hermanndrivers: Drop unneeded or duplicate comments.
2017-07-19 Uwe Hermanndrivers: Provide proper drvopts.
2017-07-19 Uwe Hermanndrivers: Add and use STD_CONFIG_LIST().
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-10 Uwe Hermannsr_serial_dev_inst_free(): Allow NULL as argument.
2017-03-10 Uwe Hermannsr_dev_inst_free(): Allow NULL as argument.
2016-11-02 Gerhard Sittiges51919 lcr: unbreak channel setup after successful...
2016-08-29 Uwe Hermannes51919: Fix a compiler warning.
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 Jacobsderee-de5000: properly set encoding digits
2016-06-16 Uwe Hermannlcr: Convert to SR_DF_ANALOG.
2016-05-31 Lars-Peter ClausenRemove unnecessary std_serial_dev_acquisition_stop...
2016-05-31 Lars-Peter Clausenstd_serial_dev_acquisition_stop(): Remove dev_close_fn...
2016-05-31 Lars-Peter Clausenstd_serial_dev_acquisition_stop(): Remove serial parameter
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
2016-05-16 Uwe Hermannconfig_list: Don't check for sdi->priv != NULL.
2016-05-16 Uwe Hermannconfig_get(): Don't check for sdi->priv != NULL.
2016-04-29 Uwe Hermannstd_serial_dev_acquisition_stop(): Drop unneeded parameter.
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
2016-04-29 Uwe HermannDrop unneeded std_session_send_df_header() comments.
2015-10-20 Uwe HermannSR_DF_ANALOG_OLD and sr_datafeed_analog_old renames.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-30 Bert Vermeulenderee-de5000: Drop SR_CONF_MEASURED_QUANTITY functionality.
2015-08-30 Daniel Glöckneres51919: fix memory leak
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-05-06 Alexandru Gagniucglobal: Treat SR_CONF_OUTPUT_FREQUENCY as float instead...
2015-03-21 Uwe HermannVarious minor whitespace fixes.
2015-03-19 Martin LingSimplify channel creation.
2015-01-06 Janne HuttunenLimit frames instead of samples.
2015-01-06 Janne HuttunenUse frames to group a single measurement result together.
2015-01-06 Janne HuttunenFix the channel indexes of the es51919 driver.
2014-11-22 Uwe HermannUse g_malloc0() consistently, simplify error handling.
2014-11-21 Uwe HermannDon't check sr_channel_new() return value (always succe...
2014-11-21 Uwe HermannConsistently use g_malloc0() for allocating devc.
2014-11-21 Uwe HermannEliminate sr_dev_inst_new().
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-10-21 Janne HuttunenExport LCR meter 'auto' bits as config keys instead...
2014-10-18 Bert VermeulenFix typos.
2014-10-17 Janne HuttunenRename "SERIAL" -> "SERIES".
2014-10-13 Uwe HermannRename SR_CONF_LCR_METER to SR_CONF_LCRMETER.
2014-10-12 Janne HuttunenAdd protocol decoder for Cyrustek ES51919 LCR meter...