]> sigrok.org Git - libsigrok.git/history - hardware
Fix test failure
[libsigrok.git] / hardware /
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-05 Russ Dillzeroplus: Rework triggerbar/trigger address logic
2013-12-05 Russ Dillzeroplus: Clip sampling sizes larger that our sample...
2013-12-05 Russ Dillzeroplus: Add support for additional memory sizes
2013-12-05 Russ Dillzeroplus: Rename max_memory_size to max_sample_depth
2013-12-04 Russ Dillzeroplus: Just wait until not busy on data capture
2013-12-04 Russ Dillzeroplus: Add usb IDs for 32 channel models, but only...
2013-12-04 Bert Vermeulenrigol-ds: Minor error reporting fix.
2013-12-04 Bert Vermeulenscpi/usbtmc: Prototype fixes.
2013-12-04 Bert Vermeulenscpi/serial: Use stubs for all SCPI functions.
2013-12-04 Martin Lingrigol-ds: Support VS5000 series devices.
2013-12-04 Martin Lingscpi_tcp: Adjust to observed protocol for Rigol VS5000...
2013-12-04 Martin Lingrigol-ds: Support TCP connection.
2013-12-04 Martin LingAdd implementation for SCPI over TCP.
2013-12-04 Martin Lingrigol-ds: Handle partial analog frame reads.
2013-12-04 Martin Lingscpi_serial: Flush buffers after opening port.
2013-12-04 Martin Lingrigol-ds: Support RS232 connection.
2013-12-04 Martin Lingrigol-ds: Eliminate fixed-size buffer in set_cfg.
2013-12-04 Martin LingAdd sr_scpi_send_variadic() function.
2013-12-04 Martin LingReplace rigol_ds_send() function with sr_scpi_send().
2013-12-04 Martin LingMake sr_scpi_send() take printf-style arguments.
2013-12-03 Martin LingPort rigol-ds driver to use common SCPI functions.
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 Hermannhameg-hmo: Reduce unnecessarily high nesting level.
2013-12-03 Uwe Hermannhameg-hmo: Use hmo_ prefix for driver-local SR_PRIV...
2013-12-03 Uwe Hermannhameg-hmo: Minor cosmetics, coding-style fixes.
2013-12-03 Uwe Hermannscpi.c: Minor cleanups, cosmetics.
2013-12-03 poljar (Damir Jelić)hameg-hmo: Add initial working driver version.
2013-12-03 poljar (Damir Jelić)hameg-hmo: Initial driver skeleton.
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 Uwe Hermannserial-dmm: No error message upon 0 new bytes.
2013-12-01 Martin LingUse new libserialport blocking/nonblocking API calls.
2013-11-29 Martin Lingrigol-ds: Fix duplicated "LA" probe group.
2013-11-29 Martin LingCreate & use new sr_usbtmc_dev_inst for Rigol DS driver.
2013-11-29 Martin LingDS2000 sample memory capture patches from Mathias Grimm...
2013-11-29 Martin LingFix handling second channel on DS2000 series.
2013-11-29 Martin Lingrigol-ds: brown paper bag, using timebases instead...
2013-11-29 Martin Lingrigol-ds: fix calls to config_list with NULL sdi/devc.
2013-11-29 Martin Lingrigol-ds: Add support for DS2xx2 series.
2013-11-29 Martin LingRename rigol-ds1xx2 driver to rigol-ds.
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-23 Bert Vermeulenuni-t-dmm: Drop unnecessary DMM count.
2013-11-23 Bert Vermeulenuni-t-dmm: Add support for the Tenma 72-7745.
2013-11-22 Uwe Hermannhantek-dso: config_list(): Only SR_CONF_BUFFERSIZE...
2013-11-22 Uwe Hermannols: config_list(): Handle SR_CONF_PATTERN_MODE.
2013-11-22 Matthias Heidbrinkgmc_mh_1x_2x: Completed driver for Metrahit 1x/2x
2013-11-22 Matthias Heidbrinkserial: Allow 5 and 6 data bits.
2013-11-22 Matthias Heidbrinkgmc_mh_1x_2x: Inital driver skeleton.
2013-11-22 Martin LingUpdate for libserialport v0.1 API.
2013-11-20 Bert VermeulenSuppress compile warning
2013-11-19 Uwe HermannDT4000ZC/TP4000ZC: Force DTR=1 on the serial port.
2013-11-19 Uwe Hermannols: Always open serial port in nonblocking mode.
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 poljar (Damir Jelić)rigol-ds1xx2: Send a SR_DF_END packet before acquisitio...
2013-11-15 Uwe Hermannserial.c: Temporary quickfix until a libserialport...
2013-11-15 Uwe Hermannuni-t-dmm: Drop unused packet_request callback.
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-11-08 Bert Vermeulenrigol-ds1xx2: Unbreak listing of _VDIV and _COUPLING
2013-11-08 Bert Vermeulenrigol-ds1xx2: Unbreak listing of SR_CONF_DEVICE_OPTIONS
2013-11-08 Bert Vermeulenrigol-ds1xx2: Better error reporting when probe groups...
2013-11-08 Bert Vermeulenrigol-ds1xx2: Minor coding style fixes
2013-11-08 Bert Vermeulenprobe_groups: API changes required to implement probe...
2013-11-08 Bert Vermeulenrigol-ds1xx2: fix bitrot in device cleanup code
2013-11-08 Bert Vermeulenrigol-ds1xx2: Don't assume valid sdi
2013-11-08 Bert Vermeulenrigol-ds1xx2: Skip obsolete fields
2013-11-08 Martin Lingrigol-ds1xx2: implement probe group specific options.
2013-11-08 Martin Lingrigol-ds1xx2: create probe groups.
2013-11-08 Martin Lingprobe_groups: API changes required to implement probe...
2013-11-03 Dan Horákrigol-ds1xx2: detect Rigol DS1xx2 with upgraded bandwith
2013-10-31 Uwe Hermannmetex14: Handle a few missing cases for overflow.
2013-10-30 Uwe HermannAdd support for the Metex M-4650CR.
2013-10-30 Uwe HermannAdd support for the Voltcraft M-4650CR.
2013-10-25 Uwe Hermannnorma-dmm: Minor cosmetics, coding-style, consistency...
2013-10-25 Matthias Heidbrinknorma dmm: Implemented driver.
2013-10-25 Matthias Heidbrinknorma dmm: Initial driver skeleton.
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-24 Sean Youngsaleae-logic16: claim device before using it
2013-10-24 Aurelien Jacobsteleinfo: actual parser implementation
2013-10-24 Aurelien Jacobsteleinfo: Initial driver skeleton.
next