]> sigrok.org Git - libsigrok.git/history - src/hardware/lecroy-xstream
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / lecroy-xstream /
2022-02-06 Gerhard Sittiguse common channel group allocation/release code
2021-05-22 Gerhard Sittiglecroy-xstream: free memory that was allocated by SCPI...
2020-04-08 Uwe HermannUse std_session_send_df_frame_begin()/_end() where...
2019-12-16 Sylvain Pelissierlecroy-xstream: Remove header read (PR #33)
2018-10-06 Uwe HermannFix various gcc 8 compiler warnings related to ARRAY_SIZE.
2018-05-19 Uwe Hermannlecroy-xstream: Fix a potential memory leak.
2018-02-20 Uwe Hermannlecroy-xstream: Fix potential issue by adding UINT64_C.
2018-02-09 Gerhard Sittiglecroy-xstream: fix several compiler warnings (assignme...
2018-01-11 Soeren Apellecroy-xstream: Wait for trigger before acquiring addit...
2018-01-11 Soeren Apellecroy-xstream: Properly handle a stopping acquisition
2018-01-11 Soeren Apellecroy-xstream: Keep acquiring infinitely if no frame...
2017-11-02 Soeren Apellecroy-xstream: Fix sample rate
2017-11-02 Soeren Apellecroy-xstream: Perform acquisition if no data is available
2017-11-02 Soeren Apellecroy-xstream: Comment/style fixes
2017-10-03 Soeren Apellecroy-xstream: Implement config_channel_set API callback
2017-10-03 Soeren Apellecroy-xstream: Fix trigger source/slope
2017-10-03 Soeren Apellecroy-xstream: Random whitespace/style fixes
2017-10-03 Soeren Apellecroy-xstream: Use best-effort strategy for unknown...
2017-10-03 Sylvain Pelissierlecroy-xstream: Fix COMM_HEADER and COMM_FORMAT
2017-08-06 Uwe Hermanndrivers: Factor out std_cg_idx().
2017-08-06 Uwe Hermanndrivers: Start counting at 0 for some loops.
2017-08-03 Uwe Hermanndrivers: Use std_*idx*() helpers in some more places.
2017-08-03 Uwe Hermannlecroy-xstream: Use array-based approach for timebases...
2017-08-03 Uwe Hermanndrivers: Use array-based approach in some places.
2017-07-31 Uwe Hermanndrivers: Consistently name SCPI helper functions 'probe...
2017-07-31 Uwe Hermanndrivers: Remove some unneeded 'ret' variables.
2017-07-31 Uwe Hermanndrivers: Factor out std_*_idx*().
2017-07-21 Uwe Hermanndrivers: Shorten some unnecessarily long arrays.
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-07 Soeren ApelRework sr_period_string
2017-03-02 Uwe Hermannlecroy-xstream: Drop some unneeded "lecroy_" prefixes.
2017-03-02 Uwe Hermannlecroy-xstream: Drop prototypes for non-existing functions.
2017-03-02 Uwe Hermannlecroy-xstream: Minor whitespace and consistency fixes.
2017-03-02 Soeren Apellecroy-xstream: Use sr_period_string()
2017-03-02 Soeren Apellecroy-xstream: Fix compiler warnings
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.