]> sigrok.org Git - libsigrok.git/history - src/hardware/brymen-dmm
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / brymen-dmm /
2020-10-22 Gerhard Sittigbrymen-dmm: remove obsolete driver (support has moved...
2020-09-21 Gerhard Sittigbrymen-dmm: unbreak dBm reference impedance interpretation
2020-09-21 Gerhard Sittigbrymen-dmm: unbreak temperature response parsing
2020-09-21 Gerhard Sittigbrymen-dmm: rephrase bfunc and value text parsing
2020-09-21 Gerhard Sittigbrymen-dmm: improve text to number conversion robustnes...
2020-09-20 Gerhard Sittigbrymen-dmm: style nits, apply comm param defaults,...
2020-09-20 Gerhard Sittigbrymen-dmm: unbreak BM85x communication by pulsing...
2018-02-09 Gerhard Sittigseveral DMMs: set DC flag for diode mode
2017-07-31 Uwe Hermanndrivers/input: Remove some hardcoded values.
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-07 Uwe Hermannsr_config_set(): Factor out SR_ERR_DEV_CLOSED check.
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-06-06 Uwe HermannDrop trailing whitespace in various files.
2016-08-28 Uwe HermannHave remaining drivers default to digits=2 for analog...
2016-06-16 Uwe Hermannbrymen-dmm: 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-27 Uwe HermannFix a few "variable set but not used" compiler warnings.
2016-05-27 Lars-Peter ClausenAdd helper function for scan completion
2016-05-27 Lars-Peter ClausenDon't reset instance list in scan() callback
2016-05-17 Lars-Peter ClausenPut driver pointers into special section
2016-05-17 Lars-Peter ClausenDrop unnecessary struct sr_dev_driver forward declarations
2016-05-16 Uwe Hermannconfig_set(): Don't check for sdi->priv != NULL.
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 Clausenbrymen-dmm: Use software limit helpers
2016-05-03 Lars-Peter ClausenIntroduce standard implementation of the dev_list(...
2016-05-03 Lars-Peter ClausenIntroduce standard cleanup helper
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 HermannConsistently don't check sdi->priv in dev_acquisition_s...
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 Uwe Hermannbrymen-dmm: 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-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-03-24 Uwe HermannImprove readability and clarity of some numbers.
2015-03-22 Uwe HermannRandom whitespace and other minor fixes.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-19 Martin LingSimplify channel creation.
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-02 Martin LingAdd a timeout parameter to blocking serial calls.
2014-09-29 Soeren ApelRemoval of sdi->index, step 4: fix trivial sr_dev_inst_...
2014-09-24 Martin Lingbrymen-dmm: Remove SERIAL_NONBLOCK flag.
2014-09-24 Martin Lingbrymen-dmm: Make serial write call block.
2014-09-24 Martin Lingbrymen-dmm: Mark serial read calls as nonblocking.
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-07-22 Bert VermeulenReorganize project tree.