]> sigrok.org Git - libsigrok.git/history - src/hardware/asix-sigma
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / asix-sigma /
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-05-27 Lars-Peter ClausenSimplify single device list handling
2016-05-27 Lars-Peter ClausenAdd helper function for scan completion
2016-05-17 Lars-Peter ClausenPut driver pointers into special section
2016-05-17 Lars-Peter ClausenDrop unnecessary struct sr_dev_driver forward declarations
2016-05-09 Lars-Peter ClausenRemove unnecessary std_init() wrapper functions
2016-05-09 Lars-Peter Clausenstd_init(): Drop check if pass in driver is non-NULL
2016-05-09 Lars-Peter ClausenMatch std_init() parameter order to the driver init...
2016-05-03 Lars-Peter ClausenIntroduce standard implementation of the dev_list(...
2016-05-03 Lars-Peter ClausenIntroduce standard cleanup helper
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
2016-04-29 Uwe HermannDrop unneeded std_session_send_df_header() comments.
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.
2015-10-01 Daniel Elstnerdrivers: Load firmware via new resource API
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-07 Daniel Elstnerdrivers: Match dummy FD passed to source add/remove
2015-09-03 Daniel Elstnerdrivers: Use timer sources instead of polling stdin
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-05-01 Alexandru Gagniucasix-sigma: Avoid use of variable length arrays
2015-03-24 Uwe HermannImprove readability and clarity of some numbers.
2015-03-24 Uwe HermannFix a bunch of typos.
2015-03-22 Uwe HermannChannel names consistency fixes and simplifications.
2015-03-22 Uwe HermannSimplify a few config_set() callbacks.
2015-03-21 Uwe HermannVarious minor whitespace fixes.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-19 Martin LingSimplify channel creation.
2015-02-26 Uwe Hermannasix-sigma: Use the more portable g_usleep().
2014-11-21 Uwe HermannDon't check sr_channel_new() return value (always succe...
2014-11-21 Uwe HermannConsistently use g_malloc0() for allocating devc.
2014-11-21 Uwe HermannEliminate sr_dev_inst_new().
2014-11-18 Bert Vermeulenasix-sigma: Fix driver options.
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-10-27 Bert Vermeulenasix-sigma: Publish driver options.
2014-10-02 Bert Vermeulenasix-sigma: Trigger code cleanup.
2014-09-29 Soeren ApelRemoval of sdi->index, step 4: fix trivial sr_dev_inst_...
2014-09-18 Uwe HermannTypos and consistency fixes.
2014-09-17 Bert VermeulenPublish config key capabilities.
2014-09-16 Bert VermeulenConsistently use 'devopts' variable across all drivers.
2014-09-16 Bert VermeulenChange type of SR_CONF keys to uint32_t.
2014-07-22 Bert VermeulenReorganize project tree.