]> sigrok.org Git - libsigrok.git/history - src
input: decorate sr_input_find() parameter as const
[libsigrok.git] / src /
2022-04-23 Gerhard Sittiginput: decorate sr_input_find() parameter as const
2022-02-22 Gerhard Sittighp-3478a: use symbolic name for status register bit...
2022-02-22 Gerhard Sittigkingst-la2016: cope with 800MHz base clock for 500MHz...
2022-02-22 Gerhard Sittigkingst-la2016: zero pad FPGA bitstream to 4KiB boundaries
2022-02-22 Gerhard Sittigkingst-la2016: introduce base clock independent from...
2022-02-22 Gerhard Sittigkingst-la2016: add more device types and their EEPROM...
2022-02-22 Gerhard Sittigkingst-la2016: comment on FPGA register at offset 0x000...
2022-02-22 Gerhard Sittigkingst-la2016: prefer boolean data type for bool inform...
2022-02-22 Gerhard Sittigkingst-la2016: stop acquisition when USB device was...
2022-02-22 Gerhard Sittigkingst-la2016: add support for streaming mode, works...
2022-02-22 Gerhard Sittigkingst-la2016: experiment with USB bulk size and pool...
2022-02-22 Gerhard Sittigkingst-la2016: use a pool of USB bulk transfers, speedu...
2022-02-22 Gerhard Sittigkingst-la2016: move USB bulk transfer handling to helpe...
2022-02-22 Gerhard Sittigkingst-la2016: move capture download details out of...
2022-02-06 Gerhard Sittiguse common channel group allocation/release code
2022-02-06 Gerhard Sittigkingst-la2016: add my copyright for recent improvements
2022-02-06 Gerhard Sittigkingst-la2016: spew pretty FPGA register dump for devel...
2022-02-06 Gerhard Sittigkingst-la2016: unconditionally construct MCU firmware...
2022-02-06 Gerhard Sittigkingst-la2016: weaken run state check in hardware initi...
2022-02-06 Gerhard Sittigkingst-la2016: balance frame begin and frame end emission
2022-02-06 Gerhard Sittigkingst-la2016: symbolic names for capture mode, trigger...
2022-02-06 Gerhard Sittigkingst-la2016: determine packets per chunk at runtime...
2022-02-06 Gerhard Sittigkingst-la2016: extend model support (100/500 MHz, 32...
2022-02-06 Gerhard Sittigkingst-la2016: rephrase USB bulk transfer size padding...
2022-02-06 Gerhard Sittigkingst-la2016: developer comment on capture data layout...
2022-02-06 Gerhard Sittigkingst-la2016: keep FPGA active after device close
2022-02-06 Gerhard Sittigkingst-la2016: use more specific error codes than SR_ERR
2022-02-06 Gerhard Sittigkingst-la2016: reword buffer size in FPGA register...
2022-02-06 Gerhard Sittigkingst-la2016: rename samplerate member in device context
2022-02-06 Gerhard Sittigkingst-la2016: remove complex logic threshold voltage...
2022-02-06 Gerhard Sittigkingst-la2016: reduce a little if-deffery in logic...
2022-02-06 Gerhard Sittigkingst-la2016: implement alternative simpler threshold...
2022-02-06 Gerhard Sittigkingst-la2016: adjust config param checks, threshold...
2022-02-06 Gerhard Sittigkingst-la2016: sort protocol.h priv routines in order...
2022-02-06 Gerhard Sittigkingst-la2016: add PWM channel groups, announce as...
2022-02-06 Gerhard Sittigkingst-la2016: reduce scope of a few more declarations
2022-02-06 Gerhard Sittigkingst-la2016: rework the device side of PWM configuration
2022-02-06 Gerhard Sittigkingst-la2016: complete hardware setup in probe, set...
2022-02-06 Gerhard Sittigkingst-la2016: improve diagnostics in device type detection
2022-02-06 Gerhard Sittigkingst-la2016: rework acquisition limits, improve CLI use
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 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 Sittigrdtech-tc/um: silence "missing field identifier" compil...
2021-12-22 Gerhard Sittigbinary helpers: add "invalid" enum item, improve readab...
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 Sittigasix-omega-rtm-cli: Implement RTM for ASIX OMEGA via...
2021-10-13 Gerhard Sittigasix-omega-rtm-cli: Initial driver skeleton.
next