]> sigrok.org Git - libsigrok.git/history - hardware/link-mso19/api.c
Replace 'probe' with 'channel' in most places.
[libsigrok.git] / hardware / link-mso19 / api.c
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-27 Daniel Elstnerhwdriver: Change TRIGGER_SLOPE setting to string type.
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 Hermannols/link-mso19: Consistency fixes.
2013-06-02 Uwe Hermannstd: Drop hw_ from function names.
2013-05-10 Uwe HermannUse consistent API callback function names.
2013-05-10 Uwe HermannDrop some lines that are no longer needed.
2013-05-03 Uwe Hermanns/DRIVER_LOG_DOMAIN/LOG_PREFIX/.
2013-05-03 Uwe HermannMinor whitespace fixes.
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 Vermeulenlink-mso19: Adjust to GVariant-based sr_config_* functions
2013-03-03 lelazarymso-19: Initial analog probe support (unfinished).
2013-03-03 lelazarymso-19: Fixed warning.
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 HermannDrivers: Explicitly list sr_samplerates fields.
2013-01-29 Uwe HermannFactor out common hw_init() driver code.
2013-01-25 Bert VermeulenDeprecate SR_DI_HWCAPS.
2013-01-25 Bert VermeulenDeprecate SR_DI_TRIGGER_TYPES.
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 VermeulenRename SR_HWOPT_* and SR_HWCAP_* to SR_CONF_*
2013-01-21 Bert Vermeulendrivers: use new sr_config struct
2013-01-15 Bert VermeulenGet rid of obsolete SR_DI_NUM_PROBES and SR_DI_PROBE_NAMES.
2013-01-08 Uwe Hermannlink-mso19: Fix white-space, cosmetics, coding-style.
2013-01-08 Uwe Hermannlink-mso19: Fix (C) lines.
2013-01-08 lelazaryAdded limit samples Eveything seems to work find up...
2013-01-08 lelazaryRewrote the trigger config. Added trigger position...
2013-01-08 lelazaryEveything seems to work now except for triggers.
2013-01-08 lelazaryMore cleanup. Communication with mso19 is working,...
2013-01-08 lelazaryRewrote the link-mso19.c into api and protocol. Still...