]> sigrok.org Git - libsigrok.git/history - src/hardware/lecroy-xstream/protocol.c
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / lecroy-xstream / protocol.c
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-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: 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-10-03 Soeren Apellecroy-xstream: Implement config_channel_set API callback
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-03 Uwe Hermannlecroy-xstream: Use array-based approach for timebases...
2017-08-03 Uwe Hermanndrivers: Use array-based approach in some places.
2017-07-21 Uwe Hermanndrivers: Shorten some unnecessarily long arrays.
2017-07-21 Uwe Hermanndrivers: Use ARRAY_AND_SIZE where possible.
2017-07-07 Uwe HermannAdd sr_dev_acquisition_stop(), factor out SR_ERR_DEV_CL...
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 Sven Schnellelecroy-xstream: Add the actual driver implementation
2017-03-02 Sven Schnellelecroy-xstream: Initial driver skeleton.