]> sigrok.org Git - libsigrok.git/history - src/hardware/uni-t-dmm
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / uni-t-dmm /
2022-08-21 Gerhard Sittiguni-t-dmm: sort supported devices, sort in the ut71x...
2022-08-21 Gerhard Sittiguni-t-dmm: sort supported devices, sort in the fs9721...
2022-08-21 Gerhard Sittiguni-t-dmm: sort supported devices, sort in the es519xx...
2022-08-21 Gerhard Sittiguni-t-dmm: sort supported devices, collect the vc870...
2022-08-21 Gerhard Sittiguni-t-dmm: sort supported devices, collect the fs9922...
2022-08-21 Gerhard Sittiguni-t-dmm: sort supported devices, collect the es519xx...
2022-08-21 Gerhard Sittiguni-t-dmm: sort supported devices, collect the ut71x...
2022-08-21 Gerhard Sittiguni-t-dmm: sort supported devices, collect the fs9721...
2020-04-04 Elen Eisendleserial-dmm/uni-t-dmm: Add UNI-T UT804 DMM definitions
2018-10-13 Gerhard Sittiguni-t-dmm: use common hex dump helper routine
2018-03-03 Gerhard Sittiguni-t-dmm: style nits, copy loop vs memmove
2017-07-31 Uwe Hermanndrivers: Consistently use same indentation for config_...
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-13 Uwe Hermannstd: Add and use std_dev_clear() where possible.
2017-07-13 Uwe Hermannstd: Factor out some API call dummy implementations.
2017-07-13 Uwe HermannVarious log message cleanups.
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 HermannAdd sr_dev_acquisition_stop(), factor out SR_ERR_DEV_CL...
2017-06-06 Uwe HermannDrop trailing whitespace in various files.
2017-05-23 Uwe Hermannuni-t-dmm: Fix incorrect Tenma 72-7745 list entry.
2017-05-23 Uwe Hermannuni-t-dmm: Add missing special cases for some ES519xx...
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2016-08-28 Uwe HermannDocument if or why sometimes digits/spec_digits is 0.
2016-07-03 Uwe Hermannuni-t-dmm: Drop unused UNI_T_UT_D04_NEW #define.
2016-06-17 Uwe Hermannuni-t-dmm: Convert to SR_DF_ANALOG.
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
2016-05-27 Lars-Peter ClausenAdd helper function for scan completion
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-09 Lars-Peter Clausenuni-t-dmm: Use software limit helpers
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_acquisition_{start,stop}(): Drop duplicate 'cb_data...
2016-04-29 Uwe HermannConsistently don't check sdi->priv in dev_acquisition_s...
2016-04-29 Uwe HermannDrop unneeded std_session_send_df_header() comments.
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2015-11-08 Uwe HermannConstify a lot more items.
2015-10-20 Uwe HermannSR_DF_ANALOG_OLD and sr_datafeed_analog_old renames.
2015-10-16 Uwe HermannAdd support for the Tenma 77-7732 multimeter.
2015-10-16 Uwe HermannAdd support for the Tenma 77-9380A multimeter.
2015-10-14 Karl Palssondrivers: Add support for Tenma 72-7730 multimeter
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-07 Daniel Elstnerdrivers: Match dummy FD passed to source add/remove
2015-09-03 Daniel Elstnerdrivers: Use timer sources instead of polling stdin
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-04-09 Uwe Hermannuni-t-dmm: Add a missing NULL (fixes a crash on Android).
2015-03-26 Martin Linguni-t-dmm: Declare each meter type in only one place.
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 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-03-01 Martin Lingut372: Initial sub-driver skeleton.
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-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-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-07-22 Bert VermeulenReorganize project tree.