]> sigrok.org Git - libsigrok.git/history - hardware/brymen-dmm/api.c
build: Portability fixes.
[libsigrok.git] / hardware / brymen-dmm / api.c
2014-07-21 Bert VermeulenAdd struct sr_session parameter to all session source...
2014-04-13 Uwe Hermannsr_dev_inst_new(): Use NULL (not "") if version unknown...
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-02-26 Bert VermeulenRemove std_dev_clear() wrappers from drivers.
2013-12-07 Bert VermeulenUse std_serial_dev_open().
2013-12-07 Bert Vermeulenstd: Standardize function name.
2013-12-07 Martin LingUse std_serial_dev_close() to replace matching dev_clos...
2013-12-07 Martin LingRoute sr_source_add for all serial devices through...
2013-11-08 Martin Lingprobe_groups: API changes required to implement probe...
2013-06-02 Uwe Hermanns/clear_instances/dev_clear/.
2013-06-02 Uwe Hermannstd: Drop hw_ from function names.
2013-06-02 Uwe Hermannbrymen-dmm: Use std_dev_clear().
2013-05-10 Uwe HermannUse consistent API callback function names.
2013-05-03 Uwe Hermanns/DRIVER_LOG_DOMAIN/LOG_PREFIX/.
2013-04-30 Uwe Hermannbrymen-dmm: Use sr_dev_inst to store connection handle.
2013-04-24 Bert VermeulenEnforce open device before config_set()/dev_acquisition...
2013-04-16 Bert Vermeulendrivers: return SR_ERR_NA on unsupported config key
2013-04-11 Bert Vermeulenbrymen-dmm: Adjust to GVariant-based sr_config_* functions
2013-02-08 Uwe HermannAdd/use std_hw_dev_acquisition_stop_serial().
2013-02-07 Uwe HermannDriver struct cleanups.
2013-02-07 Uwe HermannAdd and use std_session_send_df_header().
2013-02-05 Uwe Hermannhw_dev_close(): Move common checks to wrapper.
2013-02-05 Uwe HermannShorten/simplify hw_dev_list() implementations.
2013-02-02 Uwe Hermannbrymen-dmm: Cosmetics, coding-style, consistency.
2013-02-02 Uwe Hermannbrymen-dmm: Use std_hw_init().
2013-02-02 Alexandru Gagniucbrymen-dmm: Add support for Brymen BM857
2013-02-02 Alexandru Gagniucbrymen-dmm: Initial driver skeleton.