]> sigrok.org Git - libsigrok.git/history - src/hardware/baylibre-acme
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / baylibre-acme /
2022-02-06 Gerhard Sittiguse common channel group allocation/release code
2020-04-08 Uwe HermannUse std_session_send_df_frame_begin()/_end() where...
2018-10-06 Uwe HermannFix various gcc 8 compiler warnings related to ARRAY_SIZE.
2017-08-06 Uwe Hermanndrivers: Random whitespace fixes.
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-21 Uwe Hermanndrivers: Drop unneeded or duplicate comments.
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-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 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-24 Aurelien Jacobsbaylibre-acme: properly set encoding digits
2016-06-16 Uwe Hermannbaylibre-acme: 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 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 Uwe Hermannbaylibre-acme: Drop unused last_sample_fin variable.
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-05-03 Lars-Peter Clausenbaylibre-acme: Properly free GErrors returned by g_file...
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.
2016-01-03 Uwe Hermannbaylibre-acme: Replace g_close() with close() for now.
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-09 Bartosz Golaszewskibaylibre-acme: Fix EEPROM fields endianness.
2015-10-09 Bartosz Golaszewskibaylibre-acme: Read EEPROM contents into buffer before...
2015-10-09 Bartosz Golaszewskibaylibre-acme: Use fixed-size integer types in struct...
2015-09-18 Bartosz Golaszewskibaylibre-acme: gpio: Don't set direction in get/set...
2015-09-18 Bartosz Golaszewskibaylibre-acme: Add basic support for ACME revB.
2015-09-18 Bartosz Golaszewskibaylibre-acme: Check for power-switch presence at probe...
2015-09-18 Bartosz Golaszewskibaylibre-acme: Move enum channel_type to protocol.c.
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-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 Bartosz Golaszewskibaylibre-acme: Add a workaround for slow data acquisition.
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-17 Bartosz Golaszewskibaylibre-acme: Add a missing return value check.
2015-04-17 Bartosz GolaszewskiRevert "baylibre-acme: Fix a compiler warning."
2015-04-12 Uwe Hermannbaylibre-acme: Fix a compiler warning.
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 #include file cosmetic fixes.
2015-03-24 Uwe HermannVarious NULL-check consistency fixes.
2015-03-22 Uwe HermannMake memset() invocations consistent across all files.
2015-03-22 Uwe HermannSimplify a few config_set() callbacks.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-20 Bartosz Golaszewskibaylibre-acme: Fix a double free in bl_acme_set_shunt().
2015-03-19 Martin LingSimplify channel creation.
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: Drop unneeded comment.
2015-02-16 Uwe Hermannbaylibre-acme: Fix a compiler warning.
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 Linux-specific GPIO helpers.
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.