]> sigrok.org Git - libsigrok.git/history - src/hardware/hantek-dso/api.c
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / hantek-dso / api.c
2023-11-27 Gerhard Sittighantek-dso: eliminate the "forced trigger" option value
2023-09-27 Miroslav Sustekhantek-dso: add "forced" trigger source
2022-02-06 Gerhard Sittiguse common channel group allocation/release code
2020-06-27 Valentin Ochshantek-dso: Allow retrieving frame limit
2020-04-08 Uwe HermannUse std_session_send_df_frame_begin()/_end() where...
2018-08-30 Gerhard Sittigsaleae and other FX2: show firmware name when loading...
2018-02-21 Romain TartièreCheck usb_get_port_path() return value
2018-01-11 Uwe Hermannhantek-dso: config_set(): Shorten SR_CONF_CAPTURE_RATIO...
2018-01-11 Uwe Hermannhantek-dso: Random cosmetics, drop unneeded debug output.
2018-01-11 Philipp Marekhantek-dso: dso2250: Fix capture runaway, only do the...
2018-01-11 Philipp Marekhantek-dso: dso2250: Allow setting TRIGGER_LEVEL as...
2018-01-11 Philipp Marekhantek-dso: Fix a memory leak.
2018-01-11 Philipp Marekhantek-dso: Fix segfault when accessing already free...
2018-01-11 Philipp Marekhantek-dso: dso2250: It's not HORIZ_TRIGGERPOS but...
2018-01-10 Philipp Marekhantek-dso: dso2250: Support sample rates correctly.
2018-01-10 Philipp Marekhantek-dso: dso2250: Report the sample rate back.
2018-01-10 Philipp Marekhantek-dso: dso2250: Initial support for the Hantek...
2017-08-06 Uwe Hermanndrivers: Simplify some more trigger slope settings.
2017-08-06 Uwe Hermanndrivers: Use NUM_CHANNELS in favor of hardcoded values.
2017-07-31 Uwe Hermanndrivers: Factor out std_*_idx*().
2017-07-31 Uwe Hermanndrivers: Use g_variant_new_printf() where possible.
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 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-19 Uwe Hermanndrivers: Add and use STD_CONFIG_LIST().
2017-07-13 Uwe Hermanndrivers: Remove some uneeded 'ret' variables.
2017-07-13 Uwe Hermannclear_helper(): Use a cast to shorten all implementations.
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-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-03-08 Uwe Hermannscope drivers: More consistent config key ordering.
2016-09-24 Uwe Hermannhantek-dso: File naming consistency changes.
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2016-08-28 Aurelien Jacobshantek-dso: properly set encoding digits
2016-06-17 Uwe Hermannhantek-dso: Convert to SR_DF_ANALOG.
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
2016-05-27 Lars-Peter ClausenAdd helper function for scan completion
2016-05-17 Lars-Peter ClausenPut driver pointers into special section
2016-05-17 Lars-Peter ClausenDrop unnecessary struct sr_dev_driver forward declarations
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 ClausenDrop SR_CONF_SET flag from SR_CONF_CONTINUOUS options
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.
2016-01-29 Uwe HermannUse libusb_error_name() more often for better diagnostics.
2016-01-07 Uwe HermannUse ALL_ZERO in a few more places.
2015-11-08 Uwe HermannConstify a lot more items.
2015-10-20 Uwe HermannSR_DF_ANALOG_OLD and sr_datafeed_analog_old renames.
2015-10-01 Daniel Elstnerdrivers: Load firmware via new resource API
2015-09-20 Bert VermeulenNo need to check return value of libusb_get_device_desc...
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel ElstnerFix log varargs bugs indicated by -Wformat
2015-08-30 Daniel Glöcknerhantek-dso: fix memory leak
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-08-15 Uwe HermannVarious minor cosmetics and consistency fixes.
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-04-12 Uwe Hermannwindows: Fix various compiler warnings.
2015-03-31 Uwe HermannReplace some magic numbers with a #define.
2015-03-24 Uwe HermannSome more g_try_*alloc() fixes.
2015-03-24 Uwe HermannImprove readability and clarity of some numbers.
2015-03-22 Uwe HermannChannel names consistency fixes and simplifications.
2015-03-22 Uwe HermannConsistency and whitespace fixes for switch statements.
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-19 Martin LingSimplify channel creation.
2015-03-02 Martin LingRename SR_CONF_NUM_TIMEBASE to SR_CONF_NUM_HDIV.
2014-11-21 Uwe HermannEliminate sr_dev_inst_new().
2014-11-18 Bert Vermeulenhantek-dso: Fix driver options.
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-10-27 Bert Vermeulenhantek-dso: Fix driver/global/channel group config...
2014-10-22 Bert Vermeulenhantek-dso: Properly zero out MQ flags.
2014-10-02 Bert Vermeulenhantek-dso: Code cleanup.
2014-09-29 Soeren ApelRemoval of sdi->index, step 4: fix trivial sr_dev_inst_...
2014-09-29 Soeren Apelhantek-dso: Use physical USB connection instead of...
2014-09-17 Bert VermeulenPublish config key capabilities.
2014-09-16 Bert VermeulenChange type of SR_CONF keys to uint32_t.
2014-07-22 Bert VermeulenReorganize project tree.