]> sigrok.org Git - libsigrok.git/history - src/hardware/motech-lps-30x/api.c
Fix #442 by renaming sr_dev_driver.priv to .context
[libsigrok.git] / src / hardware / motech-lps-30x / api.c
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-05-12 Aurelien JacobsRename SR_CONF_OUTPUT_* to SR_CONF_*.
2015-03-31 Uwe HermannDon't check g_free() arguments for NULL.
2015-03-24 Uwe HermannVarious #include file cosmetic fixes.
2015-03-24 Uwe HermannFix a bunch of typos.
2015-03-22 Uwe HermannRandom whitespace and other minor fixes.
2015-03-22 Uwe HermannSimplify a few config_set() callbacks.
2015-03-21 Uwe HermannConstify a few arrays and variables.
2015-03-21 Uwe HermannVarious minor whitespace fixes.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-19 Martin LingSimplify channel creation.
2014-11-22 Uwe HermannUse g_malloc0() consistently, simplify error handling.
2014-11-21 Uwe HermannEliminate sr_dev_inst_new().
2014-11-19 Aurelien Jacobsmotech-lps-30x: Publish driver options.
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-10-15 Bert VermeulenUse SR_CONF_OUTPUT_VOLTAGE_TARGET and _CURRENT_LIMIT.
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-24 Martin Lingmotech-lps-30x: Remove SERIAL_NONBLOCK.
2014-09-24 Martin Lingmotech-lps-30x: Make serial write call block.
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-09-08 Bert VermeulenRevamp PPS-related config keys.
2014-07-22 Bert VermeulenReorganize project tree.