Error message

  • Warning: count(): Parameter must be an array or an object that implements Countable in theme_table() (line 1998 of /data/sigrok.org/apache/blog/includes/theme.inc).
  • Warning: count(): Parameter must be an array or an object that implements Countable in theme_table() (line 2061 of /data/sigrok.org/apache/blog/includes/theme.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /data/sigrok.org/apache/blog/includes/common.inc).

New protocol decoder: ssi32

libsigrokdecode now supports another new protocol decoder: ssi32.

This PD decodes the SSI32 protocol, which is based on SPI (hence the decoder stacks on top of the SPI PD).

As usual, we have a bunch of example files in the sigrok-dumps repository, and a few test-cases in the sigrok-test repo.

The decoder and the example files were contributed by Oleksij Rempel, thanks a lot!