]> sigrok.org Git - libsigrokdecode.git/log
libsigrokdecode.git
10 years agopdtest: Add -f option to automatically fix failing tests.
Bert Vermeulen [Thu, 12 Dec 2013 12:28:21 +0000 (13:28 +0100)]
pdtest: Add -f option to automatically fix failing tests.

10 years agoruntc: Add support for binary output.
Bert Vermeulen [Thu, 12 Dec 2013 00:29:26 +0000 (01:29 +0100)]
runtc: Add support for binary output.

10 years agoUse new binary class definition format.
Bert Vermeulen [Wed, 11 Dec 2013 23:57:04 +0000 (00:57 +0100)]
Use new binary class definition format.

10 years agoBinary classes are now defined as (name, description).
Bert Vermeulen [Wed, 11 Dec 2013 23:56:12 +0000 (00:56 +0100)]
Binary classes are now defined as (name, description).

10 years agoEasier access to sequences of strings, not just lists.
Bert Vermeulen [Wed, 11 Dec 2013 22:41:02 +0000 (23:41 +0100)]
Easier access to sequences of strings, not just lists.

10 years agoruntc: Return errorcode according to testcase result.
Bert Vermeulen [Wed, 11 Dec 2013 20:53:17 +0000 (21:53 +0100)]
runtc: Return errorcode according to testcase result.

10 years agopdtest: Use -dd to turn on SR/SRD debugging.
Bert Vermeulen [Wed, 11 Dec 2013 20:52:33 +0000 (21:52 +0100)]
pdtest: Use -dd to turn on SR/SRD debugging.

10 years agocheck: Make sure to test this set of decoders, not the installed ones.
Bert Vermeulen [Wed, 11 Dec 2013 17:36:42 +0000 (18:36 +0100)]
check: Make sure to test this set of decoders, not the installed ones.

10 years agoLoad decoders from all search paths, not just the default.
Bert Vermeulen [Wed, 11 Dec 2013 17:31:56 +0000 (18:31 +0100)]
Load decoders from all search paths, not just the default.

srd_decoder_load_all() was really only getting a list of decoders
from the default (installation) path, so could not find uninstalled
decoders, or those in a custom added search path.

This broke development of new PDs when using the SIGROKDECODE_DIR
environment variable, and broke many of the unit tests in the tests/
directory -- those actually tested against the already-installed
decoders, not the ones about to be installed.

10 years agoClear decoder list after unloading, not just at exit.
Bert Vermeulen [Wed, 11 Dec 2013 15:30:25 +0000 (16:30 +0100)]
Clear decoder list after unloading, not just at exit.

10 years agoruntc: Make sure to test this set of decoders, not the installed ones.
Bert Vermeulen [Wed, 11 Dec 2013 11:50:38 +0000 (12:50 +0100)]
runtc: Make sure to test this set of decoders, not the installed ones.

10 years agopdtest: Don't bother with diff if any error at all occurred.
Bert Vermeulen [Wed, 11 Dec 2013 11:49:30 +0000 (12:49 +0100)]
pdtest: Don't bother with diff if any error at all occurred.

10 years agopdtest: Add option for custom sigrok-dumps repository path.
Bert Vermeulen [Wed, 11 Dec 2013 11:48:50 +0000 (12:48 +0100)]
pdtest: Add option for custom sigrok-dumps repository path.

10 years agopdtest: Always sanity-check all testcases.
Bert Vermeulen [Wed, 11 Dec 2013 11:39:50 +0000 (12:39 +0100)]
pdtest: Always sanity-check all testcases.

10 years agoClean up runtc build.
Bert Vermeulen [Wed, 11 Dec 2013 00:21:22 +0000 (01:21 +0100)]
Clean up runtc build.

This only compiles libsigrok into the one target that needs it, instead
of slopping it all over the place.

10 years agoAdd protocol decoder testing framework.
Bert Vermeulen [Tue, 10 Dec 2013 16:17:38 +0000 (17:17 +0100)]
Add protocol decoder testing framework.

This adds a tool in the tests directory, called pdtest. It uses the
"test/" directory in every PD directory, if present, to run the
PD against dumps found in the sigrok-dumps repository, and compares
the output against ".output" files in the "test/" directory. The file
"test/test.conf" is used to configure which tests to run.

A separate tool (tests/runtc.c) is used to run the actual decoding and
report output.

To get an overview of the options, run tests/pdtest without any options.

10 years agoAPI clarification.
Bert Vermeulen [Tue, 10 Dec 2013 01:38:44 +0000 (02:38 +0100)]
API clarification.

10 years agoFix 'dist' make target.
Bert Vermeulen [Tue, 10 Dec 2013 00:05:59 +0000 (01:05 +0100)]
Fix 'dist' make target.

10 years agoAvoid GError warning when unloading decoders.
Bert Vermeulen [Mon, 9 Dec 2013 10:44:27 +0000 (11:44 +0100)]
Avoid GError warning when unloading decoders.

10 years agoSupport DESTDIR on install targets.
Bert Vermeulen [Mon, 9 Dec 2013 00:40:23 +0000 (01:40 +0100)]
Support DESTDIR on install targets.

Fixes bug 215.

10 years agoparallel: start(): Drop obsoleted metadata parameter.
Uwe Hermann [Wed, 4 Dec 2013 10:05:00 +0000 (11:05 +0100)]
parallel: start(): Drop obsoleted metadata parameter.

This fixes bug #202.

10 years agouart: Display non-ASCII characters properly.
Uwe Hermann [Tue, 3 Dec 2013 13:46:23 +0000 (14:46 +0100)]
uart: Display non-ASCII characters properly.

We use the [XX] notation for non-printable characters, which is what
various other logic analyzer software packages do too, e.g. the
CWAV USBee Suite.

This fixes bug #201.

10 years agoPython 3.2 and portability fixes.
Bert Vermeulen [Fri, 29 Nov 2013 12:59:51 +0000 (13:59 +0100)]
Python 3.2 and portability fixes.

10 years agoClean up autoconf leftover configuration.
Bert Vermeulen [Wed, 27 Nov 2013 16:50:23 +0000 (17:50 +0100)]
Clean up autoconf leftover configuration.

10 years agoedid: Make sure to install the vendor list.
Bert Vermeulen [Wed, 27 Nov 2013 15:52:56 +0000 (16:52 +0100)]
edid: Make sure to install the vendor list.

10 years agoAutomate protocol decoder installation.
Bert Vermeulen [Wed, 27 Nov 2013 15:47:04 +0000 (16:47 +0100)]
Automate protocol decoder installation.

This automatically figures out the files to install for each protocol
decoder, without involving autotools.

All python files (filenames ending in .py) are always installed. If a
protocol decoder requires installation of a non-python file, a small
file called 'config' can be created in that protocol decoder's
directory, with the following content:

# comments are ok
extra-install vendorlist.txt commands.txt

10 years agoRemove 64-probe limit.
Bert Vermeulen [Tue, 26 Nov 2013 15:05:54 +0000 (16:05 +0100)]
Remove 64-probe limit.

Fixes bug 120.

10 years agoAdd a missing #include.
Uwe Hermann [Tue, 19 Nov 2013 20:14:03 +0000 (21:14 +0100)]
Add a missing #include.

This causes compiler errors in some setups otherwise, e.g.:

  CC       libsigrokdecode_la-session.lo
session.c: In function 'srd_session_metadata_set':
session.c:195:46: error: expected ')' before 'PRIu64'
  srd_dbg("Setting session %d samplerate to %"PRIu64".",
                                              ^
session.c: In function 'srd_session_send':
session.c:242:15: error: expected ')' before 'PRIu64'
    "number %" PRIu64 ", %" PRIu64 " bytes at 0x%p",
               ^

10 years agoTurn off excessive logging
Bert Vermeulen [Mon, 18 Nov 2013 09:57:34 +0000 (10:57 +0100)]
Turn off excessive logging

10 years agoRemove unreasonable test
Bert Vermeulen [Mon, 18 Nov 2013 09:55:02 +0000 (10:55 +0100)]
Remove unreasonable test

10 years agoFix inverted condition on doc check
Bert Vermeulen [Mon, 18 Nov 2013 09:49:04 +0000 (10:49 +0100)]
Fix inverted condition on doc check

10 years agoDon't try to load an already-loaded module
Bert Vermeulen [Mon, 18 Nov 2013 09:44:28 +0000 (10:44 +0100)]
Don't try to load an already-loaded module

Python silently uses the existing module anyway, but the library
was counting it as an extra module. This was exposed by a test
case in the test suite.

10 years agoDon't decrease borrowed reference to probe definition dict
Bert Vermeulen [Mon, 18 Nov 2013 08:41:14 +0000 (09:41 +0100)]
Don't decrease borrowed reference to probe definition dict

This fixes bug 177.

10 years agoFix inverted condition on decoder check
Bert Vermeulen [Mon, 18 Nov 2013 00:33:54 +0000 (01:33 +0100)]
Fix inverted condition on decoder check

10 years agoCheck library initialization before handling decoders
Bert Vermeulen [Mon, 18 Nov 2013 00:21:16 +0000 (01:21 +0100)]
Check library initialization before handling decoders

10 years agoClean up prototypes
Bert Vermeulen [Mon, 18 Nov 2013 00:14:02 +0000 (01:14 +0100)]
Clean up prototypes

10 years agoBetter error checking on session metadata
Bert Vermeulen [Sun, 17 Nov 2013 23:03:53 +0000 (00:03 +0100)]
Better error checking on session metadata

10 years agoOnly instance-related functionality remains, rename source file
Bert Vermeulen [Sat, 16 Nov 2013 22:03:19 +0000 (23:03 +0100)]
Only instance-related functionality remains, rename source file

10 years agoMove initialization/shutdown into srd.c
Bert Vermeulen [Sat, 16 Nov 2013 21:58:28 +0000 (22:58 +0100)]
Move initialization/shutdown into srd.c

10 years agoMove session-specific functionality into session.c
Bert Vermeulen [Sat, 16 Nov 2013 22:14:50 +0000 (23:14 +0100)]
Move session-specific functionality into session.c

10 years agoMinor cleanup
Bert Vermeulen [Sat, 16 Nov 2013 14:33:16 +0000 (15:33 +0100)]
Minor cleanup

10 years agoMove versioning info out to separate header
Bert Vermeulen [Fri, 15 Nov 2013 22:37:47 +0000 (23:37 +0100)]
Move versioning info out to separate header

10 years agoUse OUTPUT_BINARY with four classes.
Bert Vermeulen [Sun, 10 Nov 2013 11:45:58 +0000 (12:45 +0100)]
Use OUTPUT_BINARY with four classes.

10 years agoImplement OUTPUT_BINARY
Bert Vermeulen [Sun, 10 Nov 2013 11:42:11 +0000 (12:42 +0100)]
Implement OUTPUT_BINARY

This requires the PD to have a tuple in its class called 'binary',
which contains a list of strings describing the different binary
classes it can output. For the SPI decoder this might be 'MOSI' and
'MISO', for example.

The data is submitted to the frontend as struct srd_proto_data_binary,
which contains the class that data belongs to.

10 years agoDrop obsolete report() method.
Bert Vermeulen [Thu, 14 Nov 2013 20:56:21 +0000 (21:56 +0100)]
Drop obsolete report() method.

10 years agoDrop outdated report: this should be handled by a frontend.
Bert Vermeulen [Thu, 14 Nov 2013 20:55:09 +0000 (21:55 +0100)]
Drop outdated report: this should be handled by a frontend.

10 years agoUse the new Decoder.register() API
Bert Vermeulen [Thu, 14 Nov 2013 16:25:53 +0000 (17:25 +0100)]
Use the new Decoder.register() API

10 years agoEmit meta bitrate
Bert Vermeulen [Thu, 14 Nov 2013 13:55:09 +0000 (14:55 +0100)]
Emit meta bitrate

10 years agoEmit meta bitrate
Bert Vermeulen [Wed, 13 Nov 2013 23:36:16 +0000 (00:36 +0100)]
Emit meta bitrate

10 years agoPrune dead code
Bert Vermeulen [Wed, 13 Nov 2013 23:32:03 +0000 (00:32 +0100)]
Prune dead code

10 years agoImplement OUTPUT_META
Bert Vermeulen [Wed, 13 Nov 2013 23:19:28 +0000 (00:19 +0100)]
Implement OUTPUT_META

This replaces the Decoder.add() method with Decoder.register().
The first argument is still output type, but all arguments are now
optional:

  Decoder.register(output_type,
        id='someid',
        meta=(object-type, 'Name', 'Description'))

'id' defaults to the protocol decoder instance id, and only needs changing
if a decoder chain needs to fork.
'object-type' refers to a Python object, such as int or str.

After registering, the PD submits data as usual with Decoder.put(), with
the only argument a value of the registered object-type.

10 years agoSplit annotation-specific output to another struct
Bert Vermeulen [Thu, 7 Nov 2013 21:38:47 +0000 (22:38 +0100)]
Split annotation-specific output to another struct

struct srd_proto_data was supposed to be independent of the output
type, but a field specific to annotations snuck in there.

10 years agoMinor code cleanup
Bert Vermeulen [Thu, 7 Nov 2013 14:02:10 +0000 (15:02 +0100)]
Minor code cleanup

10 years agoRename inter-PD output type to SRD_OUTPUT_PYTHON
Bert Vermeulen [Tue, 5 Nov 2013 10:21:33 +0000 (11:21 +0100)]
Rename inter-PD output type to SRD_OUTPUT_PYTHON

This better reflects what it is: a python object generated and
processed by python code.

10 years agounittests: Update to recent API changes.
Uwe Hermann [Thu, 31 Oct 2013 11:25:58 +0000 (12:25 +0100)]
unittests: Update to recent API changes.

srd_session_config_set() is now called srd_session_metadata_set(), and
SRD_CONF_NUM_PROBES and SRD_CONF_UNITSIZE are dropped.

10 years agoThe start() method no longer takes a metadata parameter
Bert Vermeulen [Wed, 30 Oct 2013 21:35:41 +0000 (22:35 +0100)]
The start() method no longer takes a metadata parameter

10 years agoReceive samplerate via metadata(), not start()
Bert Vermeulen [Wed, 30 Oct 2013 21:25:45 +0000 (22:25 +0100)]
Receive samplerate via metadata(), not start()

10 years agoPass metadata to PDs only at runtime, not at decoder start
Bert Vermeulen [Wed, 30 Oct 2013 15:30:05 +0000 (16:30 +0100)]
Pass metadata to PDs only at runtime, not at decoder start

The SRD_CONF_NUM_PROBES metadata key was removed. It wasn't actually
used for anything, since this is trivially available via the configured
(or default) probe list.

The SRD_CONF_UNITSIZE key was removed. The unit size is instead derived
from the probe list: the number of probes packed into the least amount
of space possible defines the unit size.

PD changes:
* The start() method no longer takes a 'metadata' parameter.
* Metadata now comes in only via the metadata() method, which takes
  a key and value. The only key defined so far is SRD_CONF_SAMPLERATE,
  which is exported into the module namespace.

API changes:
* srd_session_send() now takes an end_samplenum parameter, and had its
  options rearranged.
* srd_session_config_set() is now srd_session_metadata_set(). This keeps
  "config" options for a future feature to allow PDs or frontends to
  configure each other's options on the fly, up and down the stack.

10 years agoDocumentation and coding style fixes
Bert Vermeulen [Wed, 30 Oct 2013 14:22:10 +0000 (15:22 +0100)]
Documentation and coding style fixes

10 years agoAdd a 'guess_bitrate' protocol decoder.
Uwe Hermann [Wed, 23 Oct 2013 17:59:50 +0000 (19:59 +0200)]
Add a 'guess_bitrate' protocol decoder.

This PD tries to guess / detect / estimate a bitrate of e.g. some
UART communication snippet or other protocols.

10 years agocontroller.c: Add checks for srd_inst_option_set().
Uwe Hermann [Wed, 23 Oct 2013 17:23:40 +0000 (19:23 +0200)]
controller.c: Add checks for srd_inst_option_set().

This also fixes some unit tests that were previously failing.

10 years agotestsuite: Add some decoder instance related tests.
Uwe Hermann [Wed, 23 Oct 2013 17:21:45 +0000 (19:21 +0200)]
testsuite: Add some decoder instance related tests.

10 years agoparallel: Limit number of probes to 8 for now.
Uwe Hermann [Mon, 21 Oct 2013 20:59:25 +0000 (22:59 +0200)]
parallel: Limit number of probes to 8 for now.

This will be increased again at some later point.

10 years agosession: Add some more parameter checks, minor other fixes.
Uwe Hermann [Sun, 20 Oct 2013 21:09:46 +0000 (23:09 +0200)]
session: Add some more parameter checks, minor other fixes.

Some of these also fix unit tests that were previously failing.

10 years agotestsuite: Add a few session related unit tests.
Uwe Hermann [Fri, 18 Oct 2013 17:39:30 +0000 (19:39 +0200)]
testsuite: Add a few session related unit tests.

10 years agoAdd initial sync parallel bus decoder.
Uwe Hermann [Sat, 19 Oct 2013 19:36:49 +0000 (21:36 +0200)]
Add initial sync parallel bus decoder.

10 years agoReport invalid module name on decoder load
Bert Vermeulen [Thu, 17 Oct 2013 21:52:15 +0000 (23:52 +0200)]
Report invalid module name on decoder load

10 years agotestsuite: Add a few more unit tests.
Uwe Hermann [Thu, 17 Oct 2013 20:44:29 +0000 (22:44 +0200)]
testsuite: Add a few more unit tests.

10 years agoMinor cosmetics, typos, Doxygen updates/fixes.
Uwe Hermann [Thu, 17 Oct 2013 20:42:34 +0000 (22:42 +0200)]
Minor cosmetics, typos, Doxygen updates/fixes.

10 years agoAvoid clobbering class variables when setting instance options
Bert Vermeulen [Thu, 17 Oct 2013 14:27:54 +0000 (16:27 +0200)]
Avoid clobbering class variables when setting instance options

10 years agoDon't release borrowed reference
Bert Vermeulen [Thu, 17 Oct 2013 14:26:58 +0000 (16:26 +0200)]
Don't release borrowed reference

10 years ago.gitignore: Add some missing entries.
Uwe Hermann [Thu, 17 Oct 2013 00:05:09 +0000 (02:05 +0200)]
.gitignore: Add some missing entries.

10 years agotestsuite: Add some basic tests for loading PDs.
Uwe Hermann [Wed, 16 Oct 2013 23:48:08 +0000 (01:48 +0200)]
testsuite: Add some basic tests for loading PDs.

10 years agoAdd a testsuite for libsigrokdecode.
Uwe Hermann [Wed, 16 Oct 2013 17:37:44 +0000 (19:37 +0200)]
Add a testsuite for libsigrokdecode.

This uses the Check unit testing framework, just like libsigrok.
For now, only a few very basic unit tests are included.

Invocation:

  make check

10 years agoProperly return error on exception in srd_inst_option_set()
Bert Vermeulen [Wed, 16 Oct 2013 09:10:27 +0000 (11:10 +0200)]
Properly return error on exception in srd_inst_option_set()

10 years agoMove all decoder instances and callbacks into a session struct
Bert Vermeulen [Thu, 12 Sep 2013 21:54:43 +0000 (23:54 +0200)]
Move all decoder instances and callbacks into a session struct

The struct srd_session also holds configuration parameters formerly
passed to srd_session_start().

The new call srd_session_new() takes a pointer where a newly allocated
pointer to struct srd_session will be stored. This pointer must be
passed as the first argument to all functions that require it.

The SRD_CONF_NUM_PROBES, SRD_CONF_UNITSIZE and SRD_CONF_SAMPLERATE
keys must be configured with srd_config_set() before srd_session_start()
is called.

A new call srd_session_destroy() is also available. This cleans up all
resources the session holds. This is also called from srd_exit() for
all sessions.

10 years agoCode cleanup
Bert Vermeulen [Wed, 11 Sep 2013 10:35:17 +0000 (12:35 +0200)]
Code cleanup

10 years agoi2s_dump: Fix bug in the WAV output format generation.
Uwe Hermann [Sun, 13 Oct 2013 16:32:52 +0000 (18:32 +0200)]
i2s_dump: Fix bug in the WAV output format generation.

10 years agoAdd new i2s_dump protocol decoder.
Uwe Hermann [Sun, 13 Oct 2013 15:30:32 +0000 (17:30 +0200)]
Add new i2s_dump protocol decoder.

This stacks of top of the 'i2s' decoder and outputs the audio data to
file (or stdout) in various formats. Currently only WAV is supported.

This is work in progress, it has various hard-coded assumptions.

10 years agotlc5620: Output short/long annotations.
Uwe Hermann [Wed, 9 Oct 2013 17:10:29 +0000 (19:10 +0200)]
tlc5620: Output short/long annotations.

This fixes (the remaining parts of) bug #168.

10 years agotlc5620: Use annotation types.
Uwe Hermann [Wed, 9 Oct 2013 16:59:30 +0000 (18:59 +0200)]
tlc5620: Use annotation types.

This fixes parts of bug #168.

10 years agolpc: Initial start-/end-sample support.
Uwe Hermann [Wed, 9 Oct 2013 20:20:18 +0000 (22:20 +0200)]
lpc: Initial start-/end-sample support.

This fixes (parts of) bug #163.

10 years agolpc: Use annotation types.
Uwe Hermann [Wed, 9 Oct 2013 18:02:39 +0000 (20:02 +0200)]
lpc: Use annotation types.

This fixes (parts of) bug #163.

10 years agolpc: Make the RESET# pin optional.
Uwe Hermann [Wed, 9 Oct 2013 17:48:17 +0000 (19:48 +0200)]
lpc: Make the RESET# pin optional.

10 years agolpc: Fix handling of optional probes.
Uwe Hermann [Wed, 9 Oct 2013 17:24:48 +0000 (19:24 +0200)]
lpc: Fix handling of optional probes.

10 years agolpc: Add annotation helper method.
Uwe Hermann [Wed, 9 Oct 2013 17:21:39 +0000 (19:21 +0200)]
lpc: Add annotation helper method.

This fixes (parts of) bug #163.

10 years agousb_signalling: Drop packet handling.
Uwe Hermann [Thu, 10 Oct 2013 20:44:02 +0000 (22:44 +0200)]
usb_signalling: Drop packet handling.

The usb_signalling PD should not care about packets, only symbols and bits.
The new (fixed) usb_packet PD constructs packets out of individual bits now.

10 years agousb_packet: Major rewrite, e.g. to prepare for GUI usage.
Uwe Hermann [Fri, 4 Oct 2013 09:35:56 +0000 (11:35 +0200)]
usb_packet: Major rewrite, e.g. to prepare for GUI usage.

Restructure the PD into a state machine, output individual packet
components as separate annotations, define a protocol output format and
implement it (so that other PDs can stack on top of this one), and fix
various other isses in the PD.

10 years agoRename usb_protocol to usb_packet.
Uwe Hermann [Wed, 2 Oct 2013 17:29:54 +0000 (19:29 +0200)]
Rename usb_protocol to usb_packet.

There will be further PDs that are stacked on top of usb_packet.

10 years agousb_signalling: Document protocol output format.
Uwe Hermann [Wed, 2 Oct 2013 17:13:44 +0000 (19:13 +0200)]
usb_signalling: Document protocol output format.

Also, add missing output for some packet types.

10 years agoonewire_link: Provide short/long annotations.
Uwe Hermann [Tue, 8 Oct 2013 22:34:41 +0000 (00:34 +0200)]
onewire_link: Provide short/long annotations.

10 years agoonewire_link: Fix typos.
Uwe Hermann [Tue, 8 Oct 2013 22:30:35 +0000 (00:30 +0200)]
onewire_link: Fix typos.

10 years agoonewire_link: Split "reset" and "presence" annotations.
Uwe Hermann [Tue, 8 Oct 2013 22:23:49 +0000 (00:23 +0200)]
onewire_link: Split "reset" and "presence" annotations.

This needs a few more fixes later, but it's a start.

10 years agoonewire_link: Default the 'overdrive' option to 'no'.
Uwe Hermann [Tue, 8 Oct 2013 21:20:15 +0000 (23:20 +0200)]
onewire_link: Default the 'overdrive' option to 'no'.

10 years agoonewire_link: Use defaults for the PD options.
Uwe Hermann [Tue, 8 Oct 2013 21:06:39 +0000 (23:06 +0200)]
onewire_link: Use defaults for the PD options.

This also simplifies the PD code a bit.

10 years agoonewire_link: Drop PD info not useful for the user.
Uwe Hermann [Tue, 8 Oct 2013 15:56:01 +0000 (17:56 +0200)]
onewire_link: Drop PD info not useful for the user.

10 years agoonewire_link: Use annotation types.
Uwe Hermann [Tue, 8 Oct 2013 15:49:55 +0000 (17:49 +0200)]
onewire_link: Use annotation types.

This fixes bug #147.

10 years agoonewire_link: Add/use annotation helpers.
Uwe Hermann [Tue, 8 Oct 2013 15:46:59 +0000 (17:46 +0200)]
onewire_link: Add/use annotation helpers.

10 years agoi2s: Add shorter and longer annotations for GUI use.
Uwe Hermann [Mon, 7 Oct 2013 22:41:28 +0000 (00:41 +0200)]
i2s: Add shorter and longer annotations for GUI use.

This fixes (the remaining parts of) bug #162.

10 years agoi2s: Define/use common proto out format.
Uwe Hermann [Mon, 7 Oct 2013 22:26:54 +0000 (00:26 +0200)]
i2s: Define/use common proto out format.