]> sigrok.org Git - libsigrok.git/history - src/hardware/openbench-logic-sniffer/protocol.c
ols: Refactor: Extract trigger setup into private place
[libsigrok.git] / src / hardware / openbench-logic-sniffer / protocol.c
2021-01-06 v1neols: Refactor: Extract trigger setup into private place
2021-01-06 v1neols: Display actual expanded sample instead of the...
2021-01-06 v1neols: Clean up: Prefix private function for consistency
2020-09-27 Gerhard Sittigols: more robust device reset in acquisition stop
2020-09-24 Ben Gardinerols: send CMD_RESET on acquisition stop
2020-08-24 v1neols: Detect Demon Core, use its canonic command names
2020-08-24 v1neols: Refactor, deduplicate logic packet code
2020-08-24 v1neols: Use symbolic name for "success" error code.
2020-08-24 v1neols: Rename "flags" to "capture flags".
2020-08-24 v1neols: Symbolic name for magic value, reflect units in...
2020-08-24 v1neols: Make use of zero-initialization.
2020-04-08 Uwe HermannUse std_session_send_df_trigger() where possible.
2019-11-07 Gerhard Sittigols: introduce metadata quirks support, unbreak Logic...
2019-01-13 Wolfram Sangols: refactor using max_channels
2019-01-13 Wolfram Sangols: refactor channel initialization
2019-01-13 Wolfram Sangols: drop wrong usage of macro
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.