]> sigrok.org Git - libsigrok.git/history - src/hardware/dreamsourcelab-dslogic
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / dreamsourcelab-dslogic /
2022-02-06 Gerhard Sittiguse common channel group allocation/release code
2020-04-08 Uwe HermannUse std_session_send_df_trigger() where possible.
2018-08-30 Gerhard Sittigsaleae and other FX2: show firmware name when loading...
2018-06-16 Joerg AlpersFix: Bug #1188 DSLogic triggering
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-20 Uwe HermannUse UINT64_C instead of "ULL" number suffix.
2018-02-09 Gerhard Sittigdreamsourcelab-dslogic: avoid division by zero
2018-02-09 Gerhard Sittigdreamsourcelab-dslogic: avoid NULL pointer dereference
2017-09-26 Joel Holdsworthdreamsourcelab-dslogic: Fixed deinterleaving when non...
2017-09-18 Joel Holdsworthdreamsourcelab-dslogic: Fixed enabling of triggers
2017-09-18 Joel Holdsworthdreamsourcelab-dslogic: Moved devc and usb assignment...
2017-09-18 Joel Holdsworthdreamsourcelab-dslogic: Improved naming of variables...
2017-09-18 Joel Holdsworthdreamsourcelab-dslogic: Fixed trigger-stages field...
2017-09-18 Joel Holdsworthdreamsourcelab-dslogic: Simplified trigger population
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: Consistently use the exact driver name as...
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 some unnecessary prefixes.
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-08 Uwe Hermannsr_dev_open(): Set status to SR_ST_ACTIVE upon success.
2017-07-08 Uwe Hermannsr_dev_open(): Factor out SR_ST_ACTIVE 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-06-21 Uwe Hermanndreamsourcelab-dslogic: Drop an assert().
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...