]> sigrok.org Git - libsigrok.git/history - hardware/common
atten-pps3xxx: Initial driver skeleton.
[libsigrok.git] / hardware / common /
2014-01-06 Uwe Hermannhardware/common/dmm: Fix debug output level.
2014-01-03 Matthias Heidbrinkserial: Improved docs.
2014-01-03 Aurelien Jacobsscpi_usbtmc: fix reading of blocks bigger than the...
2014-01-02 Uwe HermannAdd initial support for the V&A VA40B multimeter.
2013-12-31 Uwe Hermannes519xx.c: Fix a few compiler warnings (clang).
2013-12-30 Martin LingAdd blocking and nonblocking versions of serial_read...
2013-12-29 Aurelien Jacobsremove the es51922 protocol parser, superseded by the...
2013-12-29 Aurelien Jacobses519xx: correctly handle the VAHZ function
2013-12-29 Aurelien Jacobses519xx: apply the proper fixed factor in duty cycle...
2013-12-29 Aurelien Jacobses519xx: fix switching between frequency and duty cycle...
2013-12-29 Aurelien Jacobses519xx: correctly handle the voltage factor in diode...
2013-12-29 Aurelien Jacobses519xx: fix continuity mode handling
2013-12-29 Martin Lingscpi: Strip trailing newline from *IDN response if...
2013-12-29 Martin LingRevise SCPI read API to allow backend-independent data...
2013-12-28 Martin Lingscpi: Log IDN? result.
2013-12-27 Uwe Hermannlog prefixes: Cosmetics, consistency fixes, typo fixes.
2013-12-27 Martin LingCentralise duplicated logging helper defines.
2013-12-22 Martin LingWindows usb: don't try to resume thread if shut down...
2013-12-22 Martin Lingusb: Enforce that there can only be one USB event sourc...
2013-12-22 Martin LingWindows usb: Unlock mutex when shutting down wait thread.
2013-12-22 Martin LingWinsock2.h must be included before anything that includ...
2013-12-22 Martin LingImplement usb_source_add and usb_source_remove for...
2013-12-21 Martin LingUse common usb_source_add and usb_source_remove functions.
2013-12-21 Martin LingUse new libserialport event set API to make GPollFDs...
2013-12-18 Uwe Hermannbbcgm-m2110: Minor cosmetics.
2013-12-18 Matthias Heidbrinkserial-dmm: Add BBC Goerz Metrawatt M2110 DMM driver.
2013-12-17 Uwe Hermannserial.c: Show both error code and error message.
2013-12-09 Matthias HeidbrinkImproved doxygen docs.
2013-12-07 Martin LingRemove now-unused fd field from struct sr_serial_dev_inst.
2013-12-07 Martin LingEliminate internal usage of serial->fd in serial.c.
2013-12-07 Martin LingUse sp_get_port_handle to get an fd for adding/removing...
2013-12-07 Martin LingRoute sr_source_remove for all serial devices through...
2013-12-07 Martin LingRoute sr_source_add for all serial devices through...
2013-12-07 Martin Lingscpi_serial: Iterate serial_write as necessary to send...
2013-12-06 Martin Lingscpi_tcp: must define _WIN32_WINNT to 0x0501 or higher...
2013-12-06 Martin Lingscpi_tcp: Fix building on Windows.
2013-12-04 Bert Vermeulenscpi/usbtmc: Prototype fixes.
2013-12-04 Bert Vermeulenscpi/serial: Use stubs for all SCPI functions.
2013-12-04 Martin Lingscpi_tcp: Adjust to observed protocol for Rigol VS5000...
2013-12-04 Martin LingAdd implementation for SCPI over TCP.
2013-12-04 Martin Lingscpi_serial: Flush buffers after opening port.
2013-12-04 Martin LingAdd sr_scpi_send_variadic() function.
2013-12-04 Martin LingMake sr_scpi_send() take printf-style arguments.
2013-12-03 Martin LingAdd sr_scpi_read() operation for reading arbitrary...
2013-12-03 Martin LingImplement SCPI over USBTMC.
2013-12-03 Martin LingMake SCPI functions device independent, with separate...
2013-12-03 Uwe Hermannscpi.c: Minor cleanups, cosmetics.
2013-12-03 poljar (Damir Jelić)serial: Add function to extract serial options.
2013-12-03 poljar (Damir Jelić)scpi: Add function to fetch uint8_t.
2013-12-03 poljar (Damir Jelić)scpi: Add function to get an array of floats.
2013-12-03 poljar (Damir Jelić)scpi: Add a function to read and wait on a *OPC? reply.
2013-12-03 poljar (Damir Jelić)scpi: Add more functions (getting int/bool/float/double).
2013-12-03 poljar (Damir Jelić)scpi: Add function to strictly parse bool strings.
2013-12-03 poljar (Damir Jelić)scpi: Add helper functions for SCPI communication.
2013-12-01 Martin LingUse new libserialport blocking/nonblocking API calls.
2013-11-26 Uwe Hermannserial.c: Re-enable serial_read() error reporting.
2013-11-26 Martin LingUse new libserialport opaque configuration structure.
2013-11-26 Martin LingUse accessor for new libserialport opaque port structure.
2013-11-22 Matthias Heidbrinkserial: Allow 5 and 6 data bits.
2013-11-22 Martin LingUpdate for libserialport v0.1 API.
2013-11-20 Bert VermeulenSuppress compile warning
2013-11-19 Uwe Hermannserial.c: Minor cosmetic fix.
2013-11-19 Martin LingUse new sp_port_config fields.
2013-11-19 Martin Lingserial: Use new sp_set_config instead of sp_set_params.
2013-11-19 poljar (Damir Jelić)serial: Fix leak in serial_open.
2013-11-15 Uwe Hermannserial.c: Temporary quickfix until a libserialport...
2013-11-15 Uwe Hermannconfigure.ac: libserialport is optional.
2013-11-14 Uwe Hermannserial.c: Fix a few return values.
2013-11-14 Uwe Hermannserial.c: Cosmetics, coding-style.
2013-11-14 Martin LingUpdate for renamed libserialport header file.
2013-11-14 Martin LingUpdate to new libserialport API.
2013-11-14 Martin LingUse libserialport for serial port access.
2013-10-31 Uwe Hermannmetex14: Handle a few missing cases for overflow.
2013-10-25 Matthias Heidbrinkserial: Removed flag OPOST (turn off all output process...
2013-10-25 Matthias Heidbrinkserial: Added flags CLOCAL (ignore modem status lines...
2013-10-25 Matthias Heidbrinkserial: Added flag IXANY (any char will restart) to...
2013-10-23 Uwe Hermannmetex14: Add support for pF (picofarad).
2013-10-23 Uwe Hermannmetex14: Use case-insensitive string compares.
2013-10-23 Uwe Hermannmetex14: Support DMMs with slightly different protocol.
2013-10-23 Uwe Hermannmetex14: Support DMMs with whitespace differences.
2013-10-18 Matthias Heidbrinkserial: Changed order of flags PARENB and PARODD in...
2013-10-13 Aurelien Jacobses519xx: correct initialization of es519xx_info structure
2013-10-06 Uwe Hermannes519xx: Fix incorrect packet size, and a typo.
2013-10-06 Uwe Hermannes519xx: Cosmetics, coding style, minor fixes.
2013-10-06 Aurelien Jacobsadd cyrustek es519xx generic protocol parser
2013-09-26 Daniel Thompsonserial: Only sleep when no characters are received.
2013-09-01 Uwe HermannVoltcraft VC-830: Fix diode mode handling.
2013-09-01 Uwe Hermannes51922/fs9721/fs9922/metex14: Use diode MQFLAG.
2013-09-01 Uwe Hermannfs9922: Fix typo.
2013-08-30 Uwe Hermannserial.c: Drop unneeded <glob.h>.
2013-05-10 Uwe HermannUse consistent naming for internal libtool helper libs.
2013-05-03 Uwe Hermanns/DRIVER_LOG_DOMAIN/LOG_PREFIX/.
2013-05-01 Uwe Hermannfs9721: Factor out common code from serial-dmm.
2013-04-30 Uwe Hermannuni-t-dmm/serial-dmm: Handle Voltcraft VC-840 temperature.
2013-04-30 Uwe Hermannfs9922: Fix beep mode.
2013-04-30 Uwe Hermannfs9922: Fix diode mode parsing.
2013-04-26 Uwe Hermanncommon/dmm: Drop obsolete *is_packet_start() functions.
2013-04-26 Uwe Hermannfs9922: Use common DMM API.
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-04-15 Bert Vermeulenusb: Fix bus.address format detection
next