]> sigrok.org Git - libsigrok.git/history - src/hardware
kingst-la2016: prefer boolean data type for bool information
[libsigrok.git] / src / hardware /
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 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 Sittigkingst-la2016: adjust register layout in acquisition...
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...
2021-12-22 Gerhard Sittigftdi: address ftdi_usb_purge_buffers() deprecation...
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-11-14 Mike Walterskingst-la2016: handle sdi==NULL in config_list
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-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.
next