]> sigrok.org Git - libsigrok.git/history - include
ols: Fix serial port timeout.
[libsigrok.git] / include /
2014-09-29 Bert Vermeuleninput: sr_input_free() is now a void function.
2014-09-29 Bert Vermeuleninput: Add sr_input_end().
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 Vermeuleninput: sr_input_scan_*() now return a status code.
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: Actually return a NULL-terminated array.
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-08-15 Bert Vermeulenoutput: Actually return a NULL-terminated array.
2014-07-28 Bert VermeulenAdd config key for amplitude.
2014-07-26 Bert Vermeulenoutput: Finish output module API wrappers.
2014-07-17 Martin LingChange prototype of sr_trigger_new to take const char *.
2014-07-17 Martin LingMove public headers into include/libsigrok.