]> sigrok.org Git - libsigrok.git/history - libsigrok-internal.h
Improved doxygen docs.
[libsigrok.git] / libsigrok-internal.h
2013-12-09 Matthias HeidbrinkImproved doxygen docs.
2013-12-07 Bert Vermeulenstd: Add std_serial_dev_open().
2013-12-07 Bert Vermeulenstd: Standardize function name.
2013-12-07 Martin LingRemove now-unused fd field from struct sr_serial_dev_inst.
2013-12-07 Martin LingAdd std_serial_dev_close() function.
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-04 Martin LingAdd implementation for SCPI over TCP.
2013-12-04 Martin LingAdd sr_scpi_send_variadic() function.
2013-12-04 Martin LingMake sr_scpi_send() take printf-style arguments.
2013-12-03 Martin LingOnly scpi_serial.c functions need HAVE_LIBSERIALPORT...
2013-12-03 Martin LingAdd sr_scpi_read() operation for reading arbitrary...
2013-12-03 Martin LingImplement SCPI over USBTMC.
2013-12-03 Martin LingMake SCPI functions device independent, with separate...
2013-12-03 Uwe Hermannstrutil.c: Don't expose sr_atox() as API calls for...
2013-12-03 poljar (Damir Jelić)serial: Add function to extract serial options.
2013-12-03 poljar (Damir Jelić)scpi: Add function to fetch uint8_t.
2013-12-03 poljar (Damir Jelić)scpi: Add function to get an array of floats.
2013-12-03 poljar (Damir Jelić)scpi: Add a function to read and wait on a *OPC? reply.
2013-12-03 poljar (Damir Jelić)scpi: Add more functions (getting int/bool/float/double).
2013-12-03 poljar (Damir Jelić)scpi: Add helper functions for SCPI communication.
2013-12-01 Martin LingUse new libserialport blocking/nonblocking API calls.
2013-11-29 Martin LingCreate & use new sr_usbtmc_dev_inst for Rigol DS driver.
2013-11-22 Uwe HermannMake struct sr_session opaque.
2013-11-15 Uwe Hermannlibsigrok-internal.h: Fix libserialport.h name.
2013-11-15 Uwe Hermannconfigure.ac: libserialport is optional.
2013-11-14 Martin LingUpdate to new libserialport API.
2013-11-14 Martin LingUse libserialport for serial port access.
2013-10-28 Uwe HermannFix two FreeBSD build issues related to libusb-1.0.
2013-10-23 Uwe Hermannmetex14: Add support for pF (picofarad).
2013-10-20 Aurelien Jacobses519xx: restore correct packet size
2013-10-06 Uwe Hermannes519xx: Fix incorrect packet size, and a typo.
2013-10-06 Uwe Hermannes519xx: Cosmetics, coding style, minor fixes.
2013-10-06 Aurelien Jacobsadd cyrustek es519xx generic protocol parser
2013-09-18 Bert VermeulenAdd sr_session_append(): add captured data to an existi...
2013-09-01 Uwe HermannVoltcraft VC-830: Fix diode mode handling.
2013-08-07 Uwe HermannMake sr_session_iteration() static.
2013-07-18 Bert VermeulenMake sr_session_iteration() private
2013-06-02 Uwe Hermannstd: Drop hw_ from function names.
2013-05-10 Uwe HermannUse consistent API callback function names.
2013-05-01 Uwe Hermannfs9721: Factor out common code from serial-dmm.
2013-04-30 Uwe Hermannuni-t-dmm/serial-dmm: Handle Voltcraft VC-840 temperature.
2013-04-26 Uwe Hermanncommon/dmm: Drop obsolete *is_packet_start() functions.
2013-04-26 Uwe Hermannfs9922: Use common DMM API.
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-04-20 Uwe HermannDrop obsolete g_match_info_unref() workaround.
2013-04-16 Bert VermeulenAllow for sdi->priv helper function in std_dev_clear
2013-04-16 Bert VermeulenAdd driver helper std_dev_clear()
2013-04-14 Alexandru Gagniucsession: Make sr_session_stop thread-safe
2013-04-11 Bert VermeulenAdd sr_config_free()
2013-04-11 Bert VermeulenUse GVariant for sr_config_*() functions
2013-04-11 Bert VermeulenBump copyright year
2013-03-23 Uwe Hermanns/sr_config_make/sr_config_new/.
2013-02-08 Uwe HermannAdd/use std_hw_dev_acquisition_stop_serial().
2013-02-07 Uwe HermannAdd and use std_session_send_df_header().
2013-02-02 Uwe HermannMake 'struct rs9lcd_info' non-empty.
2013-01-29 Uwe HermannFactor out common hw_init() driver code.
2013-01-21 Bert VermeulenAdd small helper for creating struct sr_config
2013-01-13 Bert Vermeulencleanup of obsolete definition
2013-01-03 Uwe HermannAdd Cyrustek ES51922 DMM chip parser.
2012-12-30 Bert Vermeulenadd USBTMC device search helper
2012-12-20 Joel HoldsworthPass sr_datafeed_packets and payloads with const pointers
2012-12-13 Alexandru Gagniucserial-dmm: Use dummy info struct for rs9lcd parser
2012-12-04 Bert Vermeulenusb: sr_usb_find() uses standardized connection string...
2012-12-03 Peter Stugehw_init(): Save struct sr_context * parameter in struct...
2012-12-02 Alexandru Gagniucradioshack-dmm: Integrate into serial-dmm
2012-12-02 Alexandru Gagniucradioshack-dmm: Separate protocol parser from driver
2012-12-02 Uwe Hermannmetex14: Add dB mode and hFE mode support.
2012-12-02 Uwe Hermannserial-dmm: Add Metex ME-31 support.
2012-12-02 Uwe Hermannmetex14: Pass 'info' as a void pointer.
2012-12-02 Uwe Hermannfs9721: Pass 'info' as a void pointer.
2012-12-02 Uwe Hermannserial: Use OS-independent flags for serial port opening.
2012-11-26 Bert Vermeulenserial: allow for extra rts and dtr options in conn...
2012-11-17 Uwe HermannAdd Metex 14-byte ASCII protocol parser.
2012-11-14 Uwe HermannMove serial_stream_detect() to serial.c.
2012-11-11 Bert Vermeulenserial: revamp internal API
2012-11-11 Alexandru Gagniucols: Do not randomly probe serial ports
2012-11-07 Bert Vermeuleng_get_monotonic_time() takes a signed int64
2012-11-02 Uwe Hermanngenericdmm: Factor out USB functions.
2012-11-02 Uwe Hermannserial: More error-checking & logging, add baudrates.
2012-11-02 Uwe HermannRework FS9721 parser.
2012-10-30 Uwe HermannFactor out serial_readline() to serial.c.
2012-10-29 Uwe HermannAdd protocol parser for FS9721_LP3/FS9721B.
2012-10-27 Uwe HermannInitial support for UNI-T DMMs.
2012-10-23 Uwe Hermannconfig.h usage cleanups.
2012-10-22 Uwe HermannDoxygen: Add @file items for the relevant files.
2012-10-21 Peter StugeAdd and init libusb_context * in struct sr_context...
2012-10-21 Peter StugeAdd a struct sr_context * parameter to sr_init() and...
2012-10-21 Uwe HermannMove 'struct drv_context' to sigrok-internal.h.
2012-10-11 Uwe HermannQuick workaround for g_match_info_unref().
2012-09-02 Bert Vermeulenserial: add serial_set_paramstr()
2012-08-03 Bert Vermeulensr: code organization cleanup
2012-08-03 Bert Vermeulensr: remove obsolete sr_dev_inst_get() call
2012-08-03 Bert Vermeulensr: change session API/code to use sdi
2012-08-03 Bert Vermeulensr: add probe list to device instance
2012-07-04 Bert Vermeulensr: moved sigrok.h so libsigrok/libsigrok.h