]> sigrok.org Git - libsigrok.git/history - src/hardware/hameg-hmo/api.c
drivers: Factor out std_*_idx*().
[libsigrok.git] / src / hardware / hameg-hmo / api.c
2017-07-31 Uwe Hermanndrivers: Factor out std_*_idx*().
2017-07-31 Uwe Hermanndrivers: Move SR_ERR_CHANNEL_GROUP log messages to...
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: 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: Always use same scanopts/drvopts/devopts/devop...
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-08 Uwe Hermannsr_dev_open(): Factor out SR_ST_ACTIVE check.
2017-07-07 Uwe Hermannsr_dev_close(): 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-10 Uwe Hermannsr_scpi_hw_info_free(): Allow NULL as argument.
2017-03-10 Uwe Hermannsr_dev_inst_free(): Allow NULL as argument.
2017-01-20 Gerhard Sittighameg-hmo: Rephrase the channel constraints check ...
2017-01-20 Gerhard Sittighameg-hmo: Map logic data from second digital pod to...
2017-01-07 Gerhard Sittighameg-hmo: Do read from second digital pod during acqui...
2017-01-07 Gerhard Sittighameg-hmo: Use the host's endianess to read analog...
2017-01-07 Gerhard Sittighameg-hmo: Release enabled channels when acquisition...
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.
2016-04-17 Stefan Brünshameg-hmo: fix "invalid argument" exception when settin...
2016-04-17 Stefan Brünshameg-hmo: Add Rohde&Schwarz HMO 1002
2015-12-26 Uwe HermannPrefer postfix-increment for consistency across the...
2015-10-25 Martin Lingscpi: Move closing of discovered devices to sr_scpi_sca...
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-25 Bert Vermeulenscpi: Move SCPI-related definitions to separate header...
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-03-31 Uwe HermannDon't check g_free() arguments for NULL.
2015-03-21 Uwe HermannConstify a few arrays and variables.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-02 Martin LingRename SR_CONF_NUM_TIMEBASE to SR_CONF_NUM_HDIV.
2014-11-21 Uwe HermannConsistently use g_malloc0() for allocating devc.
2014-11-21 Uwe HermannEliminate sr_dev_inst_new().
2014-11-19 Aurelien Jacobshameg-hmo: Publish driver options.
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-10-17 Soeren Apelhameg-hmo: Populate sdi->serial_num
2014-09-29 Soeren ApelRemoval of sdi->index, step 4: fix trivial sr_dev_inst_...
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-08-24 Soeren Apelhameg-hmo / rigol-ds: Restore compatibility with std_de...
2014-08-14 Soeren Apelhameg-hmo: Make sure the enabled_channels list is empty...
2014-08-03 Bert Vermeulenhameg-hmo: Implement SR_CONF_SCAN_OPTIONS.
2014-07-22 Bert VermeulenReorganize project tree.