SQ50 patches for libsigrok
Go to file
Uwe Hermann 3af71f0da6 sr: configure.ac: Fix version number magic. 2012-01-04 00:36:53 +01:00
contrib Move most contrib/ stuff to libsigrok. 2011-12-30 10:34:30 +01:00
firmware Install an empty firmware/ directory. 2011-01-20 23:23:06 +01:00
hardware sr/srd: Remove/fix non-applicable autotools stuff. 2011-12-30 11:14:24 +01:00
input sr: Remove useless filename prefixes. 2012-01-03 20:01:02 +01:00
output sr: Remove useless filename prefixes. 2012-01-03 20:01:02 +01:00
.gitignore Update/fix .gitignore files. 2011-12-30 22:14:38 +01:00
COPYING sr/srd: Move some files to their resp. dirs. 2011-12-30 11:14:05 +01:00
Doxyfile Doxygen config files: Initial configuration. 2011-02-08 23:59:14 +01:00
Makefile.am sr: configure.ac: Fix version number magic. 2012-01-04 00:36:53 +01:00
README Split README, add appropriate ones per-project. 2011-12-30 22:38:25 +01:00
autogen.sh sr/srd: Move some files to their resp. dirs. 2011-12-30 11:14:05 +01:00
backend.c libsigrok: Fix #includes. 2011-12-28 23:07:08 +01:00
configure.ac sr: configure.ac: Fix version number magic. 2012-01-04 00:36:53 +01:00
datastore.c libsigrok: Fix #includes. 2011-12-28 23:07:08 +01:00
device.c probe names: Fix cosmetics, add docs, fix off-by-one. 2011-12-29 19:50:14 +01:00
filter.c libsigrok: Fix #includes. 2011-12-28 23:07:08 +01:00
hwplugin.c probe names: Fix cosmetics, add docs, fix off-by-one. 2011-12-29 19:50:14 +01:00
libsigrok.pc.in libsigrok: glib-2.0 is a hard requirement. 2011-11-19 16:23:21 +01:00
log.c libsigrok: Fix #includes. 2011-12-28 23:07:08 +01:00
session.c sr: Drop some obsolete and commented out code. 2012-01-02 14:25:52 +01:00
session_driver.c sr: session: Add docs and some error checks. 2012-01-02 14:23:33 +01:00
session_file.c sr: session: Add docs and some error checks. 2012-01-02 14:23:33 +01:00
sigrok-internal.h Fix outdated ezusb_install_firmware() prototype. 2011-12-28 23:11:52 +01:00
sigrok-proto.h sr: Drop some obsolete and commented out code. 2012-01-02 14:25:52 +01:00
sigrok.h.in sr: Drop some obsolete and commented out code. 2012-01-02 14:25:52 +01:00
strutil.c libsigrok: Fix #includes. 2011-12-28 23:07:08 +01:00

README

-------------------------------------------------------------------------------
README
-------------------------------------------------------------------------------

The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source logic analyzer software that supports various
logic analyzer hardware products.

libsigrok is a shared library written in C which provides the basic API
for talking to logic analyzer hardware and reading/writing the acquired data
into various input/output file formats.


Status and API
--------------

libsigrok is currently work in progress.

IMPORTANT: The API of libsigrok is NOT yet considered stable! Please do
           not rely on it, yet! Changes to function names, macro names etc.
           can happen at any time without prior notice!


Requirements
------------

 - git
 - gcc, g++, make, ...
 - autoconf, automake, libtool, pkg-config
 - libglib >= 2.22.0
 - libusb >= 1.0.5 (for most logic analyzer hardware)
 - libzip >= 0.8
 - zlib >= 1.2.3.1
 - libftdi >= 0.16 (for some logic analyzer hardware)
 - libudev >= 151 (for some logic analyzer hardware)


Building and installing
-----------------------

In order to get the libsigrok source code and build it, run:

 $ git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok
 $ cd sigrok/libsigrok
 $ ./autogen.sh
 $ ./configure
 $ make

For installing libsigrok:

 $ make install

Please see the following wiki pages for more detailed instructions:

 http://sigrok.org/wiki/Linux
 http://sigrok.org/wiki/Mac_OS_X
 http://sigrok.org/wiki/Windows
 http://sigrok.org/wiki/FreeBSD


Mailing lists
-------------

There are two mailing lists for sigrok/libsigrok:

 https://lists.sourceforge.net/lists/listinfo/sigrok-devel
 https://lists.sourceforge.net/lists/listinfo/sigrok-commits


IRC
---

You can find the sigrok developers in the #sigrok IRC channel on Freenode.


Website
-------

http://sigrok.org