SQ50 patches for libsigrok
Go to file
Uwe Hermann 218557b85a Quickfix for a segfault with file input via -i.
Stuff like

  ./bin/sigrok-cli -i rnd.dd -a transitioncounter

would segfault (rnd.dd consists of random bytes) because device->plugin
was NULL and was being dereferenced.

Thanks Olivier Fauchon <olivier@aixmarseille.com> for reporting.
2011-02-13 11:27:52 +01:00
firmware Install an empty firmware/ directory. 2011-01-20 23:23:06 +01:00
hardware demo: forgot second part of samplerate support 2011-02-12 06:14:37 +01:00
input Add sr_ prefix for device related API functions. 2011-02-08 22:28:02 +01:00
output implement version 1.3 of the OLS output format, now streaming 2011-02-12 06:18:16 +01:00
Doxyfile Doxygen config files: Initial configuration. 2011-02-08 23:59:14 +01:00
Makefile.am implement session loading based on a virtual device driver 2011-01-31 22:34:14 +01:00
backend.c Add sr_ prefix for device related API functions. 2011-02-08 22:28:02 +01:00
datastore.c Add sr_ prefix for datastore API functions. 2011-02-08 22:28:02 +01:00
device.c Quickfix for a segfault with file input via -i. 2011-02-13 11:27:52 +01:00
filter.c Change SIGROK_ prefix to SR_. 2011-01-30 18:32:53 +01:00
hwplugin.c Add sr_ prefix to session related API functions. 2011-02-08 22:28:00 +01:00
libsigrok.pc.in pkg-config: Add (semi-generated) libsigrok.pc. 2010-05-11 22:28:09 +02:00
session.c Add sr_ prefix to session related API functions. 2011-02-08 22:28:00 +01:00
session_driver.c Add sr_ prefix to session related API functions. 2011-02-08 22:28:00 +01:00
session_file.c Add sr_ prefix for datastore API functions. 2011-02-08 22:28:02 +01:00
sigrok-internal.h Fix build when no libusb-LA is compiled. 2011-02-02 10:25:52 +01:00
sigrok-proto.h Rename probe_find() to sr_device_probe_find(). 2011-02-08 22:28:03 +01:00
sigrok.h Add sr_ prefix for datastore API functions. 2011-02-08 22:28:02 +01:00
strutil.c strutil.c: Fix typo, add some (API) docs/comments. 2011-02-08 22:28:03 +01:00