]> sigrok.org Git - libsigrok.git/history - hardware/uni-t-dmm/api.c
build: Portability fixes.
[libsigrok.git] / hardware / uni-t-dmm / api.c
2014-07-21 Bert VermeulenAdd struct sr_session parameter to all session source...
2014-03-30 Uwe HermannVarious drivers: Drop some unneeded lines.
2014-03-25 Uwe HermannRename various *PROBE* macros to *CHANNEL*.
2014-03-25 Uwe HermannRename sr_probe_new() to sr_channel_new().
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 'probe group' with 'channel group' everywhere.
2014-01-06 Uwe HermannAdd support for the Tenma 72-7750 (UNI-T UT60G rebadge).
2014-01-06 Uwe HermannAdd initial support for the UNI-T UT60G.
2014-01-01 Uwe Hermannuni-t-dmm: Fix incorrect order which breaks UT61B/C.
2014-01-01 Uwe HermannAdd support for the UNI-T UT61B multimeter.
2013-12-29 Aurelien Jacobsswitch the UNI-T UT61E driver to the new es519xx parser
2013-12-29 Uwe HermannAdd support for the UNI-T UT61C multimeter.
2013-11-23 Bert Vermeulenuni-t-dmm: Add support for the Tenma 72-7745.
2013-11-15 Uwe Hermannuni-t-dmm: Drop unused packet_request callback.
2013-11-08 Martin Lingprobe_groups: API changes required to implement probe...
2013-09-01 Uwe HermannVoltcraft VC-830: Fix diode mode handling.
2013-08-11 Bert Vermeulenuni-t-dmm: Require conn parameter for scan
2013-08-06 Uwe Hermannuni-t-dmm: Fix UT61E bug related to the UNI-T UD-D04...
2013-07-18 Uwe Hermannserial-dmm/uni-t-dmm: Drop Tecpel DMM-8060.
2013-07-09 Florian KnodtSupport for UNI-T UT60A/E multimeters via RS232 or USB
2013-06-23 Uwe Hermannuni-t-dmm: Add support for the Voltcraft VC-830.
2013-06-02 Uwe Hermanns/clear_instances/dev_clear/.
2013-06-02 Uwe Hermannstd: Drop hw_ from function names.
2013-05-10 Uwe HermannUse consistent API callback function names.
2013-05-10 Uwe Hermannuni-t-dmm: Use std_dev_clear().
2013-05-03 Uwe Hermannuni-t-dmm: Add missing SR_CONF_LIMIT_MSEC support.
2013-05-03 Uwe Hermanns/DRIVER_LOG_DOMAIN/LOG_PREFIX/.
2013-05-01 Uwe Hermannuni-t-dmm: Add Tecpel DMM-8060 support.
2013-05-01 Uwe Hermannuni-t-dmm: Add Tecpel DMM-8061 support.
2013-05-01 Uwe Hermannfs9721: Factor out common code from serial-dmm.
2013-04-30 Uwe Hermannuni-t-dmm/serial-dmm: Handle Voltcraft VC-840 temperature.
2013-04-30 Uwe Hermannuni-t-dmm: Fix incorrect UNI-T UT61D baudrate.
2013-04-30 Uwe Hermannuni-t-dmm: Add support for the Voltcraft VC-840.
2013-04-30 Uwe Hermannuni-t-dmm: Add support for the UNI-T UT61E.
2013-04-30 Uwe Hermannuni-t-dmm: Use sr_dev_inst to store connection handle.
2013-04-27 Bert VermeulenDon't automatically clear known instances from USB...
2013-04-26 Uwe Hermannuni-t-dmm: Do proper detection of packets in the stream.
2013-04-26 Uwe Hermannuni-t-dmm: Make driver more similar to serial-dmm.
2013-04-24 Bert VermeulenEnforce open device before config_set()/dev_acquisition...
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-04-16 Bert Vermeulendrivers: return SR_ERR_NA on unsupported config key
2013-04-11 Bert Vermeulenuni-t-dmm: Adjust to GVariant-based sr_config_* functions
2013-02-07 Uwe HermannDriver struct cleanups.
2013-02-07 Uwe HermannAdd and use std_session_send_df_header().
2013-02-05 Uwe HermannShorten/simplify hw_dev_list() implementations.
2013-01-29 Uwe HermannFactor out common hw_init() driver code.
2013-01-25 Bert Vermeulendrivers: Trim unused config_get() calls
2013-01-25 Bert VermeulenDeprecate SR_DI_HWOPTS.
2013-01-25 Bert VermeulenDeprecate SR_DI_HWCAPS.
2013-01-25 Bert VermeulenDeprecate SR_DI_CUR_SAMPLERATE.
2013-01-25 Bert Vermeulendeprecate SR_DI_SAMPLERATES
2013-01-25 Bert Vermeulendrivers: implement config_list()
2013-01-24 Bert Vermeulendrivers: rename and reorganize config get/set
2013-01-21 Bert Vermeulenuni-t-dmm: use new sr_config struct
2013-01-21 Bert VermeulenRename SR_HWOPT_* and SR_HWCAP_* to SR_CONF_*
2013-01-21 Bert Vermeulendrivers: use new sr_config struct
2013-01-20 Uwe Hermannuni-t-dmm: Expose hwopts.
2013-01-20 Uwe Hermannuni-t-dmm: Fix scanning, properly use new sr_usb_find().
2013-01-20 Uwe HermannRemove non-error hw_info_get() messages.
2013-01-15 Bert VermeulenGet rid of obsolete SR_DI_NUM_PROBES and SR_DI_PROBE_NAMES.
2012-12-04 Bert Vermeulenusb: sr_usb_find() uses standardized connection string...
2012-12-03 Peter Stugehardware: Make USB drivers use the libusb_context in...
2012-12-03 Peter Stugehw_init(): Save struct sr_context * parameter in struct...
2012-12-03 Peter StugeAdd a struct sr_context * parameter to hw_init()
2012-11-06 Bert Vermeulenallow for intermediate stage in stopping acquisition
2012-11-02 Uwe Hermannuni-t-dmm: Use new USB helper functions.
2012-11-02 Uwe HermannRework FS9721 parser.
2012-10-30 Uwe Hermannuni-t-dmm: Simplify subdriver setup.
2012-10-30 Uwe HermannDraft: Make UT61D and VC-820 "first-class" drivers.
2012-10-27 Uwe HermannInitial support for UNI-T DMMs.