]> sigrok.org Git - libsigrok.git/shortlog
libsigrok.git
2020-09-19 Gerhard Sittigserial-dmm: only do bytes to text conversion at higher...
2020-09-18 Gerhard Sittiginput/csv: provide double precision values to session...
2020-09-18 Gerhard Sittiganalog.c: rephrase analog feed to float conversion...
2020-09-18 Gerhard Sittiglibsigrok-internal.h: add more endianess aware stream...
2020-09-18 Gerhard Sittigtests/analog: add more tests for analog feed to float...
2020-09-18 Timo Kokkonenanalog.c: sr_analog_to_float(): Support for receiving...
2020-09-15 Jiri Slabytests: strutil, use ck_assert
2020-09-02 Gerhard Sittiginput/saleae: improve L2D undersampling, do provide...
2020-09-01 Gerhard Sittigkorad-kaxxxxp: remove obsolete code (clear before read...
2020-09-01 Gerhard Sittigkorad-kaxxxxp: speed up scan process, rephrase response...
2020-08-28 Gerhard Sittigkorad-kaxxxxp: style cleanup in device scan, keep serno...
2020-08-26 Gerhard Sittiginput/saleae: keep previous channels across cleanup...
2020-08-25 Gerhard Sittigscpi-pps: use remote and local modes for HMP4000
2020-08-25 Gerhard Sittigscpi-pps: Add more HMP4000 series devices
2020-08-25 Florian Schmidtscpi-pps: add support for Hameg / Rohde & Schwarz HMP4040
2020-08-25 Gerhard Sittigdoc: update README.devices for GWInstek VCP (CP210x...
2020-08-25 Gerhard Sittigscpi_serial: add "GWInstek VCP" (PID 0x0030) as seen...
2020-08-25 Gerhard Sittigscpi-dmm: factor out some OL detection limits
2020-08-25 Gerhard Sittigscpi-dmm: add SR_CONF_CONN getter
2020-08-24 v1neols: Detect Demon Core, use its canonic command names
2020-08-24 v1neols: Refactor, deduplicate logic packet code
2020-08-24 v1neols: Use symbolic name for "success" error code.
2020-08-24 v1neols: Make constant names more precise, clarify comment
2020-08-24 v1neols: Rename "flags" to "capture flags".
2020-08-24 v1neols: Symbolic name for magic value, reflect units in...
2020-08-24 v1neols: Remove stray command
2020-08-24 v1neols: Make use of zero-initialization.
2020-08-23 Frank Stettnerlibsigrok.h: Fix comment for unit Joule.
2020-08-22 Frank Stettnerlibsigrok.h: Add Joule, Coulomb, and Ah units.
2020-08-22 Frank Stettnerlibsigrok.h: Add MQ for electric charge.
2020-08-22 Frank Stettnerteleinfo: Fix measured quantity (energy, not power).
2020-08-22 Gerhard Sittigoutput/csv: always generate text for analog/logic data...
2020-08-22 Gerhard Sittigoutput/csv: check unsupported/untested input signal...
2020-08-22 Timo KokkonenREADME.devices: Document enabling GW Instek GDM-397...
2020-08-22 Timo Kokkonenserial-dmm: Add GW Instek GDM-397 meter support.
2020-08-22 Gerhard Sittigkorad-kaxxxxp: add support for forced "detection" of...
2020-08-22 Gerhard Sittighwdriver: introduce SR_CONF_FORCE_DETECT config key...
2020-08-22 Gerhard Sittigkorad-kaxxxxp: add config_get() support for SR_CONF_CONN
2020-08-20 Timo Kokkonenscpi-dmm: Remove SYST:LOC hack for GWInstek meters.
2020-08-20 Timo Kokkonenscpi-dmm: Add new command DMM_CMD_SETUP_LOCAL.
2020-08-17 Gerhard Sittigscpi-dmm: alpha-sort the list of supported devices...
2020-08-17 Gerhard Sittigscpi-dmm: minor style adjustment (gdm906x, analog init...
2020-08-17 Gerhard Sittigscpi: Raise severity when IDN response lacks the serial...
2020-08-17 Gerhard Sittigscpi_serial: Rephrase NL and NL+CR line termination...
2020-08-17 Timo Kokkonenscpi_serial: Add GW-Instek GPD-9061 (USBCDC mode) VID...
2020-08-17 Timo Kokkonenudev: Add GW-Instek GDM-9061 VID/PID.
2020-08-17 Timo Kokkonenscpi-dmm: Add support for GW-Instek 906X series bench...
2020-08-17 Timo Kokkonenscpi-dmm: Add support for GW-Instek 8200A series bench...
2020-08-17 Timo Kokkonenscpi: Support devices that omit serial number in *IDN...
2020-08-17 Timo Kokkonenscpi_serial: Add support for (broken) devices sending...
2020-08-09 Gerhard Sittigserial_hid: add iokit= prefix for the Mac IOKit special...
2020-08-05 Gerhard Sittigoutput/csv: complete and improve timestamp construction...
2020-08-05 Earle F. Philhower... output/csv: Avoid accumulated timestamp error for odd...
2020-08-03 Timo Kokkonengwinstek-gpd: Add missing SW limits API calls.
2020-08-03 Gerhard Sittigsw_limits: add const for limits param for config_get
2020-08-01 Gerhard Sittigserial: make failed flush() in open() non-fatal, CP2110...
2020-08-01 Timo Kokkonengwinstek-gpd: Add support to old (hardware) revision...
2020-07-31 Timo Kokkonengwinstek-gpd: Add support for GPD-3303S.
2020-07-31 Gerhard Sittigoutput/ascii: data type nits, rephrase sample bit access
2020-07-31 Gerhard Sittigoutput/ascii: style nits in name alignment and trigger...
2020-07-31 v1neoutput/ascii: Also print trigger marker for "short...
2020-07-31 v1neoutput/ascii: Vertically align logic channel names
2020-07-31 v1neoutput/ascii: Remove unused variable
2020-07-28 milan hauthanalog: avoid double free in '-O analog' shutdown path
2020-07-27 Gerhard Sittigoutput/srzip: improve robustness (analog-only acquisition)
2020-07-27 Mike Waltersscpi-dmm: Add Agilent 34410A.
2020-07-26 Wolfram Sangserial: flush() after open() in the serial core.
2020-07-26 Gerhard Sittigbt: drop bt_put_le16() dependency (not universally...
2020-07-24 Gerhard Sittiginput: use common support to send samplerate meta packet
2020-07-24 Gerhard Sittiginput/saleae: reduce the format match routine's greed
2020-07-24 Gerhard Sittiginput/saleae: introduce input module for Saleae Logic...
2020-07-24 Gerhard Sittiglibsigrok-internal: add endianess helpers for floating...
2020-07-24 Gerhard Sittiginput/vcd: unbreak the logic which skips a user specifi...
2020-07-24 Gerhard Sittigoutput/srzip: queue samples before ZIP operation
2020-07-24 Gerhard Sittigoutput/vcd: support analog data, more channels, minor...
2020-07-24 Gerhard Sittiginput/vcd: rework VCD file import logic (vector, intege...
2020-07-24 Gerhard Sittiginput: introduce helper for buffered submission of...
2020-07-23 Gerhard Sittiginput/binary: align sr_session_send() chunks to unit...
2020-07-18 Uwe Hermannbindings/ruby: Bump minimum requirement to Ruby 2.5.0.
2020-07-13 Soeren Apelfx2lafw: Use 1 as default for frame limit and reset...
2020-07-13 Valentin Ochsfx2lafw: Add support for frames
2020-07-13 motteKorad-kaxxxxp: Add model Tenma 72-2550
2020-07-12 Valentin OchsFix #1576 by handling DSO1000B's CHAN#:PROB? responses
2020-07-12 Valentin Ochsserial-lcr: Allow retrieving frame limit
2020-06-27 Valentin Ochsrigol-ds: Allow retrieving frame limit
2020-06-27 Valentin Ochshantek-dso: Allow retrieving frame limit
2020-06-27 Valentin Ochshameg-hmo: Allow retrieving frame limit
2020-06-27 Valentin Ochsgwinstek-gds-800: Allow retrieving frame limit
2020-06-24 Andy Lutomirskiscpi_usbtmc_libusb: Retry if a Bulk-IN request starts...
2020-06-24 Andy Lutomirskiscpi_usbtmc_libusb: Check that bulk in requests read...
2020-06-24 Andy Lutomirskirigol-ds: Improve short block handling
2020-06-24 Valentin Ochsrigol-ds: Send some commands on 1st frame only
2020-06-24 Valentin Ochsrigol-ds: Experimental support for segmented data with...
2020-06-24 Valentin Ochsrigol-ds: Experimental support for V5 frame reading
2020-06-24 Valentin Ochsrigol-ds: Add support for reading segmented data for...
2020-06-24 Valentin Ochsrigol-ds: Fix reading data from internal memory
2020-06-24 Valentin Ochsrigol-ds: Get correct samplerate for Memory and Segment...
2020-06-24 Valentin Ochsrigol-ds: Do not stop reading after the first frame
2020-06-24 Wolfram Sangstd: avoid doube close
2020-06-20 Walter Goossenskorad-kaxxxxp: Add KA3005P v5.5
next