]> sigrok.org Git - libsigrok.git/history - hardware/common/scpi_serial.c
build: Portability fixes.
[libsigrok.git] / hardware / common / scpi_serial.c
2014-07-21 Bert VermeulenAdd struct sr_session parameter to all session source...
2014-05-04 Uwe HermannDon't define names ending with _t (POSIX reserved).
2014-02-07 Aurelien Jacobsscpi: add a generic scan API and implement it in usbtmc...
2014-02-07 Aurelien Jacobsscpi: add a struct drv_context parameter to scpi_dev_in...
2014-01-23 Martin Lingscpi_serial: Reimplement to allow scpi_read_complete...
2014-01-14 Aurelien Jacobsremove unused static functions
2014-01-14 Aurelien Jacobschange a bunch of functions from SR_PRIV to static
2014-01-11 Aurelien Jacobsscpi: make the scpi_dev_inst_new more generic
2013-12-29 Martin LingRevise SCPI read API to allow backend-independent data...
2013-12-27 Martin LingCentralise duplicated logging helper defines.
2013-12-07 Martin LingRoute sr_source_remove for all serial devices through...
2013-12-07 Martin LingRoute sr_source_add for all serial devices through...
2013-12-07 Martin Lingscpi_serial: Iterate serial_write as necessary to send...
2013-12-04 Bert Vermeulenscpi/serial: Use stubs for all SCPI functions.
2013-12-04 Martin Lingscpi_serial: Flush buffers after opening port.
2013-12-03 Martin LingAdd sr_scpi_read() operation for reading arbitrary...
2013-12-03 Martin LingMake SCPI functions device independent, with separate...