]> sigrok.org Git - libsigrok.git/history - src/hardware/asix-sigma/api.c
sr_dev_close(): Set status to SR_ST_INACTIVE.
[libsigrok.git] / src / hardware / asix-sigma / api.c
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-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: Remove an unused variable
2017-05-26 Gerhard Sittigasix-sigma: Adjust clock configuration upon acquisition...
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: Disable support for triggers, they don...
2017-05-26 Gerhard Sittigasix-sigma: Improve sample time estimation, consider...
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-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.
2015-12-26 Uwe HermannPrefer postfix-increment for consistency across the...
2015-11-05 jryasix-sigma: Split into api.c and protocol.[ch] modules.