]> sigrok.org Git - libsigrok.git/shortlog
libsigrok.git
2022-02-06 Gerhard Sittigkingst-la2016: identify device type in scan() already
2022-02-06 Gerhard Sittigkingst-la2016: rephrase samplerate list code path,...
2022-02-06 Gerhard Sittigdevice: provide glib compatible callback to free usb...
2022-02-06 Gerhard Sittigdevice: introduce common helpers for channel group...
2022-02-06 Gerhard Sittigkingst-la2016: use common support for sw limits and...
2022-02-06 Gerhard Sittigkingst-la2016: more checks on configured rate/depth...
2022-02-06 Gerhard Sittigkingst-la2016: rename logic channels to match product...
2022-02-06 Gerhard Sittigkingst-la2016: style nits in FPGA code path and thresho...
2022-02-06 Gerhard Sittigkingst-la2016: coding style, separate declaration from...
2022-02-06 Gerhard Sittigkingst-la2016: address style issues in api.c scan and...
2022-02-06 Gerhard Sittigkingst-la2016: separate complex calls from caller's...
2022-02-06 Gerhard Sittigkingst-la2016: rephrase sample data to session feed...
2022-02-06 Gerhard Sittigkingst-la2016: style nit, drop unnecessary typedefs
2022-02-06 Gerhard Sittigkingst-la2016: style nits in enable/configure PWM
2022-02-06 Gerhard Sittigkingst-la2016: renames to better reflect sequence of...
2022-02-06 Gerhard Sittigkingst-la2016: use symbolic names for device run state
2022-02-06 Gerhard Sittigstd: remove open coded array items count, make floats...
2022-02-06 Gerhard Sittigstd: epsilon for std_gvar_min_max_step_thresholds(...
2022-02-06 Gerhard Sittigkingst-la2016: adjust register layout in acquisition...
2022-02-06 Gerhard Sittigtests: cover u24le and u40le in endianess conversion...
2022-02-06 Gerhard Sittiglibsigrok-internal.h: add 24bit and 40bit endianess...
2022-02-06 Gerhard Sittigkingst-la2016: rephrase creation of the acquisition...
2022-02-06 Gerhard Sittigkingst-la2016: rephrase manufacture date and device...
2022-02-06 Gerhard Sittigkingst-la2016: endianess and redundancy in run state...
2022-02-06 Gerhard Sittigkingst-la2016: address endianess issue in data feed...
2022-02-06 Gerhard Sittigkingst-la2016: shuffle code order to follow application...
2022-02-06 Gerhard Sittigkingst-la2016: unobfuscate "user specified threshold...
2022-02-06 Gerhard Sittigkingst-la2016: concentrate magic numbers in central...
2022-02-06 Gerhard Sittigkingst-la2016: rephrase FPGA bitstream content zero...
2022-02-06 Gerhard Sittigkingst-la2016: make FPGA bitstream upload optional
2022-02-06 Gerhard Sittigkingst-la2016: rephrase USB renum code path after firmw...
2022-02-06 Gerhard Sittigkingst-la2016: address style nits, brace location,...
2022-02-06 Gerhard Sittigkingst-la2016: rephrase comments for style, readability...
2022-02-06 Gerhard Sittigkingst-la2016: rephrase diagnostics to improve user...
2022-02-06 Gerhard Sittigkingst-la2016: style nits, consistent #define indentation
2022-02-06 Gerhard Sittigkingst-la2016: style nits, remove not needed include...
2022-02-06 Gerhard Sittigkingst-la2016: sort include directives
2022-02-06 Gerhard Sittigkingst-la2016: move acquisition abort from api.c to...
2022-02-06 Gerhard Sittigkingst-la2016: move USB communication from api.c to...
2022-02-06 Gerhard Sittigkingst-la2016: rename routine before moving from api...
2022-01-08 Volodymyr Ananievrdtech-dps: Use big endian register access for DPS...
2022-01-08 Gerhard Sittigrigol-ds: improve robustness in samplerate getting...
2022-01-08 Gerhard Sittigsession: address deprecation of g_memdup(), prepare...
2022-01-08 Gerhard Sittiginput/vcd: detect and skip string data types (value...
2022-01-03 Gerhard Sittiginput/vcd: raise severity of messages about unsupported...
2021-12-22 Gerhard Sittigftdi: address ftdi_usb_purge_buffers() deprecation...
2021-12-22 Gerhard Sittiginput/vcd: silence printf() format compiler warning
2021-12-22 Gerhard Sittiguni-t-ut181a: drop serial flush() after open()
2021-12-22 Gerhard Sittiguni-t-ut181a: silence compiler warning, use of uninitia...
2021-12-22 Gerhard Sittigconfigure: Hameg HMO does not strictly depend on serial...
2021-12-22 Gerhard Sittigrdtech-tc/um: silence "missing field identifier" compil...
2021-12-22 Gerhard Sittigbinary helpers: add "invalid" enum item, improve readab...
2021-12-22 Gerhard Sittigdoc: fix a trivial typo in the ASIX OMEGA section of...
2021-12-22 Gerhard Sittiginput/stf: move trigger packet emission to feed queue...
2021-12-22 Gerhard Sittiginput: optionally send trigger markers from common...
2021-12-22 Gerhard Sittigconfigure: make zlib an optional dependency which input...
2021-12-22 Gerhard Sittigserial: move sr_serial_extract_options() out of "have...
2021-11-14 Mike Walterskingst-la2016: handle sdi==NULL in config_list
2021-10-20 Gerhard Sittiginput/stf: introduce support for Asix' Sigma Test File...
2021-10-20 Gerhard Sittigconfigure: hook up minilzo to the libsigrok build,...
2021-10-20 Gerhard Sittigminilzo: import content of upstream minilzo-2.10.tar...
2021-10-13 Gerhard SittigREADME.devices: discuss ASIX OMEGA in RTM CLI mode...
2021-10-13 Gerhard Sittigasix-omega-rtm-cli: Implement RTM for ASIX OMEGA via...
2021-10-13 Gerhard Sittigasix-omega-rtm-cli: Initial driver skeleton.
2021-10-13 Gerhard Sittigsw_limits: extend API to "get remaining counts" before...
2021-10-13 Gerhard Sittiginput: accept const sdi in feed queue API
2021-10-02 Kevin Grantkingst-la2016: setup usb transfer sizes to be multiple...
2021-09-13 Soeren Apelzketech-ebd-usb: Minor style fixes
2021-09-13 Frank Stettnerzketech-ebd-usb: Style fixes
2021-09-13 King Kévinzketech-ebd-usb: Multiple fixes and upgrades.
2021-09-10 Soeren Apelkingst-la2016: Minor style fixes
2021-09-10 Kevin Grantkingst-la2016: add support for kingst la1016
2021-09-10 Kevin Grantkingst-la2016: avoid filling the log file with redundan...
2021-09-10 Kevin Grantkingst-la2016: add support for both LA2016 hardware...
2021-09-10 Kevin Grantkingst-la2016: remove unnecessary initialisation code
2021-09-10 Kevin Grantkingst-la2016: fix segfault that often occurs when...
2021-09-10 Kevin Grantkingst-la2016: fix fpga register alignment for sampling...
2021-09-10 Kevin Grantkingst-la2016: fix input threshold adjustment
2021-09-10 Kevin Grantkingst-la2016: fix the fpga register addresses
2021-09-10 Kevin Grantkingst-la2016: replace usb control transfer brequest...
2021-09-10 v1neols: Fix off-by-one when setting up trigger stages
2021-09-10 v1neols: Fix demuxer operation
2021-09-10 v1neols: Don't silently ignore error when setting up the...
2021-09-10 v1neols: Don't store temporary data in device context
2021-09-10 v1neols: Provide sample count in RLE mode
2021-09-10 v1neols: Clean up: Obey code style
2021-08-28 Martin Atkinsscpi-pps: Support for the EEZ PSU series
2021-08-28 Martin Atkinsscpi-pps: Data capture dynamically-probed channels
2021-08-23 Tim Van HelleputteAdd support for TENMA 72-2710 V6.6 power supply
2021-08-22 Frank Stettneritech-it8500: Remove SR_MQFLAG_DC from power values.
2021-08-14 Frank Stettnerhp-59306a: Rename channel groups from CHn to Rn
2021-08-14 Frank Stettnerhp-59306a: Add GET for config key SR_CONF_CONN
2021-08-14 Frank Stettnerhp-59306a: Enable/disable all outputs at once.
2021-08-04 Gerhard Sittiginput/saleae: silence overzealous compiler warning
2021-08-04 Gerhard Sittigdmm/bm52x: silence overzealous compiler warning
2021-08-04 Gerhard Sittigtests: unbreak endianess conversion test routine (too...
2021-08-04 Gerhard Sittigdoc: update README.devices for conn=sn=<serno> (driver...
2021-08-04 Gerhard Sittigdcttech-usbrelay: accept conn=sn=<serno> user specs...
2021-07-23 Frank Stettnerconrad-digi-35-cpu: Remove CH1 from device.
2021-07-23 Gerhard Sittigdcttech-usbrelay: support conn=vid.pid specs in additio...
next