Bert Vermeulen
|
a5e18535ad
|
don't turn on/off libusb debugging
|
2010-12-27 23:49:46 +01:00 |
Bert Vermeulen
|
f0551a6543
|
oops, fix serial_flush()
|
2010-08-12 06:04:44 +02:00 |
Bert Vermeulen
|
06d64eb880
|
add serial_flush()
|
2010-08-12 06:02:25 +02:00 |
Bert Vermeulen
|
a143e4e5dd
|
don't push configuration to device until acq time
|
2010-08-12 04:57:09 +02:00 |
Bert Vermeulen
|
f0d1b53e56
|
OLS: fix multi-channel capture
|
2010-08-11 18:37:09 +02:00 |
Bert Vermeulen
|
edc508d49c
|
add debug logging (set SIGROK_DEBUG=2 to see)
|
2010-08-11 04:04:20 +02:00 |
Bert Vermeulen
|
a803c0db4d
|
OLS: fix triggers, sample order, capture ratio
|
2010-08-05 03:54:33 +02:00 |
Bert Vermeulen
|
b5698bd71e
|
saleae logic: fix triggers after style changes
|
2010-07-18 21:57:27 +02:00 |
Uwe Hermann
|
38ba252251
|
Use 'kHz' (not 'KHz') consistently.
|
2010-05-27 01:51:55 +02:00 |
Uwe Hermann
|
5013f07422
|
skeleton.c: Update to latest prototypes.
|
2010-05-20 23:41:34 +02:00 |
Bert Vermeulen
|
2458ea6514
|
use flexible sample limit specification (k/m/g)
HWCAP_LIMIT_SAMPLES is now passed to the driver as *uint64
|
2010-05-19 21:34:22 +02:00 |
Uwe Hermann
|
989938f6cd
|
Cosmetics: Reduce nesting level a bit.
|
2010-05-18 00:05:10 +02:00 |
Uwe Hermann
|
9a5c6dcf49
|
Factor out opendev2/opendev3.
|
2010-05-18 00:05:10 +02:00 |
Uwe Hermann
|
5e59f47615
|
opendev2/opendev3: Don't depend on global vars.
|
2010-05-18 00:05:09 +02:00 |
Uwe Hermann
|
28fc6de055
|
Cosmetics.
|
2010-05-18 00:05:09 +02:00 |
Peter Stuge
|
5b15b41e62
|
sump/ols: Wait 10ms for hw response to make pl2303 reliable
|
2010-05-09 23:11:08 +02:00 |
Peter Stuge
|
71dda10656
|
serial: Remove unneccesary nesting
|
2010-05-09 23:10:23 +02:00 |
Håvard Espeland
|
bdfc7a8974
|
Sigma: Small cleanups.
|
2010-05-03 22:01:03 +02:00 |
Håvard Espeland
|
36b1c8e61b
|
Sigma: Use software trigger to pinpoint exact sample.
|
2010-05-03 21:32:03 +02:00 |
Håvard Espeland
|
6aac77375b
|
Sigma: Add state machine for tracking Sigma status.
|
2010-05-03 19:04:10 +02:00 |
Håvard Espeland
|
a42aec7f6e
|
Sigma: Merge storage of rise/fall triggers.
|
2010-05-03 15:06:43 +02:00 |
Håvard Espeland
|
4ae1f45136
|
Sigma: Minor cleanups.
|
2010-05-02 21:59:14 +02:00 |
Håvard Espeland
|
11fc8d9d93
|
Sigma: Set capture ratio correctly.
|
2010-05-02 21:59:14 +02:00 |
Håvard Espeland
|
c53d793f03
|
Sigma: 50 MHZ falling/rising edge trigger support.
Falling/rising edge and value/mask triggers can be combined, e.g.:
--triggers 1=0,2=r,3=1,4=1
|
2010-05-02 16:32:24 +02:00 |
Håvard Espeland
|
f758d0744d
|
Sigma: Fix simple trigger LUT calculation.
|
2010-05-02 13:00:41 +02:00 |
Håvard Espeland
|
ee492173a1
|
Sigma: Value/mask trigger support in 50 MHz mode.
|
2010-05-01 23:16:27 +02:00 |
Håvard Espeland
|
eec5275e2f
|
Sigma: Small cleanups.
|
2010-05-01 23:16:18 +02:00 |
Uwe Hermann
|
e65679b15e
|
Saleae: Rename firmware file to saleae-logic.fw.
This is done for consistency with the ASIX SIGMA firmware file names,
and also for brevity.
|
2010-05-01 02:41:37 +02:00 |
Håvard Espeland
|
57bbf56b84
|
Sigma: Add triggers support for 100 and 200 MHz.
|
2010-05-01 00:00:57 +02:00 |
Håvard Espeland
|
ed09fd07f7
|
Sigma: Minor cleanup and add more samplesrates.
|
2010-04-30 23:54:14 +02:00 |
Uwe Hermann
|
9ddb2a125d
|
Sigma: Small cosmetic fixes.
|
2010-04-29 00:32:44 +02:00 |
Håvard Espeland
|
edca2c5c22
|
Sigma: Support for low samplerates
Lowest samplerate supported in driver is 250 KHz
|
2010-04-28 22:45:13 +02:00 |
Håvard Espeland
|
f78898e947
|
Sigma: Support 50 and 200 MHz modes
|
2010-04-28 21:24:41 +02:00 |
Håvard Espeland
|
a8116d764b
|
Sigma: Rename firmware files
|
2010-04-28 21:20:27 +02:00 |
Håvard Espeland
|
e8397563a2
|
Sigma: Upload 50, 100 or 200 MHz firmware
|
2010-04-28 20:01:15 +02:00 |
Håvard Espeland
|
f6564c8d19
|
Sigma: Move upload firmware into a function
|
2010-04-28 19:51:13 +02:00 |
Uwe Hermann
|
fefa18001a
|
ASIX SIGMA: Coding style fixes (via indent mostly).
Also, end all/most comments with full stop and avoid variable/array
definitions in the middle of functions.
|
2010-04-28 00:17:28 +02:00 |
Uwe Hermann
|
204b1629bd
|
asix-sigma.h: Add missing license header.
|
2010-04-27 22:46:59 +02:00 |
Uwe Hermann
|
911f18341b
|
ASIX Sigma: Use common license header format.
|
2010-04-27 22:44:15 +02:00 |
Håvard Espeland
|
28a35d8ab3
|
This commit adds initial support for the Asix Sigma Logic Analyzer. Currently, only 200 MHz is supported, and only with software trigger. Firmware for the device will be distributed separately, with permission from the vendor.
Signed-off-by: Håvard Espeland <gus@ping.uio.no>
|
2010-04-27 13:16:01 -07:00 |
Uwe Hermann
|
926b866cb6
|
Win: Fix compile, serial port code (unfinished).
|
2010-04-22 03:39:02 +02:00 |
Bert Vermeulen
|
eee4890f2f
|
fix broken samplerate calculation
|
2010-04-17 23:11:58 -07:00 |
Bert Vermeulen
|
9c48090a88
|
fix double DF_END and libusb timeout
|
2010-04-17 23:11:57 -07:00 |
Uwe Hermann
|
9a4988343f
|
Oops, bugfixes.
|
2010-04-15 23:24:44 +02:00 |
Uwe Hermann
|
408e719989
|
Refactoring and code simplifications.
|
2010-04-15 23:21:30 +02:00 |
Uwe Hermann
|
fed16f06e2
|
Saleae/Zeroplus: Coding style fixes.
|
2010-04-15 22:59:43 +02:00 |
Uwe Hermann
|
43fc7885d3
|
OLS: Coding style fixes.
|
2010-04-15 22:16:35 +02:00 |
Uwe Hermann
|
986f7270bf
|
hardware/common: Coding style fixes.
|
2010-04-15 20:55:57 +02:00 |
Uwe Hermann
|
fdd20b5239
|
Add ARRAY_SIZE helper.
|
2010-04-13 00:34:20 +02:00 |
Uwe Hermann
|
afc8e4deb6
|
Fix all warnings and re-enable -Wextra.
|
2010-04-09 22:18:46 +02:00 |