]> sigrok.org Git - libsigrok.git/history - src/hardware/motech-lps-30x
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / motech-lps-30x /
2022-02-06 Gerhard Sittiguse common channel group allocation/release code
2021-06-01 Gerhard Sittigmotech-lps-301: make better use of serial extract optio...
2020-07-26 Wolfram Sangserial: flush() after open() in the serial core.
2018-10-14 Uwe HermannRandom whitespace/cosmetic/typo fixes.
2018-02-09 Gerhard Sittigmotech-lps-30x: fix several compiler warnings
2017-11-11 Frank Stettnerdrivers: Fix locale dependent string to float conversion
2017-07-31 Uwe Hermanndrivers: Remove some unneeded 'ret' variables.
2017-07-31 Uwe Hermanndrivers: Factor out std_*_idx*().
2017-07-31 Uwe Hermanndrivers: Consistently use same indentation for config_...
2017-07-21 Uwe Hermanndrivers: Consistently make LOG_PREFIX the first item...
2017-07-21 Uwe Hermanndrivers: Eliminate some unnecessary vendor/model #defines.
2017-07-21 Uwe Hermanndrivers: Use ARRAY_AND_SIZE where possible.
2017-07-21 Uwe Hermanndrivers: Factor out std_gvar_array_*().
2017-07-21 Uwe Hermanndrivers: Factor out std_gvar_min_max_step{,_array}().
2017-07-21 Uwe Hermanndrivers: Consistently name per-cg options 'devopts_cg_*'.
2017-07-21 Uwe Hermanndrivers: Drop unneeded or duplicate comments.
2017-07-19 Uwe Hermanndrivers: Provide proper drvopts.
2017-07-19 Uwe Hermanndrivers: Always use same scanopts/drvopts/devopts/devop...
2017-07-19 Uwe Hermanndrivers: Add and use STD_CONFIG_LIST().
2017-07-13 Uwe Hermanndev_clear(): Consistently name callback 'clear_helper()'.
2017-07-13 Uwe Hermannstd: Rename std_dev_clear() to std_dev_clear_with_callb...
2017-07-13 Uwe HermannVarious log message cleanups.
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-03-10 Uwe Hermannsr_serial_dev_inst_free(): Allow NULL as argument.
2017-03-10 Uwe Hermannsr_dev_inst_free(): Allow NULL as argument.
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2016-08-28 Uwe HermannDocument if or why sometimes digits/spec_digits is 0.
2016-08-23 Aurelien Jacobsmotech-lps-30x: properly set encoding digits
2016-06-17 Uwe Hermannmotech-lps-30x: 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 Lars-Peter ClausenSimplify single device list handling
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_list: 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 Clausenmotech-lps-30x: 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 HermannDrop some unused or duplicated code.
2016-04-29 Uwe Hermannstd_serial_dev_acquisition_stop(): Drop unneeded parameter.
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 Uwe Hermannmotech-lps-30x: 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-09-09 Uwe Hermannportability: Use g_strerror() in favor of strerror().
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-08-15 Uwe HermannVarious minor cosmetics and consistency fixes.
2015-08-15 Uwe HermannDoxygen consistency fixes (@foo instead of \foo).
2015-08-15 Uwe HermannVarious errno/strerror() related fixes.
2015-07-10 Uwe HermannConvert a few more occurrences of d->priv to d->context.
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-05-12 Aurelien JacobsRename SR_CONF_OUTPUT_* to SR_CONF_*.
2015-03-31 Uwe HermannReduce unnecessarily high indentation level in some...
2015-03-31 Uwe HermannDon't check g_free() arguments for NULL.
2015-03-24 Uwe HermannVarious #include file cosmetic fixes.
2015-03-24 Uwe HermannFix a bunch of typos.
2015-03-22 Uwe HermannConsistency and whitespace fixes for switch statements.
2015-03-22 Uwe HermannRandom whitespace and other minor fixes.
2015-03-22 Uwe HermannSimplify a few config_set() callbacks.
2015-03-21 Uwe HermannConstify a few arrays and variables.
2015-03-21 Uwe HermannVarious minor whitespace 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 HermannEliminate sr_dev_inst_new().
2014-11-19 Aurelien Jacobsmotech-lps-30x: Publish driver options.
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-10-15 Bert VermeulenUse SR_CONF_OUTPUT_VOLTAGE_TARGET and _CURRENT_LIMIT.
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 Lingmotech-lps-30x: Remove SERIAL_NONBLOCK.
2014-09-24 Martin Lingmotech-lps-30x: Make serial write call block.
2014-09-24 Martin Lingmotech-lps-30x: Mark serial read call 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-09-08 Bert VermeulenRevamp PPS-related config keys.
2014-07-22 Bert VermeulenReorganize project tree.