libsigrok/hardware
Uwe Hermann 00910580bb la8: Add support for the ChronoVu LA16.
The ChronoVu LA16 is a new logic analyzer from ChronoVu with some
differences in features compared to the LA8, e.g.

 - Supports 16 channels (instead of 8).
 - Max. 200MHz samplerate (instead of 100MHz).
 - Supports state triggering (low and high channel value) and edge triggering
   (rising or falling edge), the LA8 only supports state triggering.

This driver now supports both the LA8 and LA16, but it needed a few
changes:

 - Add support for detecting multiple device instances at all.
 - Add support for both LA8 and/or LA16 devices being detected.
 - Add a device profile struct for LA8-/LA16-specific device properties.
 - Move the samplerates list to devc (it's different for LA8 and LA16).
 - Split scan() into two functions, one for scanning, one for adding a device.
 - Expand some variables and fields from uint8_t to uint16_t in order to
   support 16 channels.
 - Update the samplerate related functions to support the LA16's 200MHz.
 - Various other minor updates in order to better handle both device types.
 - Various error handling improvements and simplifications.
 - Also, replace time() with g_get_monotonic_time() everywhere.

This also fixes bug #247 (which was related to incorrect handling of
resources during scan and open of the device, which was exposed by
PulseView allowing multiple consecutive scan/close/open calls).
2014-04-02 17:20:09 +02:00
..
agilent-dmm Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
alsa Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
appa-55ii Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
asix-sigma Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
atten-pps3xxx Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
brymen-bm86x Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
brymen-dmm Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
cem-dt-885x Various drivers: Drop some unneeded lines. 2014-03-30 18:06:45 +02:00
center-3xx Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
chronovu-la8 la8: Add support for the ChronoVu LA16. 2014-04-02 17:20:09 +02:00
colead-slm Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
common serial-dmm: Implemented support for Voltcraft M-3650CR (driver voltcraft-m3650cr). 2014-03-24 22:57:27 +01:00
conrad-digi-35-cpu Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
demo demo: Fix typos. 2014-03-30 18:06:54 +02:00
fluke-dmm Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
fx2lafw Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
gmc-mh-1x-2x Various drivers: Drop some unneeded lines. 2014-03-30 18:06:45 +02:00
hameg-hmo hameg-hmo: Change some PG_/pg_ names to CG_/cg_. 2014-03-25 21:02:05 +01:00
hantek-dso Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
ikalogic-scanalogic2 Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
ikalogic-scanaplus Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
kecheng-kc-330b Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
lascar-el-usb Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
link-mso19 A few more random 'probe' to 'channel' changes. 2014-03-25 20:58:54 +01:00
mic-985xx Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
norma-dmm Various drivers: Drop some unneeded lines. 2014-03-30 18:06:45 +02:00
openbench-logic-sniffer Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
rigol-ds rigol-ds: Don't close SCPI handle we didn't open. 2014-03-27 15:13:24 +01:00
saleae-logic16 Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
serial-dmm Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
sysclk-lwla Rename a few more API calls with 'probe' in their name. 2014-03-25 20:58:54 +01:00
teleinfo Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
tondaj-sl-814 Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
uni-t-dmm Various drivers: Drop some unneeded lines. 2014-03-30 18:06:45 +02:00
uni-t-ut32x Various drivers: Drop some unneeded lines. 2014-03-30 18:06:45 +02:00
victor-dmm Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
zeroplus-logic-cube Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00