]> sigrok.org Git - libsigrok.git/history - hardware/openbench-logic-sniffer/api.c
Replace 'probe' with 'channel' in most places.
[libsigrok.git] / hardware / openbench-logic-sniffer / 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-02-26 Bert VermeulenRemove std_dev_clear() wrappers from drivers.
2014-01-30 Bert Vermeulenols: Code cleanup and more debug output.
2014-01-29 Bert Vermeulenols: Fix endianness problems in protocol.
2014-01-23 Bert Vermeulenols: Don't reduce sample count just because it's not...
2014-01-20 Bert Vermeulenols: Add option to turn test patterns off again.
2014-01-19 Bert VermeulenRemove SR_CONF_MAX_UNCOMPRESSED_SAMPLES again.
2014-01-09 Bert VermeulenAdd support for SR_CONF_MAX_UNCOMPRESSED_SAMPLES.
2013-12-30 Martin Lingols: Mark all serial calls as blocking or nonblocking.
2013-12-07 Bert VermeulenUse std_serial_dev_open().
2013-12-07 Martin Lingols: Get fd from sp_get_port_handle() rather than seria...
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-22 Uwe Hermannols: config_list(): Handle SR_CONF_PATTERN_MODE.
2013-11-19 Uwe Hermannols: Always open serial port in nonblocking mode.
2013-11-08 Martin Lingprobe_groups: API changes required to implement probe...
2013-09-06 Matt Ranostayols: Moved FLAG_FILTER to demux check
2013-08-28 Matt Ranostayols: add swap channels feature
2013-08-28 Matt Ranostayols: Display noise filter flag
2013-08-26 Bert Vermeulenols: Properly initialize entire single-sample buffer...
2013-08-26 Matt Ranostayols: add external clock support
2013-08-26 Matt Ranostayols: add test mode support
2013-06-02 Uwe Hermannols/link-mso19: Consistency fixes.
2013-06-02 Uwe Hermannstd: Drop hw_ from function names.
2013-05-10 Uwe HermannDrop some lines that are no longer needed.
2013-05-05 Bert Vermeulenols: Code cleanup
2013-05-03 Uwe Hermanns/DRIVER_LOG_DOMAIN/LOG_PREFIX/.
2013-04-24 Bert VermeulenEnforce open device before config_set()/dev_acquisition...
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-04-22 Bert Vermeulenols: Use sr_dev_inst to store connection handle
2013-04-22 Bert Vermeulenols: Fix stack clobbering at start of acquisition
2013-04-16 Bert Vermeulendrivers: return SR_ERR_NA on unsupported config key
2013-04-15 Bert Vermeulenols: Report when a device doesn't support metadata
2013-04-15 Bert Vermeulenols: Allow configuration before the device is opened
2013-04-15 Bert Vermeulenols: Properly initialize operational state before start
2013-04-13 Bert Vermeulenols: Support get/set/list on all device options
2013-04-11 Bert Vermeulenols: allow for disabling of RLE as well
2013-04-11 Bert Vermeulenols: Adjust to GVariant-based sr_config_* functions
2013-04-11 Bert VermeulenBump copyright year
2013-03-11 Bert Vermeulenols: use ptr to int dereference for SR_T_BOOL
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-29 Uwe Hermannsr_driver_scan(): Improve checks.
2013-01-29 Uwe Hermannsr_driver_init(): Improve checks.
2013-01-25 Bert VermeulenDeprecate SR_DI_HWOPTS.
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-03 Uwe Hermannols: Implement SR_DI_HWOPTS.
2012-12-25 Uwe HermannShorten probe_names[] arrays everywhere.
2012-12-24 Uwe Hermannols: Split into api.c and protocol.[ch].