]> sigrok.org Git - libsigrok.git/history - src/hardware/asix-sigma/protocol.c
asix-sigma: rework time/count limits support, accept more samplerates
[libsigrok.git] / src / hardware / asix-sigma / protocol.c
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: 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: 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...
2017-08-11 Gerhard Sittigasix-sigma: download sample data upon user initiated...
2017-08-06 Uwe Hermanndrivers: Random whitespace fixes.
2017-07-21 Uwe Hermanndrivers: Drop some unnecessary prefixes.
2017-07-21 Uwe Hermanndrivers: Drop unneeded or duplicate comments.
2017-07-13 Uwe Hermanndev_clear(): Consistently name callback 'clear_helper()'.
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-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: 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
2017-05-26 Gerhard Sittigasix-sigma: Improve sample time estimation, consider...
2017-05-26 Gerhard Sittigasix-sigma: Fixed RLE decoder
2016-10-17 Gerhard Sittigasix-sigma: fix buffer length check in register write...
2016-10-17 Gerhard Sittigasix-sigma: store "limit samples" value, re-determine...
2016-10-17 Gerhard Sittigasix-sigma: fix out-of-range access to the samplerates...
2016-10-17 Gerhard Sittigasix-sigma: update comments in firmware download code...
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2015-12-26 Uwe HermannPrefer postfix-increment for consistency across the...
2015-11-08 Uwe Hermannasix-sigma: Drop unneeded asix_sigma_driver_info.
2015-11-05 jryasix-sigma: Split into api.c and protocol.[ch] modules.