]> sigrok.org Git - libsigrok.git/history - src/hardware/baylibre-acme/protocol.c
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / baylibre-acme / protocol.c
2022-02-06 Gerhard Sittiguse common channel group allocation/release code
2020-04-08 Uwe HermannUse std_session_send_df_frame_begin()/_end() where...
2017-08-06 Uwe Hermanndrivers: Random whitespace fixes.
2017-07-13 Uwe HermannVarious log message cleanups.
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-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 Clausenbaylibre-acme: Properly free GErrors returned by g_file...
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
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: 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-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 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-22 Uwe HermannMake memset() invocations consistent across all files.
2015-03-20 Bartosz Golaszewskibaylibre-acme: Fix a double free in bl_acme_set_shunt().
2015-03-19 Martin LingSimplify channel creation.
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 support for probe factor setting.
2015-02-16 Bartosz Golaszewskibaylibre-acme: Driver implementation.
2015-02-16 Bartosz Golaszewskibaylibre-acme: Initial driver skeleton.