]> sigrok.org Git - libsigrok.git/history - src/hardware/openbench-logic-sniffer/api.c
Drop unneeded std_session_send_df_header() comments.
[libsigrok.git] / src / hardware / openbench-logic-sniffer / api.c
2016-04-29 Uwe HermannDrop unneeded std_session_send_df_header() comments.
2015-11-01 Daniel Elstneropenbench-logic-sniffer: Avoid recreating event source
2015-10-24 Tilman Sauerbeckdrivers: Fix behaviour when trying to set an invalid...
2015-09-25 Uwe HermannFix a few "value never read" scan-build warnings.
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-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-03-31 Uwe HermannReplace some magic numbers with a #define.
2015-03-24 Uwe HermannVarious #include file cosmetic fixes.
2015-03-24 Uwe HermannVarious NULL-check consistency fixes.
2015-03-24 Uwe HermannImprove readability and clarity of some numbers.
2015-03-22 Uwe HermannChannel names consistency fixes and simplifications.
2015-03-21 Uwe HermannRemove unneeded explicit array size specification.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-19 Martin LingSimplify channel creation.
2015-03-13 Uwe Hermannols: Fix a compiler warning (unused variable).
2015-03-13 Uwe Hermannols: Fix detection and acquisition on Windows.
2014-11-22 Uwe HermannUse g_malloc0() consistently, simplify error handling.
2014-11-21 Uwe HermannDon't check sr_channel_new() return value (always succe...
2014-11-21 Uwe HermannEliminate sr_dev_inst_new().
2014-11-18 Bert Vermeulenols: Publish driver options.
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
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-09-29 Soeren ApelRemove sdi->index from openbench-logic-sniffer and...
2014-09-24 Martin Lingopenbench-logic-sniffer: Remove SERIAL_NONBLOCK flag.
2014-09-17 Bert VermeulenPublish config key capabilities.
2014-09-16 Bert VermeulenConsistently use 'scanopts' variable across all drivers.
2014-09-16 Bert VermeulenConsistently use 'devopts' variable across all drivers.
2014-09-16 Bert VermeulenChange type of SR_CONF keys to uint32_t.
2014-07-22 Bert VermeulenReorganize project tree.