]> sigrok.org Git - libsigrok.git/history - src/hardware/rigol-ds/api.c
Introduce standard implementation of the dev_list() callback
[libsigrok.git] / src / hardware / rigol-ds / api.c
2016-05-03 Lars-Peter ClausenIntroduce standard implementation of the dev_list(...
2016-05-03 Lars-Peter ClausenIntroduce standard cleanup helper
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
2016-04-29 Uwe HermannDrop unneeded std_session_send_df_header() comments.
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2015-10-25 Martin Lingscpi: Move closing of discovered devices to sr_scpi_sca...
2015-10-24 Martin Lingrigol-ds: After successfully finding a device, close...
2015-09-25 Uwe HermannFix a few "value never read" scan-build warnings.
2015-09-22 Bert Vermeulenscpi/usbtmc: Implement Rigol DS1000 workaround on any...
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-09 Uwe Hermannportability: Use g_ascii_strcasecmp() in favor of strca...
2015-08-25 Bert Vermeulenscpi: Move SCPI-related definitions to separate header...
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-04-28 Aurelien Jacobsstrcasecmp() is defined in strings.h.
2015-04-08 Uwe Hermannrigol-ds: Drop unneeded check of g_strdup_printf()...
2015-03-24 Uwe HermannSome more g_try_*alloc() fixes.
2015-03-22 Uwe HermannRandom whitespace and other minor fixes.
2015-03-22 Uwe HermannSimplify a few config_set() callbacks.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-21 Martin Lingrigol-ds: Add DS1000Z series support.
2015-03-19 Martin Lingrigol-ds: Fix broken channel group check in config_list().
2015-03-19 Martin Lingrigol-ds: Data source is a device option, not per chann...
2015-03-19 Martin Lingrigol-ds: Fix double free.
2015-03-19 Martin Lingrigol-ds: Fix wrong channel group malloc size.
2015-03-19 Martin LingSimplify channel creation.
2015-03-02 Martin LingRename SR_CONF_NUM_TIMEBASE to SR_CONF_NUM_HDIV.
2015-02-15 Aurelien Jacobsrigol-ds: fix the smallest supported vdiv for the DS200...
2015-02-15 Aurelien Jacobsrigol-ds: return the actual hardware num_vdiv and vdiv...
2015-02-15 Aurelien Jacobsrigol-ds: fix search for the closest vdiv.
2015-02-14 Uwe Hermannrigol-ds: Add missing "break" statements.
2015-02-14 Uwe Hermannrigol-ds: Add missing 20/50/100V vdiv entries.
2015-02-14 Uwe Hermannrigol-ds: Add more debug output.
2015-02-13 Aurelien Jacobsrigol-ds: handle full word trigger slope in config_get().
2015-02-12 Aurelien Jacobsrigol-ds: SR_CONF_TRIGGER_SLOPE is actually listable.
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-10-17 Soeren Apelrigol-ds: Populate sdi->serial_num
2014-09-29 Soeren ApelRemoval of sdi->index, step 4: fix trivial sr_dev_inst_...
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 Aurelien Jacobsrigol-ds: replace some magic numbers by appropriate...
2014-08-24 Soeren Apelhameg-hmo / rigol-ds: Restore compatibility with std_de...
2014-08-22 Martin Lingrigol-ds: Fix duplicated vendor string for Agilent...
2014-07-22 Bert VermeulenReorganize project tree.