Commit Graph

  • f2b830f71d Fix silly copy-paste error. Martin Ling 2013-11-03 23:10:17 +0000
  • c9bc57b6bc Update to new libserialport API. Martin Ling 2013-11-03 22:53:04 +0000
  • a9bce5a561 Use libserialport for serial port access. Martin Ling 2013-10-27 15:51:24 +0000
  • 3220827c57 error.c: Add SR_ERR_PROBE_GROUP handling. Uwe Hermann 2013-11-11 07:53:52 +0100
  • a0dc461d7b doxygen: Fix/improve 'struct sr_probe_group' documentation. Uwe Hermann 2013-11-11 07:42:51 +0100
  • 57d0a2e195 unittests: Update for probe-groups changes. Uwe Hermann 2013-11-10 23:22:18 +0100
  • 58f4336963 rigol-ds1xx2: Unbreak listing of _VDIV and _COUPLING Bert Vermeulen 2013-11-03 14:16:10 +0100
  • 5f77dffc02 rigol-ds1xx2: Unbreak listing of SR_CONF_DEVICE_OPTIONS Bert Vermeulen 2013-11-03 14:15:35 +0100
  • be60a9e4a9 rigol-ds1xx2: Better error reporting when probe groups are required Bert Vermeulen 2013-11-03 14:13:59 +0100
  • 78bcc55afa rigol-ds1xx2: Minor coding style fixes Bert Vermeulen 2013-11-03 14:11:43 +0100
  • bdc955bc06 Add SR_ERR_PROBE_GROUP, denoting a probe group requirement Bert Vermeulen 2013-11-03 14:04:15 +0100
  • d3c74a6fb0 probe_groups: API changes required to implement probe groups. Bert Vermeulen 2013-10-31 23:58:33 +0100
  • ba358ffd83 rigol-ds1xx2: fix bitrot in device cleanup code Bert Vermeulen 2013-10-31 22:53:22 +0100
  • e43fdd8d4f rigol-ds1xx2: Don't assume valid sdi Bert Vermeulen 2013-04-28 22:11:43 +0200
  • 57ecdbd742 Update API documentation Bert Vermeulen 2013-04-28 22:11:05 +0200
  • 45311368de rigol-ds1xx2: Skip obsolete fields Bert Vermeulen 2013-04-28 13:05:27 +0200
  • af54bac90a python: Map probe group configuration to ProbeGroup attributes. Martin Ling 2013-04-21 16:02:12 +0100
  • 417e9f3ab4 python: Add classes for probes and probe groups. Martin Ling 2013-04-21 15:46:48 +0100
  • f48e0249b4 rigol-ds1xx2: implement probe group specific options. Martin Ling 2013-04-21 14:48:56 +0100
  • 3d3a601e80 rigol-ds1xx2: create probe groups. Martin Ling 2013-04-21 13:44:34 +0100
  • 5150ef336b probe_groups: Add a name field to sr_probe_group. Martin Ling 2013-04-21 21:07:16 +0100
  • 909cc050bf probe_groups: initialise sdi->probe_groups to NULL. Martin Ling 2013-04-21 21:05:03 +0100
  • 54e7a3d0d7 probe_groups: Update Python bindings for API change. Martin Ling 2013-04-21 21:11:32 +0100
  • 5daed4bc6d Use priv for consistency Bert Vermeulen 2013-04-21 00:45:01 +0200
  • 8f996b8948 probe_groups: API changes required to implement probe groups. Martin Ling 2013-04-20 01:00:49 +0100
  • 8dce54f7aa update udev rules Dan Horák 2013-11-04 10:53:36 +0100
  • 6f95fee0b7 Doxyfile: Set version to 0.2.2. libsigrok-0.2.2 Uwe Hermann 2013-11-03 23:44:11 +0100
  • 455279d79a Revert "New API function sr_session_dev_list()" Uwe Hermann 2013-11-03 21:57:36 +0100
  • 6c114fa626 Revert "proto: Add missing prototype in proto.h" Uwe Hermann 2013-11-03 21:57:29 +0100
  • 23285d06c5 Revert "Add sr_session_append(): add captured data to an existing session file" Uwe Hermann 2013-11-03 21:56:25 +0100
  • 360079e78e configure.ac: Bump libtool/library version from 1:1:0 to 1:2:0. Uwe Hermann 2013-11-03 23:34:21 +0100
  • 3f6549307b configure.ac: Bump package version to 0.2.2. Uwe Hermann 2013-11-03 23:32:23 +0100
  • 8e2da1a650 NEWS: Update for upcoming 0.2.2 release. Uwe Hermann 2013-11-03 19:23:00 +0100
  • d69d26429f output/analog: SR_UNIT_REVOLUTIONS_PER_MINUTE: Add missing break. Uwe Hermann 2013-11-04 00:18:47 +0100
  • 21d464a7e5 contrib/z60_libsigrok.rules: Also mention UNI-T UT325. Uwe Hermann 2013-11-04 00:46:45 +0100
  • 8823146edf contrib/z60_libsigrok.rules: Add entry for the Saleae Logic16. Uwe Hermann 2013-11-04 00:41:56 +0100
  • 5724a20af7 configure.ac: Fix list sorting (cosmetic). Uwe Hermann 2013-11-03 23:28:55 +0100
  • 122d33d47d configure.ac: Move a teleinfo snippet to the correct place. Uwe Hermann 2013-11-03 23:28:03 +0100
  • 9b2f03bbd2 README.devices: uni-t-dmm devices need VID/PID now. Uwe Hermann 2013-11-03 18:18:44 +0100
  • 5fa12e93e3 README.devices: Updates. Uwe Hermann 2013-11-03 17:30:42 +0100
  • 53f05fa80f doxygen: @since tags document only last API change. Uwe Hermann 2013-11-03 16:08:38 +0100
  • ef1020f9cb HACKING: Updates, some additions. Uwe Hermann 2013-11-03 16:06:15 +0100
  • b775d753e3 rigol-ds1xx2: detect Rigol DS1xx2 with upgraded bandwith Dan Horák 2013-11-02 16:47:11 +0100
  • 3a8cad9137 metex14: Handle a few missing cases for overflow. Uwe Hermann 2013-10-31 13:47:30 +0100
  • 88f544f27e Add support for the Metex M-4650CR. Uwe Hermann 2013-10-29 20:31:24 +0100
  • 2b83d7fee1 Add support for the Voltcraft M-4650CR. Uwe Hermann 2013-10-29 18:10:10 +0100
  • 4a35548bbe Initial Comma-separated values (CSV) input support. Marc Schink 2013-10-23 10:13:53 +0200
  • 6bf4273ee8 Fix two FreeBSD build issues related to libusb-1.0. Uwe Hermann 2013-10-28 22:59:32 +0100
  • 71185b48a1 Unit tests for 'binary' input format & version APIs. Uwe Hermann 2013-03-13 09:46:08 +0100
  • e790bd5cda norma-dmm: Minor cosmetics, coding-style, consistency fixes. Uwe Hermann 2013-10-25 20:10:01 +0200
  • f8e76e2e74 norma dmm: Implemented driver. Matthias Heidbrink 2013-10-17 10:57:18 +0200
  • bfd48770fc norma dmm: Initial driver skeleton. Matthias Heidbrink 2013-10-17 10:57:17 +0200
  • 1477a9a6dc std.c: Changed return value of std_dev_acquisition_stop_serial() for non-active device to SR_ERR_DEV_CLOSED for consistency with other functions. Matthias Heidbrink 2013-10-17 10:57:16 +0200
  • 50a9aba21b serial: Removed flag OPOST (turn off all output processing). Matthias Heidbrink 2013-10-17 10:57:14 +0200
  • a510d55571 serial: Added flags CLOCAL (ignore modem status lines) and CREAD (start receiver). Matthias Heidbrink 2013-10-17 10:57:13 +0200
  • 1b943b6d8b serial: Added flag IXANY (any char will restart) to XON/XOFF handshaking. Matthias Heidbrink 2013-10-17 10:57:12 +0200
  • 0c30b35fce saleae-logic16: claim device before using it Sean Young 2013-10-13 12:36:02 +0100
  • 5542bee61b teleinfo: actual parser implementation Aurelien Jacobs 2013-10-03 21:20:18 +0200
  • 8e796cb438 teleinfo: Initial driver skeleton. Aurelien Jacobs 2013-09-23 22:02:02 +0200
  • 45315d0460 add energy meter device type and related units Aurelien Jacobs 2013-10-10 22:28:35 +0200
  • c02dc3e261 metex14: Add support for pF (picofarad). Uwe Hermann 2013-10-23 18:41:13 +0200
  • ee6cb5a417 metex14: Use case-insensitive string compares. Uwe Hermann 2013-10-23 18:07:54 +0200
  • 1a807c13fc metex14: Support DMMs with slightly different protocol. Uwe Hermann 2013-10-20 14:45:20 +0200
  • 71f1302b4b metex14: Support DMMs with whitespace differences. Uwe Hermann 2013-09-29 17:43:28 +0200
  • bfb926c1d2 es519xx: restore correct packet size Aurelien Jacobs 2013-10-10 23:11:06 +0200
  • b21d7eebe2 serial: Changed order of flags PARENB and PARODD in deletion to same order as in setting (cosmetic). Matthias Heidbrink 2013-10-17 10:57:15 +0200
  • 8819bf5a96 Bump libzip requirement to >= 0.10. Uwe Hermann 2013-10-16 18:10:29 +0200
  • 568dcacc1a Better error reporting on session start failure Bert Vermeulen 2013-10-16 10:40:38 +0200
  • df6b0f99af ISO-TECH IDM103N: remove the useless -ser postfix Aurelien Jacobs 2013-10-11 01:36:52 +0200
  • 94e9021b3e es519xx: correct initialization of es519xx_info structure Aurelien Jacobs 2013-10-12 17:25:29 +0200
  • 93d719cde6 es519xx: Fix incorrect packet size, and a typo. Uwe Hermann 2013-10-07 00:24:44 +0200
  • 72e1672fc9 es519xx: Cosmetics, coding style, minor fixes. Uwe Hermann 2013-10-06 14:59:10 +0200
  • de737bfc11 add ISO-TECH IDM103N serial-dmm driver Aurelien Jacobs 2013-10-03 22:10:25 +0200
  • c01bdebc57 add cyrustek es519xx generic protocol parser Aurelien Jacobs 2013-10-03 22:00:22 +0200
  • 87532f23a4 output/analog: add revolutions per minute unit Aurelien Jacobs 2013-10-03 21:37:14 +0200
  • 2f9376117c fx2lafw: Organize driver into api.c / protocol.[ch]. Uwe Hermann 2013-09-07 14:48:38 +0200
  • fbf07e0209 agilent-dmm: Fix SEGV during incomplete reply from meter. Daniel Thompson 2013-10-04 08:34:05 +0100
  • 5715e84fe3 serial: Only sleep when no characters are received. Daniel Thompson 2013-09-19 16:39:24 +0100
  • 1b142b7827 README.devices: Various updates and additions. Uwe Hermann 2013-09-24 09:25:32 +0200
  • ba26f45d1d configure.ac: Don't build uni-t-ut32x if libusb-1.0 is not found. Uwe Hermann 2013-09-24 09:20:15 +0200
  • 45c0841b25 uni-t-ut32x: Shorten dev_list(). Uwe Hermann 2013-09-24 09:16:44 +0200
  • 1ca48e29d4 Makefile.am: Add missing HACKING file. Uwe Hermann 2013-09-24 09:02:38 +0200
  • d5c5ea2a29 libsigrok.h: Fix enum entries order. Uwe Hermann 2013-09-24 09:00:16 +0200
  • 72a08bccff Minor documentation fixes Bert Vermeulen 2013-09-25 11:51:38 +0200
  • 5451816fd1 When adding a device instance to a running session, start acquisition on it Bert Vermeulen 2013-09-21 17:44:49 +0200
  • f438e0c923 Add sr_session_append(): add captured data to an existing session file Bert Vermeulen 2013-09-18 13:28:07 +0200
  • 6ebe003985 ols: fixed demux mode disable noise filter Matt Ranostay 2013-09-06 22:27:46 -0700
  • 6a53bde671 ols: Moved FLAG_FILTER to demux check Matt Ranostay 2013-09-05 23:38:59 -0700
  • 4ac4595ad0 configure.ac: Properly use $HW_ENABLED_DEFAULT everywhere. Uwe Hermann 2013-09-04 09:36:47 +0200
  • c542391f82 proto: Add missing prototype in proto.h Matt Ranostay 2013-09-03 20:47:10 -0700
  • 2bb311b482 New API function sr_session_dev_list() Bert Vermeulen 2013-09-02 14:24:32 +0200
  • fa93154fe6 Properly initialize session Bert Vermeulen 2013-09-02 14:23:42 +0200
  • e52bb9be83 Voltcraft VC-830: Fix diode mode handling. Uwe Hermann 2013-09-01 13:10:54 +0200
  • a6ed50f405 es51922/fs9721/fs9922/metex14: Use diode MQFLAG. Uwe Hermann 2013-09-01 13:40:17 +0200
  • 98494dc8a3 fs9922: Fix typo. Uwe Hermann 2013-09-01 13:41:02 +0200
  • 045e9a9918 serial.c: Drop unneeded <glob.h>. Uwe Hermann 2013-08-30 16:34:39 +0200
  • e6523173cf output/analog: Support all known MQFLAGs. Uwe Hermann 2013-08-30 08:57:09 +0200
  • b1de040700 ols: fixed channel limit check Matt Ranostay 2013-08-29 00:06:53 -0700
  • da970d24ec rigol-ds1xx2: newer Linux kernels have USBTMC in /sys/class/usbmisc Bert Vermeulen 2013-08-30 13:57:15 +0200
  • f51acd69d7 ols: combine demux samples Matt Ranostay 2013-08-27 22:17:05 -0700