]> sigrok.org Git - libsigrok.git/history - src/hardware/asix-sigma
uni-t-ut181a: silence compiler warning, use of uninitialized variable
[libsigrok.git] / src / hardware / asix-sigma /
2020-11-28 Niklas Thorneasix-sigma: parse serial numbers as unsigned values
2020-05-31 Gerhard Sittigasix-sigma: discuss usability of data pattern trigger...
2020-05-31 Gerhard Sittigasix-sigma: unconditionally re-enable trigger support...
2020-05-31 Gerhard Sittigasix-sigma: complete and extend capture mode supervision
2020-05-31 Gerhard Sittigasix-sigma: download sample memory in multiple receive...
2020-05-31 Gerhard Sittigasix-sigma: drop obsolete "trigger countdown" in sample...
2020-05-31 Gerhard Sittigasix-sigma: re-enable software check for exact trigger...
2020-05-31 Gerhard Sittigasix-sigma: rephrase sample memory iteration position...
2020-05-31 Gerhard Sittigasix-sigma: rework outer sample download loop (DRAM...
2020-05-31 Gerhard Sittigasix-sigma: more trigger LUT download rephrase, think...
2020-05-31 Gerhard Sittigasix-sigma: concentrate more sample memory interpretati...
2020-05-31 Gerhard Sittigasix-sigma: concentrate parameters for sample memory...
2020-05-31 Gerhard Sittigasix-sigma: force strict boolen arith in LUT item manip...
2020-05-31 Gerhard Sittigasix-sigma: use more helpers for bit mask creation
2020-05-31 Gerhard Sittigasix-sigma: rephrase limits management, use sub structure
2020-05-31 Gerhard Sittigasix-sigma: track whether triggers were specified when...
2020-05-31 Gerhard Sittigasix-sigma: enable trigger support code (development...
2020-05-31 Gerhard Sittigasix-sigma: data type nits, minor variable renames
2020-05-31 Gerhard Sittigasix-sigma: prepare configuration re-use across sigrok...
2020-05-31 Gerhard Sittigasix-sigma: nits in the hardware configuration declaration
2020-05-29 Gerhard Sittigasix-sigma: update comment on channel names (vendor...
2020-05-29 Gerhard Sittigasix-sigma: add support for external clock
2020-05-29 Gerhard Sittigasix-sigma: more trigger spec to register values conver...
2020-05-29 Gerhard Sittigasix-sigma: rephrase trigger LUT creation (mechanical...
2020-05-29 Gerhard Sittigasix-sigma: rephrase trigger LUT upload to hardware...
2020-05-29 Gerhard Sittigasix-sigma: rephrase and extend register access for...
2020-05-29 Gerhard Sittigasix-sigma: rephrase firmware dependent param upload...
2020-05-29 Gerhard Sittigasix-sigma: keep remaining samplerate handling in proto...
2020-05-29 Gerhard Sittigasix-sigma: cosmetics, sort protocol.h function groups
2020-05-29 Gerhard Sittigasix-sigma: prepare FTDI open/close for "optional open"
2020-05-29 Gerhard Sittigasix-sigma: improve error propagation, increase robustness
2020-05-29 Gerhard Sittigasix-sigma: style nits, expression complexity, informat...
2020-05-29 Gerhard Sittigasix-sigma: update copyright notice for recent non...
2020-05-29 Gerhard Sittigasix-sigma: more u16 sample memory access nits (timesta...
2020-05-29 Gerhard Sittigasix-sigma: improve robustness of parameter upload...
2020-05-29 Gerhard Sittigasix-sigma: style nits, devc in routine signatures...
2020-05-29 Gerhard Sittigasix-sigma: reword list of sample rates, (try to) use...
2020-05-29 Gerhard Sittigasix-sigma: improve robustness of firmware download...
2020-05-29 Gerhard Sittigasix-sigma: eliminate magic numbers in firmware file...
2020-05-29 Gerhard Sittigasix-sigma: mark FPGA config phase in "state" of dev...
2020-05-29 Gerhard Sittigasix-sigma: rework time/count limits support, accept...
2020-05-29 Gerhard Sittigasix-sigma: rephrase submission of logic data to sessio...
2020-05-29 Gerhard Sittigasix-sigma: eliminate magic numbers in sample memory...
2020-05-29 Gerhard Sittigasix-sigma: move FPGA commands before register layout...
2020-05-29 Gerhard Sittigasix-sigma: rephrase some of the FPGA command exchange
2020-05-29 Gerhard Sittigasix-sigma: sync FPGA register names with documentation
2020-05-29 Gerhard Sittigasix-sigma: eliminate magic numbers in FPGA configuration
2020-05-29 Gerhard Sittigasix-sigma: rework scan for USB devices, add support...
2020-05-29 Gerhard Sittigasix-sigma: nits in the list of firmware files
2020-04-08 Uwe HermannUse std_session_send_df_trigger() where possible.
2020-03-24 Uwe Hermannasix-sigma: Drop duplicate error message prefixes.
2020-03-24 Daniel Trnkaasix-sigma: move DRAM line buffer allocation closer...
2020-03-24 Daniel Trnkaasix-sigma: check for successful register access in...
2019-12-19 Gerhard Sittigasix-sigma: comment on trigger/stop position, silence...
2018-10-06 Uwe HermannFix various gcc 8 compiler warnings related to ARRAY_SIZE.
2017-08-11 Gerhard Sittigasix-sigma: download sample data upon user initiated...
2017-08-06 Uwe Hermanndrivers: Random whitespace fixes.
2017-07-31 Uwe Hermanndrivers: SR_CONF_CAPTURE_RATIO fixes.
2017-07-31 Uwe Hermanndrivers: Remove some unneeded 'ret' variables.
2017-07-31 Uwe Hermanndrivers: Random SR_CONF_LIMIT_* cleanups.
2017-07-31 Uwe Hermanndrivers: Consistently use same indentation for config_...
2017-07-21 Uwe Hermanndrivers: Consistently make LOG_PREFIX the first item...
2017-07-21 Uwe Hermanndrivers: Eliminate some unnecessary vendor/model #defines.
2017-07-21 Uwe Hermanndrivers: Use ARRAY_AND_SIZE where possible.
2017-07-21 Uwe Hermanndrivers: Factor out std_gvar_array_*().
2017-07-21 Uwe Hermanndrivers: Factor out std_gvar_samplerates{,_steps}().
2017-07-21 Uwe Hermanndrivers: Drop some unnecessary prefixes.
2017-07-21 Uwe Hermanndrivers: Drop unneeded or duplicate comments.
2017-07-19 Uwe Hermanndrivers: Add and use STD_CONFIG_LIST().
2017-07-13 Uwe Hermannclear_helper(): Use a cast to shorten all implementations.
2017-07-13 Uwe Hermanndev_clear(): Consistently name callback 'clear_helper()'.
2017-07-13 Uwe Hermannstd: Rename std_dev_clear() to std_dev_clear_with_callb...
2017-07-08 Uwe Hermannsr_dev_close(): Set status to SR_ST_INACTIVE.
2017-07-08 Uwe Hermannsr_dev_open(): Set status to SR_ST_ACTIVE upon success.
2017-07-07 Uwe Hermannsr_dev_close(): Factor out SR_ERR_DEV_CLOSED check.
2017-07-07 Uwe Hermannsr_config_set(): Factor out SR_ERR_DEV_CLOSED check.
2017-07-07 Uwe HermannAdd sr_dev_acquisition_start(), factor out SR_ERR_DEV_C...
2017-07-07 Uwe HermannAdd sr_dev_acquisition_stop(), factor out SR_ERR_DEV_CL...
2017-06-27 Gerhard Sittigasix-sigma: Only open the USB device once (fails with...
2017-06-27 Gerhard Sittigasix-sigma: Only change number of channels after succes...
2017-06-27 Gerhard Sittigasix-sigma: Propagate errors from firmware upload
2017-06-06 Uwe HermannDrop trailing whitespace in various files.
2017-05-26 Gerhard Sittigasix-sigma: Silence a compiler warning (declared but...
2017-05-26 Gerhard Sittigasix-sigma: Use monotonic time not wallclock time
2017-05-26 Gerhard Sittigasix-sigma: Handle sample memory wrap around (circular...
2017-05-26 Gerhard Sittigasix-sigma: Fixup the download of the last data acquisi...
2017-05-26 Gerhard Sittigasix-sigma: Comment on RLE decompression upon data...
2017-05-26 Gerhard Sittigasix-sigma: Remove an unused variable
2017-05-26 Gerhard Sittigasix-sigma: Adjust clock configuration upon acquisition...
2017-05-26 Gerhard Sittigasix-sigma: Document the sample memory layout
2017-05-26 Gerhard Sittigasix-sigma: Enforce optionally specified sample count
2017-05-26 Gerhard Sittigasix-sigma: Acquisition stop, symbolic identifiers...
2017-05-26 Gerhard Sittigasix-sigma: Nit, separate declaration from assignment...
2017-05-26 Gerhard Sittigasix-sigma: Fix a register addressing bug (non-issue)
2017-05-26 Gerhard Sittigasix-sigma: Only download firmware when necessary
2017-05-26 Gerhard Sittigasix-sigma: Properly decode data gathered at 100 and...
2017-05-26 Gerhard Sittigasix-sigma: Stabilize channel assignment for different...
2017-05-26 Gerhard Sittigasix-sigma: Factor out access to sample data and sessio...
2017-05-26 Gerhard Sittigasix-sigma: Disable support for triggers, they don...
2017-05-26 Gerhard Sittigasix-sigma: Nit, remove redundant USB VID/PID declaration
next