]> sigrok.org Git - libsigrok.git/history - src/hardware/saleae-logic16/api.c
Build: Set local include directories in Makefile.am
[libsigrok.git] / src / hardware / saleae-logic16 / api.c
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-03-31 Uwe HermannFix a typo in a for loop (wrong variable).
2015-03-24 Uwe HermannVarious NULL-check consistency fixes.
2015-03-22 Uwe HermannChannel names consistency fixes and simplifications.
2015-03-22 Uwe HermannSimplify a few config_set() callbacks.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-19 Martin LingSimplify channel creation.
2014-11-25 Aurelien Jacobssaleae-logic16: Add SR_CONF_CAPTURE_RATIO support.
2014-11-25 Aurelien Jacobssoft-trigger: Add support for pre-triggering.
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-09-29 Soeren ApelRemoval of sdi->index, step 4: fix trivial sr_dev_inst_...
2014-09-29 Soeren Apelsaleae-logic16: Use physical USB connection instead...
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.