]> sigrok.org Git - libsigrok.git/history - src/hardware/maynuo-m97
uni-t-ut181a: silence compiler warning, use of uninitialized variable
[libsigrok.git] / src / hardware / maynuo-m97 /
2020-04-08 Uwe HermannUse std_session_send_df_frame_begin()/_end() where...
2018-10-14 Uwe HermannRandom whitespace/cosmetic/typo fixes.
2018-02-09 Gerhard Sittigmaynuo-m97: fix potential NULL dereference
2017-07-31 Uwe Hermanndrivers: Remove some unneeded 'ret' variables.
2017-07-31 Uwe Hermanndrivers: Consistently use same indentation for config_...
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: Drop unneeded or duplicate comments.
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 Hermanndrivers: Remove some uneeded 'ret' variables.
2017-07-13 Uwe Hermannstd: Add and use std_dev_clear() where possible.
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 Hermannsr_dev_close(): Factor out SR_ERR_DEV_CLOSED check.
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...
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2016-08-23 Aurelien Jacobsmaynuo-m97: properly set encoding digits
2016-06-17 Uwe Hermannmaynuo-m97: Convert to SR_DF_ANALOG.
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
2016-05-17 Lars-Peter ClausenPut driver pointers into special section
2016-05-12 Uwe Hermannscan(): Consistently start out with SR_ST_INACTIVE.
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 Clausenmaynuo-m97: Use software limit helpers
2016-05-03 Lars-Peter ClausenDrop SR_CONF_SET flag from SR_CONF_CONTINUOUS options
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 HermannRandom cosmetics and whitespace fixes.
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.
2016-03-05 Uwe Hermannmaynuo-m97: Fix a typo in an error message.
2016-01-07 Uwe HermannMinor whitespace and cosmetic fixes.
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 minor cosmetics and consistency fixes.
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-06-07 Aurelien JacobsActual implementation for the maynuo-m97 driver.
2015-06-07 Aurelien Jacobsmaynuo-m97: Initial driver skeleton.