]> sigrok.org Git - libsigrok.git/history - src/hardware/openbench-logic-sniffer/protocol.c
ols: remove needless initialization
[libsigrok.git] / src / hardware / openbench-logic-sniffer / protocol.c
2019-01-13 Wolfram Sangols: remove needless initialization
2017-05-02 Gwenhael Goavec... openbench-logic-sniffer: add a function to handle reset...
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
2016-05-27 Lars-Peter ClausenAdd helper function for scan completion
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2015-11-01 Daniel Elstneropenbench-logic-sniffer: Avoid recreating event source
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-07-25 Uwe Hermannols: Don't #include <libserialport.h> directly.
2015-03-24 Uwe HermannVarious #include file cosmetic fixes.
2015-03-24 Uwe HermannFix a bunch of typos.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-19 Martin LingSimplify channel creation.
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-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-11-01 Uffe Jakobsenols: Fix a serial port related issue on FreeBSD.
2014-10-08 Bert Vermeulenols: Fix serial port timeout.
2014-10-02 Martin LingAdd a timeout parameter to blocking serial calls.
2014-09-29 Soeren ApelRemoval of sdi->index, step 4: fix trivial sr_dev_inst_...
2014-07-22 Bert VermeulenReorganize project tree.