]>
sigrok.org Git - sigrok-util.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Uwe Hermann [Tue, 29 Jan 2013 14:40:23 +0000 (15:40 +0100)]
new-driver: Update to latest API changes.
This includes config_get/set/list and std_hw_init().
Uwe Hermann [Sun, 20 Jan 2013 17:59:57 +0000 (18:59 +0100)]
sr_hw_info() shouldn't log invalid requests.
That's a valid use-case (for now) and not an actual error.
Uwe Hermann [Sun, 20 Jan 2013 14:46:13 +0000 (15:46 +0100)]
Add Windows/MinGW cross-compile helper script.
This is work in progress and NOT yet fully functional.
Uwe Hermann [Sat, 19 Jan 2013 15:56:16 +0000 (16:56 +0100)]
Add Android cross-compile helper script.
This is work in progress and NOT yet fully functional.
Uwe Hermann [Sun, 30 Dec 2012 00:45:08 +0000 (01:45 +0100)]
new-driver: hw_init() now takes a context.
Bert Vermeulen [Sat, 1 Dec 2012 21:23:03 +0000 (22:23 +0100)]
hw_dev_acquisition_stop no longer takes a const sdi
Bert Vermeulen [Fri, 2 Nov 2012 23:41:21 +0000 (00:41 +0100)]
don't assume the driver has been initialized when cleaning up.
clear_instances() can get called on an unused driver.
Uwe Hermann [Fri, 2 Nov 2012 14:46:46 +0000 (15:46 +0100)]
new-driver: Return SR_ERR_MALLOC upon mem errors.
Bert Vermeulen [Sat, 27 Oct 2012 22:57:19 +0000 (00:57 +0200)]
properly link in the new driver lib
Uwe Hermann [Wed, 24 Oct 2012 10:14:02 +0000 (12:14 +0200)]
new-driver: Add missing "${lib}_" in api.c.
This fixes the build for the generated drivers.
Uwe Hermann [Wed, 24 Oct 2012 10:11:31 +0000 (12:11 +0200)]
new-driver: Logging helper fixes.
Keep the sr_err() instead of SR_ERR() name in the #defines, otherwise we
conflict with the SR_ERR integer.
Uwe Hermann [Wed, 24 Oct 2012 10:06:34 +0000 (12:06 +0200)]
new-driver: Cosmetic change for ./configure --help.
Uwe Hermann [Wed, 24 Oct 2012 10:02:07 +0000 (12:02 +0200)]
new-driver: Use new SR_ERR etc. macros.
Uwe Hermann [Wed, 24 Oct 2012 09:56:08 +0000 (11:56 +0200)]
new-driver: Add logging helpers to protocol.h.
Uwe Hermann [Wed, 24 Oct 2012 08:19:04 +0000 (10:19 +0200)]
new-driver: Add more logging.
Uwe Hermann [Wed, 24 Oct 2012 00:51:58 +0000 (02:51 +0200)]
new-driver: Whitespace and cosmetics.
- new-driver.py -> new-driver in a string.
- Consistently use 4 spaces for indentation (some lines had tabs).
- Minor whitespace/cosmetic fixes.
Uwe Hermann [Tue, 23 Oct 2012 23:24:06 +0000 (01:24 +0200)]
new-driver: Fix #include guard naming.
Uwe Hermann [Tue, 23 Oct 2012 23:22:49 +0000 (01:22 +0200)]
new-driver: Standardize on more readable .la filenames.
Old:
libsigrokhwsomedriver_la_CFLAGS
New:
libsigrok_hw_somedriver_la_CFLAGS
Uwe Hermann [Tue, 23 Oct 2012 22:50:40 +0000 (00:50 +0200)]
new-driver: Use new per-project names in headers.
Uwe Hermann [Tue, 23 Oct 2012 22:48:46 +0000 (00:48 +0200)]
new-driver: Drop config.h #includes.
It's not needed for hardware drivers in most cases.
Uwe Hermann [Tue, 23 Oct 2012 22:47:44 +0000 (00:47 +0200)]
new-driver: Cosmetics, whitespace, add comments.
Bert Vermeulen [Tue, 23 Oct 2012 21:36:32 +0000 (23:36 +0200)]
add new-driver tool
Uwe Hermann [Wed, 10 Oct 2012 22:08:46 +0000 (00:08 +0200)]
README: Add status and lots more info.
Uwe Hermann [Sat, 23 Jun 2012 19:54:51 +0000 (21:54 +0200)]
Add a small README.
Bert Vermeulen [Wed, 27 Jun 2012 17:22:40 +0000 (19:22 +0200)]
hantek-dso-extract: use 2xxx or 5xxx for firmware blobs
Bert Vermeulen [Mon, 18 Jun 2012 01:14:55 +0000 (03:14 +0200)]
add hantek-dso-extract tool.
Bert Vermeulen [Mon, 18 Jun 2012 01:14:11 +0000 (03:14 +0200)]
add parsepe tool
Bert Vermeulen [Mon, 18 Jun 2012 01:12:39 +0000 (03:12 +0200)]
add default license