]> sigrok.org Git - libsigrok.git/history - hardware/hameg-hmo/api.c
build: Portability fixes.
[libsigrok.git] / hardware / hameg-hmo / api.c
2014-07-21 Bert VermeulenAdd struct sr_session parameter to all session source...
2014-03-25 Uwe Hermannhameg-hmo: Change some PG_/pg_ names to CG_/cg_.
2014-03-25 Uwe HermannRename various *PROBE* macros to *CHANNEL*.
2014-03-25 Uwe HermannReplace 'probe' with 'channel' in most places.
2014-03-25 Uwe HermannRename 'struct sr_probe' to 'struct sr_channel' everywhere.
2014-03-25 Uwe HermannConsistently use 'cg' for channel group variables.
2014-03-25 Uwe HermannReplace channel_group.probes with channel_group.channels.
2014-03-25 Uwe HermannReplace 'probe group' with 'channel group' everywhere.
2014-03-25 poljar (Damir Jelić)hameg-hmo: Add missing cases in config_get().
2014-03-25 poljar (Damir Jelić)hameg-hmo: Add the TRIGGER_SLOPE entry to config_list().
2014-03-25 poljar (Damir Jelić)hameg-hmo: Fix the logic for the horizontal trigger...
2014-02-07 Aurelien Jacobshameg-hmo: use the new scpi scan API
2014-02-07 Aurelien Jacobsscpi: add a struct drv_context parameter to scpi_dev_in...
2014-01-27 Daniel Elstnerhwdriver: Change TRIGGER_SLOPE setting to string type.
2014-01-16 Uwe Hermannhameg-hmo: Fix two compiler warnings on Windows.
2014-01-16 poljar (Damir Jelić)hameg-hmo: Reset the number of acquired frames in acqui...
2014-01-16 poljar (Damir Jelić)hameg-hmo: Expose more options with config_get().
2014-01-16 poljar (Damir Jelić)hameg-hmo: Update the sample rate when the channel...
2014-01-16 poljar (Damir Jelić)hameg-hmo: Add support for sample rate fetching.
2014-01-16 poljar (Damir Jelić)hameg-hmo: Change the way vdiv and timebase are saved.
2014-01-16 poljar (Damir Jelić)hameg-hmo: Send the DF_END packet in acquisition_stop()
2014-01-16 poljar (Damir Jelić)hameg-hmo: Close the device after initial scan.
2014-01-16 poljar (Damir Jelić)hameg-hmo: Handle floating point numbers while ignoring...
2014-01-11 Aurelien Jacobsscpi: factorize dev_inst_new calls out of individual...
2013-12-18 poljar (Damir Jelić)hameg-hmo: Move the declaration of the driver info...
2013-12-03 Martin LingMake SCPI functions device independent, with separate...
2013-12-03 Uwe Hermannhameg-hmo: Reduce unnecessarily high nesting level.
2013-12-03 Uwe Hermannhameg-hmo: Use hmo_ prefix for driver-local SR_PRIV...
2013-12-03 Uwe Hermannhameg-hmo: Minor cosmetics, coding-style fixes.
2013-12-03 poljar (Damir Jelić)hameg-hmo: Add initial working driver version.
2013-12-03 poljar (Damir Jelić)hameg-hmo: Initial driver skeleton.