]> sigrok.org Git - libsigrok.git/history - src/hardware/serial-dmm/protocol.c
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / serial-dmm / protocol.c
2022-08-21 Gerhard Sittigserial-dmm: fix typo in comment
2020-10-22 Gerhard Sittigserial-dmm: more DMM parser callbacks (open, var length...
2020-09-19 Gerhard Sittigserial-dmm: only do bytes to text conversion at higher...
2018-10-13 Gerhard Sittigserial-dmm: print data bytes according to specific...
2018-10-02 Gerhard Sittigserial-dmm: only send acquisition data for enabled...
2018-02-18 Gerhard Sittigserial-dmm, metex14: add support for multiple channels...
2018-02-18 Gerhard Sittigserial-dmm: style nit (init vs assign, memmove(3))
2017-07-07 Uwe HermannAdd sr_dev_acquisition_stop(), factor out SR_ERR_DEV_CL...
2016-08-28 Uwe HermannDocument if or why sometimes digits/spec_digits is 0.
2016-06-17 Uwe Hermannserial-dmm: Convert to SR_DF_ANALOG.
2016-05-09 Lars-Peter Clausenserial-dmm: Use software limit helpers
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
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-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-08-15 Uwe HermannVarious errno/strerror() related fixes.
2015-03-21 Uwe Hermannserial-dmm: Use g_malloc()/g_free().
2015-03-21 Uwe HermannMinor cosmetics, cleanups.
2015-03-21 Martin Lingserial-dmm: Declare each meter type in only one place.
2015-03-20 Uwe HermannAdd initial Voltcraft VC-870 support.
2015-02-27 Baruch Evenserial-dmm: Add MASTECH MS8250B as a supported DMM.
2014-11-02 Uwe HermannBrymen BM25x: Drop unneeded _ser/_SER suffix.
2014-10-25 Uwe HermannAdd support for the UNI-T UT71x series (aka Voltcraft...
2014-09-24 Martin Lingserial-dmm: Mark serial read/write calls as nonblocking.
2014-08-01 Janne HuttunenImplement Brymen BM25x series as a serial DMM.
2014-07-22 Bert VermeulenReorganize project tree.