]> sigrok.org Git - libsigrok.git/history - src
motech-lps-301: make better use of serial extract options helper
[libsigrok.git] / src /
2021-06-01 Gerhard Sittigmotech-lps-301: make better use of serial extract optio...
2021-06-01 Gerhard Sittigserial: extend semantics of connection and comm params...
2021-05-22 Gerhard Sittigscpi-dmm: avoid get/set range calls for some of the...
2021-05-22 Gerhard Sittigscpi-dmm: add four-wire resistance to list of 34405A MQs
2021-05-22 Gerhard Sittigscpi-dmm: prepare introduction of per-MQ driver flags
2021-05-22 Gerhard Sittigscpi-dmm: add support to get/set range on Agilent proto...
2021-05-22 Gerhard Sittigscpi-dmm: use INIT instead of MEAS for Agilent to start...
2021-05-22 Gerhard Sittigscpi-dmm: Keysight 34465A is a 6.5 digit meter, bump...
2021-05-22 Gerhard Sittigscpi-dmm: move OPC availability check to after IDN...
2021-05-22 Gerhard Sittigsiglent-sds: prefer common glib routine to get vector...
2021-05-22 Gerhard Sittigscpi: readability nits in vector getters, style nit...
2021-05-22 Gerhard Sittigsiglent-sds: free memory that was allocated by SCPI...
2021-05-22 Gerhard Sittighameg-hmo: free memory that was allocated by SCPI get...
2021-05-22 Gerhard Sittigrigol-ds: free memory that was allocated by SCPI get...
2021-05-22 Gerhard Sittigscpi-dmm: free memory that was allocated by SCPI get...
2021-05-22 Gerhard Sittigrigol-dg: free memory that was allocated by SCPI get...
2021-05-22 Gerhard Sittiglecroy-xstream: free memory that was allocated by SCPI...
2021-05-22 Gerhard Sittighp-3457a: style nits in the probe routine
2021-05-22 Gerhard Sittighp-3457a: free memory that was allocated by SCPI get...
2021-05-22 Gerhard Sittigfluke-45: free memory that was allocated by SCPI get...
2021-05-22 Gerhard Sittigscpi: document callers' responsibility to free getters...
2021-05-22 Gerhard Sittigscpi: make sure to either return valid SCPI response...
2021-05-22 Gerhard Sittigserial_libsp: extend diag in code path which opens...
2021-05-16 Rafael G. Martinsserial-dmm: Add PeakTech 2025 meter support.
2021-05-09 Frank Stettnerrdtech-dps: Add missing devc initialisation.
2021-04-25 Gerhard Sittiginput/csv: trim surrounding whitespace from header...
2021-04-25 Gerhard Sittigrdtech-dps: research to reduce serial comm transfer...
2021-04-25 Gerhard Sittigrdtech-dps: introduce support for RD6006 and other...
2021-04-25 Gerhard Sittigrdtech-dps: layer separation between API and protocol...
2021-04-25 Frank Stettnerhp-59306a: Initial HP 59306A driver.
2021-04-24 Frank Stettnerhp-59306a: Initial driver skeleton.
2021-04-24 Frank StettnerAdd device type SR_CONF_MULTIPLEXER.
2021-03-16 Gerhard Sittigkingst-la2016: address trivial style nits (whitespace...
2021-03-16 Helge Krusekingst-la2016: Eliminate non-portable packed structs...
2021-03-16 Helge Krusekingst-la2016: Use common code to send trigger and...
2021-03-16 Gerhard Sittiglibsigrok-internal.h: add 48bit endianess aware byte...
2021-03-16 Helge Krusekingst-la2016: Upload firmware to correct USB configura...
2021-03-16 Frank Stettnerkorad-kaxxxxp: Add support for Korad KD3005P V2.1
2021-03-06 Petteri Aimonenscpi-dmm: Add support for Owon XDM2041
2021-03-06 Petteri Aimonenscpi-dmm: Gracefully handle meters that lack OPC command.
2021-03-06 Petteri Aimonenscpi-dmm: Add infinity limit to model-specific config.
2021-02-28 Petteri Aimonenscpi-pps: Add support for Owon P4000 series.
2021-02-21 litospainhantek-6xxx: Add ISDS205B support
2021-02-21 wakahantek-6xxx: Fix for channel coupling not updating...
2021-02-21 Florian Ragwitzzketech-ebd-usb: Don't ignore errors
2021-02-21 Florian Ragwitzbeaglelogic: Fix resource leak
2021-02-21 Alberto Scottahantek-dso: fix 100MS/s
2021-02-21 HReimannrigol-ds: Add DS1102Z-E model variant
2021-02-21 Richard Allengwinstek-gpd: Fix voltage/current measurement
2021-02-21 Richard Allengwinstek-gpd: Support auto-baud detection
2021-02-21 Richard Allengwinstek-gpd: Retry device identification on failure
2021-02-21 Richard Allengwinstek-gpd: Print serialcomm config
2021-02-02 Gerhard Sittigscpi-pps: add R&S HMP2000 model specs
2021-02-02 Gerhard Sittigscpi-pps: adjust R&S HMP4000 current resolution for...
2021-01-06 v1neols: Clean up: Replace hand-rolled byte order conversio...
2021-01-06 v1neols: Refactor: Extract trigger setup into private place
2021-01-06 v1neols: Make external clock setting queriable
2021-01-06 v1neols: Add option to use the falling edge of the external...
2021-01-06 v1neols: Clear "disabled groups" flags before setting them
2021-01-06 v1neols: Display actual expanded sample instead of the...
2021-01-06 v1neols: Clean up: Prefix private function for consistency
2021-01-05 Peter Skarpetisdmm/mm38xr: introduce DMM packet parser for Meterman...
2021-01-05 Gerhard Sittigserial-dmm: move Mastek items after Metex in the model...
2021-01-04 Frank Stettnerarachnid-labs-re-load-pro: Fix for get voltage and...
2020-12-29 Gerhard Sittigdmm/bm52x: unbreak build when serial comm is not available
2020-12-25 Ralffx2lafw: Unbreak SR_CONF_LIMIT_SAMPLES for large values...
2020-12-25 Gerhard Sittigftdi-la: work around missing USB strings during device...
2020-11-28 Niklas Thorneasix-sigma: parse serial numbers as unsigned values
2020-11-17 Niklas Thornestrutil: introduce sr_atoul_base() conversion helper...
2020-11-05 Gerhard Sittigdriver_list: unbreak list of builtin drivers for LTO...
2020-10-26 Gerhard Sittiglibsigrok-internal.h: add u64be endianess writer
2020-10-22 Gerhard Sittigserial-dmm: add support for the Brymen BM820s family
2020-10-22 Gerhard Sittigdmm/bm52x: add support for recorded measurements (memor...
2020-10-22 Gerhard Sittigbrymen-dmm: remove obsolete driver (support has moved...
2020-10-22 Gerhard Sittigdmm/bm85x: introduce DMM packet parser for Brymen BM850...
2020-10-22 Gerhard Sittigstrutil: add text to float conversion which also gets...
2020-10-22 Gerhard Sittigserial-dmm: more DMM parser callbacks (open, var length...
2020-10-22 Gerhard Sittigserial: extend stream detect for variable length packet...
2020-10-22 Gerhard Sittiginput/vcd: fix a divide by zero bug in the analog-only...
2020-10-18 Gerhard Sittiginput/vcd: suggest downsampling to users for reduced...
2020-10-18 Gerhard Sittiginput/vcd: unbreak U and - values for single bit input...
2020-10-06 Timo Kokkonenrigol-dg: Add device/firmware specific quirks support.
2020-10-06 Gerhard Sittigitech-it8500: avoid "new" as a variable identifier
2020-10-06 Gerhard Sittigitech-it8500: declaration nits
2020-10-06 Gerhard Sittigitech-it8500: rephrase config get/set/list, reflect...
2020-10-06 Timo Kokkonenitech-it8500: ITECH IT8500 series DC electronic load...
2020-10-06 Timo Kokkonenitech-it8500: Initial driver skeleton.
2020-10-06 Timo Kokkonenhwdriver: New entries for DC Load "CW" (Power) and...
2020-10-06 Gerhard Sittigdmm/metex14: unbreak packet request helper return code
2020-10-04 Gerhard Sittiginput/csv: trim cell content before conversion
2020-10-04 Timo Kokkonenrigol-dg: Fix reading current output signal duty cycle...
2020-10-04 Timo Kokkonenrigol-dg: Add Rigol DG800 and DG900 series support.
2020-10-03 Gerhard Sittigpce-322a: unbreak send_command() return code
2020-09-28 Gerhard Sittigrigol-dg: reduce redundancy in malloc() calls
2020-09-28 Timo Kokkonenrigol-dg: Initial Rigol DG1000z driver implementation.
2020-09-28 Timo Kokkonenrigol-dg: Initial driver skeleton.
2020-09-28 Timo Kokkonenhwdriver: Add SR_CONF_DUTY_CYCLE & SR_CONF_PHASE.
2020-09-27 Ralfscpi: accept numbers like 4.0000E3 as integer value
2020-09-27 Gerhard Sittigserial: lower severity of failed stream detect message
2020-09-27 Gerhard Sittigols: more robust device reset in acquisition stop
next