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).

libsigrokdecode 0.5.2 released!

We're happy to announce the release of libsigrokdecode 0.5.2. Tarballs are available from the Downloads page, as usual.

This is a "minor" release that doesn't change or remove any existing public API functions, so all existing clients will continue to work (without even the need to recompile).

The following new protocol decoders are now available:

  • mcs48: Intel MCS-48 external memory access protocol
  • st7735: Sitronix ST7735 TFT controller protocol
  • atsha204a: Microchip ATSHA204A CryptoAuthentication device
  • cfp: 100 Gigabit C form-factor pluggable (CFP) protocol
  • jtag_ejtag: MIPS EJTAG protocol
  • swim: STM8 Single Wire Interface Module (SWIM) protocol
  • cec: HDMI Consumer Electronics Control (CEC) protocol
  • miller: Miller encoding protocol
  • ook: On-off keying protocol
  • ook_oregon: Oregon Scientific weather sensor protocol
  • ook_vis: OOK visualisation in various formats

In total, we now support 93 different protocol decoders. If you're working on additional PDs, please send patches our way!

See the NEWS file for a much more detailed list of changes, or browse the git history for even more details.