]> sigrok.org Git - libsigrok.git/history - src/hardware/baylibre-acme/api.c
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / baylibre-acme / api.c
2018-10-06 Uwe HermannFix various gcc 8 compiler warnings related to ARRAY_SIZE.
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_samplerates{,_steps}().
2017-07-19 Uwe Hermannbaylibre-acme: Add SR_CONF_POWERMETER key.
2017-07-19 Uwe Hermanndrivers: Provide proper drvopts.
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-13 Uwe Hermannstd: Factor out some API call dummy implementations.
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_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-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-17 Lars-Peter ClausenPut driver pointers into special section
2016-05-17 Lars-Peter ClausenDrop unnecessary struct sr_dev_driver forward declarations
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 Clausenbaylibre-acme: 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 HermannDrop some obsolete and unneeded comments.
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
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-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel ElstnerFix log varargs bugs indicated by -Wformat
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-07-01 Bartosz Golaszewskibaylibre-acme: Remove unnecessary close().
2015-07-01 Bartosz Golaszewskibaylibre-acme: Use SR_HZ_TO_NS() when configuring the...
2015-06-30 Daniel Lezcanobaylibre-acme: Use timerfd instead of a fake pipe.
2015-06-29 Bartosz Golaszewskibaylibre-acme: Close sysfs files after stopping the...
2015-06-29 Daniel Lezcanobaylibre-acme: Optimize reading of values from sysfs.
2015-04-12 Bartosz Golaszewskibaylibre-acme: Set update_interval when modifing sample...
2015-04-12 Bartosz Golaszewskibaylibre-acme: Dynamically check per probe config options.
2015-03-24 Uwe HermannVarious NULL-check consistency fixes.
2015-03-22 Uwe HermannSimplify a few config_set() callbacks.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-11 Bartosz Golaszewskibaylibre-acme: correctly handle channel group options
2015-02-20 Bartosz Golaszewskibaylibre-acme: don't report ACME as detected if no...
2015-02-17 Uwe Hermannbaylibre-acme: Fix vendor/device name.
2015-02-16 Uwe Hermannbaylibre-acme: Minor coding-style, cosmetics.
2015-02-16 Bartosz Golaszewskibaylibre-acme: Add support for SR_CONF_POWER_OFF.
2015-02-16 Bartosz Golaszewskibaylibre-acme: Add support for probe factor setting.
2015-02-16 Bartosz Golaszewskibaylibre-acme: Driver implementation.
2015-02-16 Bartosz Golaszewskibaylibre-acme: Initial driver skeleton.