]> sigrok.org Git - libsigrok.git/history - src/std.c
std_serial_dev_acquisition_stop(): Remove serial parameter
[libsigrok.git] / src / std.c
2016-05-31 Lars-Peter Clausenstd_serial_dev_acquisition_stop(): Remove serial parameter
2016-05-31 Lars-Peter ClausenUse driver name as the log prefix in standard functions
2016-05-27 Uwe Hermannstd_scan_complete(): Catch some errors to avoid segfaults.
2016-05-27 Lars-Peter ClausenAdd helper function for scan completion
2016-05-09 Lars-Peter Clausenstd_init(): Drop check if pass in driver is non-NULL
2016-05-09 Lars-Peter ClausenMatch std_init() parameter order to the driver init...
2016-05-03 Lars-Peter ClausenIntroduce standard implementation of the dev_list(...
2016-05-03 Lars-Peter ClausenIntroduce standard cleanup helper
2016-04-29 Uwe Hermannstd_serial_dev_acquisition_stop(): Drop unneeded parameter.
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-25 Bert Vermeulenscpi: Move SCPI-related definitions to separate header...
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-07-09 Soeren ApelFix #442 by renaming sr_dev_driver.priv to .context
2015-05-12 Aurelien JacobsAdd a modbus communication helper module.
2014-11-22 Uwe HermannUse g_malloc0() consistently, simplify error handling.
2014-11-01 Bert VermeulenOnly sr_dev_inst_free() should free channel groups.
2014-09-24 Martin Lingstd_serial_dev_open: Remove SERIAL_NONBLOCK flag.
2014-07-24 Bert Vermeulenstd: Free channel groups from device instances as well.
2014-07-22 Bert VermeulenReorganize project tree.