]> sigrok.org Git - libsigrok.git/history - src/hardware/baylibre-acme/protocol.c
dev_acquisition_{start,stop}(): Drop duplicate 'cb_data' parameter.
[libsigrok.git] / src / hardware / baylibre-acme / protocol.c
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.