]> sigrok.org Git - libsigrok.git/history - src/hardware/rigol-ds/api.c
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / rigol-ds / api.c
2023-09-27 AristarchosOfSamosrigol-ds: Fix #1831 by supporting DS1xxxZ Plus & RPL111...
2023-09-27 ldashingrigol-ds: Add DS4014
2022-02-06 Gerhard Sittiguse common channel group allocation/release code
2022-01-08 Gerhard Sittigrigol-ds: improve robustness in samplerate getting...
2021-02-21 HReimannrigol-ds: Add DS1102Z-E model variant
2020-06-27 Valentin Ochsrigol-ds: Allow retrieving frame limit
2020-06-24 Valentin Ochsrigol-ds: Send some commands on 1st frame only
2020-06-24 Valentin Ochsrigol-ds: Experimental support for segmented data with...
2020-06-24 Valentin Ochsrigol-ds: Experimental support for V5 frame reading
2020-06-24 Valentin Ochsrigol-ds: Add support for reading segmented data for...
2020-06-24 Valentin Ochsrigol-ds: Get correct samplerate for Memory and Segment...
2020-05-02 Richardrigol-ds: Added support for the DS1202Z-E
2020-04-08 Uwe HermannUse std_session_send_df_frame_begin()/_end() where...
2020-03-16 jirjirjirrigol-ds: Rigol DS1152E-EDU support fix
2019-08-21 Sebastian Reichelrigol-ds: Add initial Rigol MSO5000 support.
2019-07-06 Nadav Mavorrigol-ds: Add Agilent DSO1000B series IDs
2018-12-29 Martin Lingrigol-ds: Fix memory buffer readout on DS4000 series.
2018-06-22 Uwe Hermannrigol-ds: Add initial Agilent MSO7034A support.
2018-06-21 Valentin Ochsrigol-ds: Initial patch for Rigol DS4000 support
2018-06-21 Valentin Ochsrigol-ds: Rename the CHANINFO macro and comment it
2018-06-21 Valentin Ochsrigol-ds: Store trigger sources and their number for...
2018-02-09 Gerhard Sittigrigol-ds: silence potential NULL dereference compiler...
2017-08-06 Uwe Hermanndrivers: Factor out std_cg_idx().
2017-07-31 Uwe Hermanndrivers: Remove some unneeded 'ret' variables.
2017-07-31 Uwe Hermanndrivers: Factor out std_*_idx*().
2017-07-31 Uwe Hermanndrivers: Consistently use same indentation for config_...
2017-07-21 Uwe Hermannstd_gvar_tuple_array(): Change to allow for more ARRAY_...
2017-07-21 Uwe Hermanndrivers: Shorten some unnecessarily long arrays.
2017-07-21 Uwe Hermannrigol-ds: config_set: Move error printing to wrapper.
2017-07-21 Uwe Hermannrigol-ds: Update a code comment.
2017-07-21 Uwe Hermannrigol-ds: Drop two unneeded #defines.
2017-07-21 Uwe Hermanndrivers: Use ARRAY_AND_SIZE where possible.
2017-07-21 Uwe Hermanndrivers: Factor out std_gvar_array_*().
2017-07-21 Uwe Hermanndrivers: Factor out std_gvar_tuple_{array,rational}().
2017-07-21 Uwe Hermanndrivers: Consistently name per-cg options 'devopts_cg_*'.
2017-07-19 Uwe Hermanndrivers: Provide proper drvopts.
2017-07-19 Uwe Hermanndrivers: Add and use STD_CONFIG_LIST().
2017-07-13 Uwe Hermannclear_helper(): Use a cast to shorten all implementations.
2017-07-13 Uwe Hermannsr_dev_clear(): Always free sdi->priv (devc).
2017-07-13 Uwe Hermannstd: Rename std_dev_clear() to std_dev_clear_with_callb...
2017-07-08 Uwe Hermannsr_dev_close(): Set status to SR_ST_INACTIVE.
2017-07-08 Uwe Hermannsr_dev_open(): Set status to SR_ST_ACTIVE upon success.
2017-07-07 Uwe Hermannsr_dev_close(): Factor out SR_ERR_DEV_CLOSED check.
2017-07-07 Uwe Hermannsr_config_set(): Factor out SR_ERR_DEV_CLOSED check.
2017-07-07 Uwe HermannAdd sr_dev_acquisition_start(), factor out SR_ERR_DEV_C...
2017-07-07 Uwe HermannAdd sr_dev_acquisition_stop(), factor out SR_ERR_DEV_CL...
2017-05-16 Martin Lingrigol-ds: Handle digital channels correctly for MSO2000...
2017-05-15 Martin Lingrigol-ds: Add model entries for MSO2000A series.
2017-03-08 Uwe Hermannscope drivers: More consistent config key ordering.
2017-03-08 Soeren Apelrigol-ds: Fix capabilities listing in config_list()
2016-09-24 Karsten Königrigol-ds: Add DS1074Z Plus and DS1104Z Plus.
2016-06-25 Aurelien Jacobsrigol-ds: add support for getting/setting trigger level.
2016-06-25 Aurelien Jacobsrigol-ds: add PROBE_FACTOR support.
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
2016-05-17 Lars-Peter ClausenPut driver pointers into special section
2016-05-16 Uwe Hermannconfig_list: Don't check for sdi->priv != NULL.
2016-05-16 Uwe Hermannconfig_get(): Don't check for sdi->priv != NULL.
2016-05-16 Uwe Hermannconfig_set(): Don't check for sdi->priv != NULL.
2016-05-09 Lars-Peter ClausenRemove unnecessary std_init() wrapper functions
2016-05-09 Lars-Peter Clausenstd_init(): Drop check if pass in driver is non-NULL
2016-05-09 Lars-Peter ClausenMatch std_init() parameter order to the driver init...
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.
next