Uwe Hermann
934cde02b8
fx2lafw: supported_samplerates[] should be 0-terminated.
2012-04-19 00:55:29 +02:00
Joel Holdsworth
f488762a17
fx2lafw: Added support for default Cypess FX2 without EEPROM
2012-04-19 00:12:22 +02:00
Joel Holdsworth
824b1a8f5c
sr: Deleted the saleae-logic driver, fx2lafw has superceded it.
2012-04-19 00:12:22 +02:00
Joel Holdsworth
d56ee26599
sr: Disable saleae-logic driver by default and enable fx2lafw
2012-04-19 00:12:22 +02:00
Joel Holdsworth
9304d57650
fx2lafw: Added slower sample rates
2012-04-18 19:07:39 +01:00
Uwe Hermann
fefd54a0cd
sr: Initial 0.1.0 release.
2012-04-17 00:13:11 +02:00
Uwe Hermann
69e70c233e
sr/srd: SR_API/SRD_API/etc. is a no-op on MinGW.
...
This avoids warnings on a MinGW build. The feature depends on ELF files,
but MinGW/Windows uses PE files.
2012-04-16 23:16:00 +02:00
Uwe Hermann
787c43905d
sr: Add functions to query sr version(s).
2012-04-15 20:33:45 +02:00
Uwe Hermann
0aeb0ccd55
sr: sr_err() et. al. don't need trailing \n.
2012-04-10 23:25:57 +02:00
Uwe Hermann
bf978d3553
sr: sr_parse_triggerstring docs/improvements.
...
Also fix smaller typos and cosmetics.
2012-04-10 23:25:56 +02:00
Uwe Hermann
44dfd483db
sr: fx2lafw: Cosmetics.
2012-04-10 22:32:31 +02:00
Joel Holdsworth
13bf7eccbb
fx2lafw: Added command to verify firmware version
2012-04-10 18:27:24 +01:00
Joel Holdsworth
6fbe5e6081
fx2lafw: Safer use of libusb_get_device_list
2012-04-08 17:19:52 +01:00
Uwe Hermann
1054920344
sr/srd: Fix 'make distcheck'.
2012-03-31 12:09:37 +02:00
Uwe Hermann
da90fb2a01
sr/srd: Add ChangeLog to ignore list, it's generated.
2012-03-31 12:05:20 +02:00
Uwe Hermann
2e26e0aa0b
sr: Disable fx2lafw driver again (for now).
...
After some more testing, it will probably be enabled by default and will
replace/deprecate the Saleae Logic driver at some point.
2012-03-31 11:57:46 +02:00
Uwe Hermann
c5d83a5a72
sr: Add NEWS file.
2012-03-31 11:37:08 +02:00
Uwe Hermann
6dddd90224
sr: SR_PACKAGE_VERSION_* for consistency.
...
No need to use the LIBSIGROK_ prefix here when we use SR_ everywhere
else. Also, better distinction between package version and lib version.
2012-03-31 11:35:47 +02:00
Uwe Hermann
da68656857
sr: fx2lafw: Consistency fixes.
2012-03-31 11:33:43 +02:00
Uwe Hermann
01c3e9dbd5
sr: s/_clear/_remove_all/ for consistency.
2012-03-31 11:33:43 +02:00
Uwe Hermann
054e670906
sr: out: Use uint8_t (not char) for buffers.
2012-03-31 11:33:43 +02:00
Uwe Hermann
69cfcfc8f0
sr: Make wrappers honor return values.
2012-03-31 11:04:02 +02:00
Uwe Hermann
0fc12d66f1
sr: Generate ChangeLog from git upon 'make dist'.
2012-03-28 02:32:52 +02:00
Uwe Hermann
7ae2f9d56f
sr: fx2lafw: Cosmetics.
2012-03-28 01:19:28 +02:00
Uwe Hermann
b04902b646
sr: fx2lafw: Use SR_PRIV where needed.
2012-03-28 01:19:28 +02:00
Uwe Hermann
30da9658ad
sr: fx2lafw: command.h: Add missing include guards.
2012-03-28 01:19:28 +02:00
Uwe Hermann
f4a9e5c0aa
sr: fx2lafw: Cosmetics.
2012-03-28 01:19:27 +02:00
Joel Holdsworth
94c26b08fd
sr: Build ezusb.c for fx2lafw as well as saleae-logic
2012-03-25 19:42:37 +01:00
Joel Holdsworth
ec888f62fe
salae: Only terminate session after all transfers have been aborted
2012-03-25 19:42:37 +01:00
Joel Holdsworth
3e6292b296
fx2lafw: Made finish_acquisition a static function
2012-03-25 19:42:37 +01:00
Uwe Hermann
590b9f9a91
sr: Fix some samplerate fields.
2012-03-24 22:32:47 +01:00
Uwe Hermann
85a77720c6
sr: sigrok.h: Add version macros.
2012-03-24 21:54:57 +01:00
Uwe Hermann
4937b23551
sr: Rename sigrok.h. to sigrok.h.in, needed soon.
2012-03-24 21:54:56 +01:00
Joel Holdsworth
cb61e9f7c3
fx2lafw: Only terminate session after all transfers have been aborted
2012-03-24 10:09:28 +00:00
Joel Holdsworth
24125e0520
fx2lafw: Removed a line of redundant code
2012-03-24 10:07:58 +00:00
Joel Holdsworth
6c6781b6a7
fx2lafw: Imported software triggering from fx2lafw
2012-03-21 22:47:25 +00:00
Uwe Hermann
97fbf6704e
sr: udev: Add missing Hantek DSO-2090 entry.
2012-03-21 23:42:19 +01:00
Uwe Hermann
8a6b5b50e1
sr/srd: Remove API warnings from READMEs.
...
We'll have a libsigrok and a libsigrokdecode release soon. After that,
any API changes must be properly documented and reflected in the
SO version (and package version) numbers of the libs.
2012-03-21 23:39:38 +01:00
Uwe Hermann
2f8701d112
sr: Various fixes in the udev file.
2012-03-21 23:39:38 +01:00
Uwe Hermann
2e7cb0040a
cli: Fix -V/-h output a bit.
...
Options and their defaults should not be documented there, but rather in
the manpage or such.
2012-03-21 23:20:09 +01:00
Uwe Hermann
b5750520bb
sr: Enable fx2lafw driver per default.
2012-03-21 23:20:09 +01:00
Uwe Hermann
8ec95d2282
sr/srd: Small fixes, constifications, doc updates.
2012-03-21 23:20:09 +01:00
Uwe Hermann
a4d3985678
sr/cli/gtk/qt: Fix package version numbers / docs.
...
The next (and first) libsigrok release will be called 0.1.0.
The next (and first) libsigrokdecode release will be called 0.1.0.
The next sigrok-cli release will be called 0.3.0 (as we already had a 0.1
and 0.2 release of sigrok-cli; those did not yet use the libs, though).
sigrok-gtk and sigrok-qt didn't have any releases yet, so their version
numbers are set to 0.1.0.
Also, consistently use three numbers/digits for our version numbers.
2012-03-21 23:20:08 +01:00
Uwe Hermann
eb0a373189
sr/cli: s/patternmode/pattern/ in a few places.
2012-03-21 23:20:07 +01:00
Uwe Hermann
ebc3473882
sr: s/err/ret/ for consistency.
...
We use ret, err, error, and others for return codes of functions.
Standardize on 'ret' for consistency reasons for now.
2012-03-21 23:20:06 +01:00
Uwe Hermann
d6eb0c333c
sr: Fix handling of virtual devices.
...
I.e., handling of sessions which use input from files (not from actual
logic analyzer hardware).
2012-03-18 12:57:34 +01:00
Bert Vermeulen
21b50ee183
Merge remote-tracking branch 'joel/public'
2012-03-16 00:04:51 +01:00
Joel Holdsworth
ecc16ed070
fx2lafw: Upped NUM_SIMUL_TRANSFERS to 32
2012-03-14 22:56:15 +00:00
Uwe Hermann
9289e273bb
sr: session_driver: Naming consistency fixes.
...
Use 'receive_data()', and 'cb_data' as all the other drivers do.
2012-03-14 22:44:30 +01:00
Uwe Hermann
455b26edba
sr: demo: s/struct databag/struct context/.
2012-03-14 22:44:30 +01:00