]> sigrok.org Git - libsigrok.git/history - src/hardware/hameg-hmo
uni-t-ut181a: silence compiler warning, use of uninitialized variable
[libsigrok.git] / src / hardware / hameg-hmo /
2021-05-22 Gerhard Sittighameg-hmo: free memory that was allocated by SCPI get...
2020-06-27 Valentin Ochshameg-hmo: Allow retrieving frame limit
2020-05-02 Gerhard Sittighameg-hmo: use common helper to setup description of...
2020-04-08 Uwe HermannUse std_session_send_df_frame_begin()/_end() where...
2019-07-30 Uwe Hermannhameg-hmo: Fix two compiler warnings (-Wstringop-trunca...
2019-07-30 Uwe Hermannhameg-hmo: Fix two compiler warnings (-Warray-bounds).
2019-07-25 Guido Trentalanciahameg-hmo: Add SR_CONF_HIGH_RESOLUTION and SR_CONF_PEAK...
2019-07-25 Guido Trentalanciahameg-hmo: Get SCPI_CMD_GET_HORIZONTAL_DIV at runtime.
2019-07-25 Guido Trentalanciahameg-hmo: Don't hardcode POD/channel numbers.
2019-07-25 Guido Trentalanciahameg-hmo: Remove duplicate function call.
2019-07-25 Guido Trentalanciahameg-hmo: Rename SCPI_CMD_GET_VERTICAL_DIV to *_SCALE.
2019-07-25 Guido Trentalanciahameg-hmo: Beautify trigger pattern.
2019-07-25 Guido Trentalanciahameg-hmo: Add missing 1ns timebase for some models.
2019-07-25 Guido Trentalanciahameg-hmo: Add missing quotes for SCPI_CMD_SET_TRIGGER_...
2019-07-25 Guido Trentalanciahameg-hmo: Add RTA4000 MSO support (untested).
2019-07-25 Guido Trentalanciahameg-hmo: Add RTB2000 and RTM3000 MSO support (untested).
2019-07-25 Guido Trentalanciahameg-hmo: Add SR_CONF_LOGIC_ANALYZER drvopt.
2019-07-25 Guido Trentalanciahameg-hmo: Fix the upper limit for the vertical scale.
2019-07-25 Guido Trentalanciahameg-hmo: Only update states after successful SCPI...
2019-07-25 Guido Trentalanciahameg-hmo: Fix for an incorrect samplerate being returned.
2019-07-25 Guido Trentalanciahameg-hmo: Avoid bogus SCPI timeouts.
2019-07-25 Guido Trentalanciahameg-hmo: Use 1-based (not 0-based) POD numbers.
2019-07-25 Guido Trentalanciahameg-hmo: SR_CONF_LIMIT_SAMPLES/_FRAMES don't support...
2019-07-25 Guido Trentalanciahameg-hmo: Avoid a double-free.
2019-07-25 Guido Trentalanciahameg-hmo: Add SR_CONF_TRIGGER_PATTERN support.
2019-07-25 Guido Trentalanciahameg-hmo: When setting slope, also set trigger type...
2019-07-25 Guido Trentalanciahameg-hmo: Add support for the HMO1202 MSO.
2019-07-25 Guido Trentalanciahameg-hmo: Initial R&S RTC1000 MSO support attempt.
2019-07-25 Guido Trentalanciahameg-hmo: Add support for SR_CONF_LOGIC_THRESHOLD...
2019-07-25 Guido Trentalanciahameg-hmo: Update the default serial port options.
2019-07-25 Guido Trentalanciahameg-hmo: Add SR_CONF_LIMIT_SAMPLES support.
2019-07-25 Guido Trentalanciahameg-hmo: Add support for 16 digital (logic) channels.
2019-07-25 Guido Trentalanciahameg-hmo: Remove invalid HMO2522, add missing HMO3522.
2019-07-25 Guido Trentalanciahameg-hmo: Use g_byte_array_free() instead of g_free().
2018-06-26 Uwe Hermannstd: Improve prototypes of some functions.
2018-05-19 Uwe Hermannhameg-hmo: Fix two potential memory leaks.
2018-02-10 Gerhard Sittighameg-hmo: fix potential NULL dereference
2018-02-10 Gerhard Sittighameg-hmo: fix potential memory leak
2018-02-09 Gerhard Sittighameg-hmo: fix several compiler warnings (assignments...
2017-12-10 Stefan Brünshameg-hmo: Forward internal channel state to sigrok...
2017-08-06 Uwe Hermanndrivers: Use g_strdup_printf() where possible.
2017-08-06 Uwe Hermanndrivers: Reduce unnecessarily high indentation in some...
2017-08-06 Uwe Hermanndrivers: Consistently use the same method to check...
2017-08-06 Uwe Hermanndrivers: Factor out std_cg_idx().
2017-08-06 Uwe Hermanndrivers: Start counting at 0 for some loops.
2017-08-03 Uwe Hermanndrivers: Use std_*idx*() helpers in some more places.
2017-08-03 Uwe Hermanndrivers: Use array-based approach in some places.
2017-07-31 Uwe Hermanndrivers: Consistently name SCPI helper functions 'probe...
2017-07-31 Uwe Hermanndrivers: Remove some unneeded 'ret' variables.
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: 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-21 Uwe Hermanndrivers: Consistently name per-cg options 'devopts_cg_*'.
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-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-05-09 Johannes Römerhameg-hmo: Add support for Hameg HMO3524
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-03-08 Uwe Hermannscope drivers: More consistent config key ordering.
2017-03-07 Soeren ApelRework sr_period_string
2017-01-21 Stefan Brünshameg_hmo: Mostly fix dumping of current timebase
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: Send exactly one sigrok frame per scope...
2017-01-07 Gerhard Sittighameg-hmo: Use the host's endianess to read analog...
2017-01-07 Gerhard SittigRevert "hameg-hmo: Support BE format for SCPI sample...
2017-01-07 Gerhard Sittighameg-hmo: Support BE format for SCPI sample downloads
2017-01-07 Gerhard Sittighameg-hmo: Declare support for 2 pods / 16 channels...
2017-01-07 Gerhard Sittighameg-hmo: Release enabled channels when acquisition...
2017-01-07 Gerhard Sittighameg-hmo: Fix index access for models with 2 pods...
2016-08-29 Uwe HermannRemove some unneeded double-spaces.
2016-08-28 Uwe HermannHave remaining drivers default to digits=2 for analog...
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-16 Stefan Brünshameg-hmo: add one missing g_free
2016-05-16 Stefan Brünshameg-hmo: Add comment clarifying coupling options
2016-05-16 Stefan Brünshameg-hmo: use SR_DF_ANALOG, use definite length blocks...
2016-05-16 Stefan Brünshameg-hmo: Query probe unit (Volt, Ampere) from scope
2016-05-16 Stefan Brünshameg-hmo: simplify code by using new sr_rational_parse...
2016-05-16 Stefan Brünshameg-hmo: Add PATTern and BUS1/BUS2 trigger sources
2016-05-09 Lars-Peter ClausenRemove unnecessary std_init() wrapper functions
next