]> sigrok.org Git - libsigrok.git/history - src/hardware/serial-dmm/api.c
Build: Set local include directories in Makefile.am
[libsigrok.git] / src / hardware / serial-dmm / api.c
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-08-15 Uwe HermannVarious errno/strerror() related fixes.
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-03-22 Uwe HermannSimplify a few config_set() callbacks.
2015-03-21 Uwe HermannConstify a few arrays and variables.
2015-03-21 Uwe HermannMinor cosmetics, cleanups.
2015-03-21 Martin Lingserial-dmm: Declare each meter type in only one place.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-20 Uwe HermannAdd initial Voltcraft VC-870 support.
2015-03-19 Martin LingSimplify channel creation.
2015-02-27 Baruch Evenserial-dmm: Add MASTECH MS8250B as a supported DMM.
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-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-29 Soeren ApelRemoval of sdi->index, step 4: fix trivial sr_dev_inst_...
2014-09-24 Martin Lingserial-dmm: Remove SERIAL_NONBLOCK flag.
2014-09-17 Bert VermeulenPublish config key capabilities.
2014-09-16 Bert VermeulenConsistently use 'scanopts' variable across all drivers.
2014-09-16 Bert VermeulenConsistently use 'devopts' variable across all drivers.
2014-09-16 Bert VermeulenChange type of SR_CONF keys to uint32_t.
2014-08-29 Uwe HermannRemove unneeded subdriver debug messages.
2014-08-01 Janne HuttunenImplement Brymen BM25x series as a serial DMM.
2014-07-22 Bert VermeulenReorganize project tree.