]> sigrok.org Git - libsigrok.git/history - hardware/zeroplus-logic-cube/api.c
build: Portability fixes.
[libsigrok.git] / hardware / zeroplus-logic-cube / api.c
2014-05-27 Bert Vermeulenzeroplus-logic-cube: Use new trigger API.
2014-04-02 Uwe HermannVarious drivers: Expose SR_CONF_TRIGGER_TYPE.
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.
2014-01-19 Bert VermeulenRemove SR_CONF_MAX_UNCOMPRESSED_SAMPLES again.
2014-01-09 Bert Vermeulenzeroplus-logic-cube: List all keys in device options.
2014-01-09 Bert Vermeulenzeroplus-logic-cube: Publish SR_CONF_MAX_UNCOMPRESSED_S...
2014-01-03 Russ Dillzeroplus: Add voltage threshold support
2014-01-03 Russ Dillzeroplus: Major rework of sample buffer processing
2014-01-03 Russ Dillzeroplus: Add missing config_get for SR_CONF_CAPTURE_RATIO
2014-01-03 Russ Dillzeroplus: Support all 32 channels of 32 channel models
2013-12-05 Russ Dillzeroplus: Rename max_memory_size to max_sample_depth
2013-12-04 Russ Dillzeroplus: Add usb IDs for 32 channel models, but only...
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-05-10 Uwe HermannUse consistent API callback function names.
2013-05-10 Uwe Hermannzeroplus: Properly set inst_type to SR_INST_USB.
2013-05-10 Uwe Hermannzeroplus: Use std_dev_clear().
2013-05-03 Uwe Hermanns/DRIVER_LOG_DOMAIN/LOG_PREFIX/.
2013-04-27 Bert VermeulenDon't automatically clear known instances from USB...
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 Vermeulenzeroplus-logic-cube: Use sr_dev_inst to store connectio...
2013-04-16 Bert Vermeulendrivers: return SR_ERR_NA on unsupported config key
2013-04-14 Jan Luebbezeroplus-logic-cube: add USB ID for LAP-16128U
2013-04-11 Bert Vermeulenzeroplus-logic-cube: fix samplerate setting
2013-04-11 Bert Vermeulenzeroplus-logic-cube: Adjust to GVariant-based sr_config...
2013-02-08 Uwe Hermannzeroplus: Only report supported samplerates.
2013-02-08 Uwe Hermannzeroplus: Cosmetics, small fixes, drop unneeded stuff.
2013-02-08 Uwe Hermannzeroplus: Split into api.c and protocol.c.