]> sigrok.org Git - libsigrok.git/history - src/hardware/gmc-mh-1x-2x/protocol.c
uni-t-ut181a: silence compiler warning, use of uninitialized variable
[libsigrok.git] / src / hardware / gmc-mh-1x-2x / protocol.c
2018-02-09 Gerhard Sittigseveral DMMs: set DC flag for diode mode
2017-08-06 Uwe Hermanndrivers: Random whitespace fixes.
2017-07-21 Uwe Hermanndrivers: Drop unneeded or duplicate comments.
2017-07-07 Uwe Hermannsr_config_set(): Factor out SR_ERR_DEV_CLOSED check.
2017-07-07 Uwe HermannAdd sr_dev_acquisition_stop(), factor out SR_ERR_DEV_CL...
2016-08-29 Uwe Hermanngmc-mh-1x-2x: Shorten some code by using the ternary...
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2016-08-23 Aurelien Jacobsgmc-mh-1x-2x: properly set encoding digits
2016-06-17 Uwe Hermanngmc-mh-1x-2x: Convert to SR_DF_ANALOG.
2016-05-31 Lars-Peter Clausengmc-mh-1x-2x: Use software limits helpers
2016-05-16 Uwe Hermannconfig_set(): Don't check for sdi->priv != NULL.
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
2016-04-17 Uwe Hermanngmc-mh-1x-2x: Make two functions static.
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-13 Uwe Hermanngmc-mh-1x-2x: Fix blocking serial write timeout.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel ElstnerFix log varargs bugs indicated by -Wformat
2015-08-15 Uwe HermannVarious minor cosmetics and consistency fixes.
2015-03-31 Uwe HermannReplace some magic numbers with a #define.
2015-03-24 Uwe HermannImprove readability and clarity of some numbers.
2015-03-24 Uwe HermannFix a bunch of typos.
2015-03-22 Uwe HermannConsistency and whitespace fixes for switch statements.
2015-03-22 Uwe HermannMake memset() invocations consistent across all files.
2015-03-22 Uwe HermannRandom whitespace and other minor fixes.
2015-03-22 Uwe HermannSimplify a few config_set() callbacks.
2015-03-21 Uwe HermannVarious minor whitespace fixes.
2014-10-02 Martin LingAdd a timeout parameter to blocking serial calls.
2014-10-02 Bert VermeulenAvoid serial_write_blocking() warnings.
2014-10-02 Martin LingFix similar broken error handling on several serial...
2014-09-24 Martin Linggmc-mh-1x-2x: Remove SERIAL_NONBLOCK flag.
2014-09-24 Martin Linggmc-mh-1x-2x: Make serial write calls block.
2014-09-24 Martin Linggmc-mh-1x-2x: Make serial write call block, and fix...
2014-09-24 Martin Linggmc-mh-1x-2x: Mark serial read calls as nonblocking.
2014-09-16 Bert VermeulenChange type of SR_CONF keys to uint32_t.
2014-09-01 Matthias Heidbrinkgmc-mh-1x-2x-rs232: Completed energy measurement ranges...
2014-07-22 Bert VermeulenReorganize project tree.