libsigrok/hardware
Mike Frysinger e15e5873b3 asix-sigma: fix build time warnings
We need to include unistd.h for usleep():
hardware/asix-sigma/asix-sigma.c: In function 'sigma_fpga_init_bitbang':
hardware/asix-sigma/asix-sigma.c:450:3: warning: implicit declaration of function 'usleep'
   usleep(10000);

And we need to tweak the type of chunks_per_read to match dl_lines_total:
hardware/asix-sigma/asix-sigma.c: In function 'download_capture':
hardware/asix-sigma/asix-sigma.c:1161:39: warning: comparison between signed and unsigned integer expressions
   dl_lines_curr = MIN(chunks_per_read, dl_lines_total);
2014-06-15 10:45:39 +02:00
..
agilent-dmm Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
appa-55ii sr_dev_inst_new(): Use NULL (not "") if version unknown/nonexisting. 2014-04-13 18:57:54 +02:00
asix-sigma asix-sigma: fix build time warnings 2014-06-15 10:45:39 +02: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 Don't define names ending with _t (POSIX reserved). 2014-05-04 16:16:17 +02: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-la chronovu-la: re-add return that was inadvertently removed in commit aeff7fa2 2014-06-03 18:59:01 +02:00
colead-slm Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
common Whitespace and comment improvements, no semantical changes. 2014-05-19 19:44:04 +02:00
conrad-digi-35-cpu sr_dev_inst_new(): Use NULL (not "") if version unknown/nonexisting. 2014-04-13 18:57:54 +02: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 fx2lafw: Fix sample count. 2014-05-29 22:58:58 +02:00
gmc-mh-1x-2x sr_dev_inst_new(): Use NULL (not "") if version unknown/nonexisting. 2014-04-13 18:57:54 +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 ikalogic-scanalogic2: Use new trigger API. 2014-05-28 00:21:23 +02: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 Various drivers: Expose SR_CONF_TRIGGER_TYPE. 2014-04-02 17:20:10 +02:00
mic-985xx sr_dev_inst_new(): Use NULL (not "") if version unknown/nonexisting. 2014-04-13 18:57:54 +02:00
motech-lps-30x motech-lps-30x: Cleanup. 2014-05-19 21:38:23 +02:00
norma-dmm norma-dmm: Added request timeout mechanism; docs. 2014-06-13 21:22:11 +02:00
openbench-logic-sniffer ols: Use new trigger API. 2014-05-28 00:21:45 +02:00
rigol-ds rigol-ds: Quick hack to fix bug #354. 2014-05-05 00:38:58 +01:00
saleae-logic16 saleae-logic16: Fix acquisition with fewer than nine channels enabled. 2014-05-29 22:55:52 +02:00
serial-dmm sr_dev_inst_new(): Use NULL (not "") if version unknown/nonexisting. 2014-04-13 18:57:54 +02:00
sysclk-lwla sysclk-lwla: Use new trigger API. 2014-05-28 00:21:56 +02:00
teleinfo sr_dev_inst_new(): Use NULL (not "") if version unknown/nonexisting. 2014-04-13 18:57:54 +02: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 zeroplus-logic-cube: Use new trigger API. 2014-05-28 00:22:06 +02:00