]> sigrok.org Git - libsigrok.git/history - include/libsigrok/libsigrok.h
Build: Set local include directories in Makefile.am
[libsigrok.git] / include / libsigrok / libsigrok.h
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-08-15 Soeren ApelIntroduce OutputFlag
2015-08-15 Uwe HermannDoxygen consistency fixes (@foo instead of \foo).
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-06-07 Uwe Hermannmodbus: Minor typos, cosmetics and consistency fixes.
2015-06-07 Aurelien Jacobslibsigrok.h: add new type of device: ELECTRONIC_LOAD.
2015-06-07 Aurelien Jacobslibsigrok.h: Add SR_CONF_OVER_TEMPERATURE_PROTECTION_AC...
2015-05-12 Aurelien JacobsAdd a modbus communication helper module.
2015-05-12 Aurelien JacobsRename SR_CONF_OUTPUT_* to SR_CONF_*.
2015-05-06 Alexandru Gagniucglobal: Add configuration key for output frequency...
2015-03-24 Uwe HermannFix a bunch of typos.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-20 Uwe Hermannlibsigrok.h: Add SR_MQ_POWER_FACTOR and SR_MQ_APPARENT_...
2015-03-19 Martin LingAdd sdi pointer to struct sr_channel.
2015-03-02 Martin LingRename SR_CONF_NUM_TIMEBASE to SR_CONF_NUM_HDIV.
2015-03-01 Martin LingAdd SR_MQ_COUNT for event count measurements.
2015-02-16 Bartosz GolaszewskiSR_CONF_PROBE_FACTOR: New option.
2015-02-11 Bartosz GolaszewskiSR_ERR_IO: new error code
2015-02-11 Uwe Hermanntransform: Add struct sr_transform and struct sr_transf...
2015-01-25 Bartosz Golaszewskinew config options: averaging
2015-01-03 Aurelien JacobsAdd a public API to list available serial ports.
2014-11-22 Uwe HermannAdd missing entries to sr_config_info_data[].
2014-11-13 Bert VermeulenAdd SR_DF_ANALOG2 and related structs.
2014-11-11 Uwe HermannAdd sr_dev_inst_user_new(), sr_dev_inst_channel_add().
2014-11-11 Uwe HermannMake 'struct sr_dev_inst' opaque.
2014-10-21 Janne HuttunenExport LCR meter 'auto' bits as config keys instead...
2014-10-18 Bert VermeulenFix typos.
2014-10-17 Janne HuttunenRename "SERIAL" -> "SERIES".
2014-10-15 Bert VermeulenUse SR_CONF_OUTPUT_VOLTAGE_TARGET and _CURRENT_LIMIT.
2014-10-13 Uwe HermannRename SR_CONF_LCR_METER to SR_CONF_LCRMETER.
2014-10-12 Janne HuttunenAdd config key for output frequency.
2014-10-12 Janne HuttunenAdd config key for LCR meter type.
2014-10-12 Janne HuttunenAdd two new 'auto' flags.
2014-10-12 Janne HuttunenAdd quantity and flag for difference measurements.
2014-10-12 Janne HuttunenAdd measured quantities for LCR meters.
2014-10-12 Janne HuttunenAdd two new units.
2014-09-29 Soeren ApelRemoval of sdi->index, step 1: remove it from headers...
2014-09-23 Soeren ApelAdd serial_num and connection_id fields to sr_dev_inst
2014-09-17 Bert VermeulenPublish config key capabilities.
2014-09-16 Bert VermeulenChange type of SR_CONF keys to uint32_t.
2014-09-08 Bert VermeulenAdd private storage pointer to struct sr_channel.
2014-09-08 Bert VermeulenRevamp PPS-related config keys.
2014-08-27 Bert VermeulenAdd SR_ERR_DATA.
2014-08-25 Bert VermeulenAdd second positive status code: SR_OK_CONTINUE.
2014-08-25 Bert Vermeuleninput: Frontends don't need to see SR_INPUT_META_*.
2014-08-25 Bert Vermeuleninput: Introduce new input module API.
2014-08-25 Bert Vermeuleninput: make sr_input{_module} opaque to clients.
2014-08-25 Bert Vermeuleninput: s/format/module in all naming.
2014-07-28 Bert VermeulenAdd config key for amplitude.
2014-07-26 Bert Vermeulenoutput: Finish output module API wrappers.
2014-07-17 Martin LingMove public headers into include/libsigrok.