]> sigrok.org Git - libsigrok.git/history - src/hardware
Constify a lot more items.
[libsigrok.git] / src / hardware /
2015-11-08 Uwe HermannConstify a lot more items.
2015-11-05 jryasix-sigma: Split into api.c and protocol.[ch] modules.
2015-11-01 Daniel Elstneropenbench-logic-sniffer: Avoid recreating event source
2015-10-31 Daniel Elstnersysclk-lwla: Read full 64 bit of capture duration field
2015-10-31 Daniel Elstnersysclk-lwla: Define constants for long registers
2015-10-31 Daniel Elstnersysclk-lwla: Clarify use of SRAM control registers
2015-10-30 Daniel Elstnersysclk-lwla: Read test word twice during initialization
2015-10-30 Daniel Elstnersysclk-lwla: Clarify function of registers 10B0 to...
2015-10-29 Uwe Hermannkorad-kdxxxxp: Minor cosmetics and consistency changes.
2015-10-29 Hannu VuolasahoOver voltage and current protection support
2015-10-29 Hannu VuolasahoSupport for regulation status and fix for mysterious M
2015-10-25 Martin Lingscpi: Move closing of discovered devices to sr_scpi_sca...
2015-10-24 Martin Lingrigol-ds: After successfully finding a device, close...
2015-10-24 Tilman Sauerbeckdrivers: Fix behaviour when trying to set an invalid...
2015-10-24 Uwe Hermannfx2lafw: Drop obsolete macro usage.
2015-10-22 Uwe Hermannfx2lafw: Add the official fx2lafw sigrok VID/PID pairs.
2015-10-20 Uwe HermannSR_DF_ANALOG2 and sr_datafeed_analog2 renames.
2015-10-20 Uwe HermannSR_DF_ANALOG_OLD and sr_datafeed_analog_old renames.
2015-10-16 Uwe HermannAdd support for the Tenma 77-7732 multimeter.
2015-10-16 Uwe HermannAdd support for the Tenma 77-9380A multimeter.
2015-10-16 Daniel Elstnerkorad-kdxxxxp: Use PRIi64 format for int64_t
2015-10-14 Karl Palssondrivers: Add support for Tenma 72-7730 multimeter
2015-10-13 Hannu VuolasahoInitial driver for Korad KDxxxxP (Velleman LABPS3005D)
2015-10-13 Hannu Vuolasahokorad-kdxxxxp: Initial driver skeleton.
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-10-01 Daniel Elstnerdrivers: Load firmware via new resource API
2015-09-30 Martin Lederhilgergwinstek-gds-800: Initial driver implementation.
2015-09-30 Martin Lederhilgergwinstek-gds-800: Initial driver skeleton.
2015-09-25 Uwe Hermannmanson-hcs-3xxx: Fix use-after-free and memory leaks.
2015-09-25 Uwe HermannFix a few "value never read" scan-build warnings.
2015-09-22 Daniel Elstnerdemo: Strictly round up the number of samples to send
2015-09-22 Daniel Elstnerdemo: Increase timer interval to 100 ms
2015-09-22 Daniel Elstnerdemo: Fix continuous mode and honor time limit
2015-09-22 Bert Vermeulenscpi/usbtmc: Implement Rigol DS1000 workaround on any...
2015-09-20 Bert VermeulenNo need to check return value of libusb_get_device_desc...
2015-09-20 Bert VermeulenRemove unnecessary call to libusb_get_device_descriptor().
2015-09-20 Aurelien Jacobsscpi-pps: cleaner rewriting of output regulation GVariant
2015-09-20 Aurelien Jacobsscpi-pps: sr_scpi_get_string() is already called by...
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-16 Daniel Elstnersysclk-lwla: Set USB device configuration
2015-09-16 Daniel Elstnersysclk-lwla: Clean up open/closed state handling
2015-09-16 Daniel Elstnersysclk-lwla: Streamline trigger setup logic
2015-09-16 Daniel Elstnerfx2lafw, sysclk-lwla: Avoid g_stat()
2015-09-15 Uwe Hermannlascar-el-usb: Fix copy-paste errors.
2015-09-13 Uwe Hermannmotech-lps-30x: Fix blocking serial write timeout.
2015-09-13 Uwe Hermannnorma-dmm: Fix blocking serial write timeout.
2015-09-13 Uwe Hermanngmc-mh-1x-2x: Fix blocking serial write timeout.
2015-09-13 Uwe Hermannconrad-digi-35-cpu: Fix blocking serial write timeout.
2015-09-13 Uwe Hermannbrymen-dmm: Fix blocking serial write timeout.
2015-09-13 Uwe Hermanncenter-3xx: Fix blocking serial write timeout.
2015-09-13 Uwe Hermannmic-985xx: Fix blocking serial write timeout.
2015-09-13 Uwe Hermannmanson-hcs-3xxx: Fix blocking serial write timeout.
2015-09-13 Uwe Hermanntondaj-sl-814: Fix blocking serial write timeout.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel ElstnerFix two more format warnings uncovered by MinGW build
2015-09-13 Daniel ElstnerFix log varargs bugs indicated by -Wformat
2015-09-10 Daniel Glöcknerhung-chang-dso-2100: Add driver
2015-09-10 Daniel Glöcknerhung-chang-dso-2100: Initial driver skeleton.
2015-09-09 Uwe Hermannportability: Use g_strerror() in favor of strerror().
2015-09-09 Uwe Hermannportability: Use g_ascii_strcasecmp() in favor of strca...
2015-09-07 Daniel Elstnerdrivers: Match dummy FD passed to source add/remove
2015-09-03 Daniel Elstnerdrivers: Use timer sources instead of polling stdin
2015-09-03 Daniel Elstnerdemo: Use simple timer source instead of pipe
2015-09-03 Daniel Elstnersession: Fix USB timeout handling
2015-08-30 Daniel Glöcknerhantek-dso: fix memory leak
2015-08-30 Daniel Glöcknerlascar-el-usb: fix memory leak
2015-08-28 Uwe Hermannkern-scale: Add initial driver contents.
2015-08-28 Uwe Hermannkern-scale: Initial driver skeleton.
2015-08-25 Bert VermeulenMake sr_next_enabled_channel() from scpi-pps available...
2015-08-25 Bert Vermeulenscpi: Make helper functions from scpi-pps available...
2015-08-25 Bert Vermeulenscpi: Move SCPI-related definitions to separate header...
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-08-15 Aurelien Jacobsbrymen-bm86x: add some error checking
2015-08-15 Uwe HermannVarious minor cosmetics and consistency fixes.
2015-08-15 Uwe HermannDoxygen consistency fixes (@foo instead of \foo).
2015-08-15 Uwe HermannVarious errno/strerror() related fixes.
2015-07-31 Hubert CHAUMETTElibsigrok: demo: close pipes on dev_acquisition_stop()
2015-07-25 Uwe Hermannols: Don't #include <libserialport.h> directly.
2015-07-10 Uwe HermannConvert a few more occurrences of d->priv to d->context.
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-07-09 Uwe Hermannfx2lafw: Use the USB_INTERFACE #define.
2015-07-09 Uwe Hermannfx2lafw: Fix segfault wrt libusb_detach_kernel_driver().
2015-07-09 Soeren Apelfx2lafw: Fix #445 by detaching the kernel driver (if...
2015-07-09 Daniel KingDemo: Fix #314 by always honoring sample limit changes
2015-07-09 Soeren ApelFix #505 by providing a separate property list for...
2015-07-06 Soeren ApelFix #574 by setting up the transfer first, then startin...
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-06-27 Daniel Elstnersysclk-lwla: Do not create channels in reverse order
2015-06-22 Uwe Hermannyokogawa-dlm: Minor cosmetics, consistency fixes, typos.
2015-06-22 Soeren Apelyokogawa-dlm: Return correct value for SR_CONF_HDIV
next