]> sigrok.org Git - libsigrok.git/history - src/hardware/dreamsourcelab-dslogic/api.c
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / dreamsourcelab-dslogic / api.c
2022-02-06 Gerhard Sittiguse common channel group allocation/release code
2018-08-30 Gerhard Sittigsaleae and other FX2: show firmware name when loading...
2018-04-28 Uwe Hermanndreamsourcelab-dslogic: Properly set initial voltage...
2018-02-21 Romain TartièreCheck usb_get_port_path() return value
2018-02-21 Romain TartièreEnsure device is closed before usb_get_port_path()
2018-02-09 Gerhard Sittigdreamsourcelab-dslogic: avoid NULL pointer dereference
2017-09-14 Uwe Hermanndreamsourcelab-dslogic: Fix incorrect default threshold...
2017-09-13 Uwe Hermanndreamsourcelab-dslogic: config_list: Handle SR_CONF_TRI...
2017-08-06 Uwe Hermanndrivers: Use NUM_CHANNELS in favor of hardcoded values.
2017-07-31 Uwe Hermanndrivers: Drop some unneeded voltage_/volt_ prefixes.
2017-07-31 Uwe Hermanndrivers: Drop some unneeded _names suffixes.
2017-07-31 Uwe Hermanndrivers: SR_CONF_CAPTURE_RATIO fixes.
2017-07-31 Uwe Hermanndrivers: Remove some unneeded 'ret' variables.
2017-07-31 Uwe Hermanndrivers: Factor out std_*_idx*().
2017-07-31 Uwe Hermanndrivers: Replace struct voltage_threshold with an array.
2017-07-31 Uwe Hermanndrivers: Use g_variant_new_printf() where possible.
2017-07-31 Uwe Hermanndrivers: Factor out std_gvar_thresholds().
2017-07-31 Uwe Hermanndrivers: Factor out std_gvar_tuple_double().
2017-07-21 Uwe Hermanndrivers: Use ARRAY_AND_SIZE where possible.
2017-07-21 Uwe Hermanndrivers: Factor out std_gvar_min_max_step_thresholds().
2017-07-21 Uwe Hermanndrivers: Factor out std_gvar_samplerates{,_steps}().
2017-07-21 Uwe Hermanndrivers: Drop unneeded or duplicate comments.
2017-07-19 Uwe Hermanndrivers: Always use same scanopts/drvopts/devopts/devop...
2017-07-19 Uwe Hermanndrivers: Add and use STD_CONFIG_LIST().
2017-07-13 Uwe Hermannsr_dev_clear(): Always free sdi->priv (devc).
2017-07-13 Uwe Hermanndev_clear(): Consistently name callback 'clear_helper()'.
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-07 Uwe Hermannsr_config_set(): Factor out SR_ERR_DEV_CLOSED check.
2017-06-21 Uwe Hermanndreamsourcelab-dslogic: Don't check for USB manufacture...
2017-06-20 Uwe Hermanndreamsourcelab-dslogic: Drop an unneeded dslogic_ prefix.
2017-06-20 Uwe Hermanndreamsourcelab-dslogic: Naming and other consistency...