]> sigrok.org Git - libsigrok.git/history - src/hardware/lecroy-xstream/api.c
drivers: Factor out std_*_idx*().
[libsigrok.git] / src / hardware / lecroy-xstream / api.c
2017-07-31 Uwe Hermanndrivers: Factor out std_*_idx*().
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_tuple_{array,rational}().
2017-07-21 Uwe Hermanndrivers: Consistently name per-cg options 'devopts_cg_*'.
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 Hermanndrivers: Remove some uneeded 'ret' variables.
2017-07-13 Uwe Hermannclear_helper(): Use a cast to shorten all implementations.
2017-07-13 Uwe Hermannsr_dev_clear(): Always free sdi->priv (devc).
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-08 Uwe Hermannsr_dev_open(): Factor out SR_ST_ACTIVE check.
2017-07-07 Uwe Hermannsr_dev_close(): 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-03-10 Uwe Hermannsr_dev_inst_free(): Allow NULL as argument.
2017-03-08 Uwe Hermannscope drivers: More consistent config key ordering.
2017-03-08 Soeren Apellecroy-xstream: Fix capabilities listing in config_list()
2017-03-02 Uwe Hermannlecroy-xstream: Drop some unneeded "lecroy_" prefixes.
2017-03-02 Uwe Hermannlecroy-xstream: Minor whitespace and consistency fixes.
2017-03-02 Soeren Apellecroy-xstream: Don't send custom SCPI command to the...
2017-03-02 Soeren Apellecroy-xstream: Change human-readable name
2017-03-02 Sven Schnellelecroy-xstream: Add the actual driver implementation
2017-03-02 Sven Schnellelecroy-xstream: Initial driver skeleton.