[go: up one dir, main page]

File: NEWS

package info (click to toggle)
sigrok-cli 0.3.0-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,460 kB
  • sloc: sh: 11,006; ansic: 1,087; makefile: 10
file content (41 lines) | stat: -rw-r--r-- 1,773 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
0.3.0 (2012-04-17)
------------------

 * New major version, now depends on libsigrok and libsigrokdecode.
 * Initial support for protocol decoders (written in Python >= 3).
   Supports streaming processing, and stacking of protocol decoders.
   Currently supported: dcf77, mx25lxx05d, i2s, spi, edid, pan1321, mlx90614,
   rtc8564, transitioncounter, usb, i2cdemux, i2c, i2cfilter, uart.
 * Add support for the ChronoVu LA8 logic analyzer.
 * Add support for the ChronoVu LA8 input- and output-formats.
 * Add support for the CSV output format.
 * New CLI options: --loglevel, --input-format, --protocol-decoders, and
   --protocol-decoder-stack.
 * Changed CLI options: Rename -f|--format to -O|--output-format.
 * Demo driver: Add all-low and all-high pattern support.
 * Saleae Logic driver: Initial support for multiple attached devices.
 * OLS driver: Run-Length Encoding (RLE) support.
 * Various portability fixes for Mac OS X and MinGW/Windows.
 * Many bugfixes, improvements, and documentation updates.

0.2.0 (2011-04-03)
------------------

This is mostly a bugfix release.

 * Fix session saving & input file loading, implement session loading support.
 * Initial work on an NSIS-based Windows installer for sigrok.
 * CLI: Change syntax for -d and -f to <thing>:key=value:key2=value2.
 * Various bugfixes, internal code improvements, and documentation updates.
 * Improve MinGW/Windows support in sigrok, fix various Windows issues.
 * Improve Openbench Logic Sniffer output format support and add metadata
   support (requires jawi's OLS client >= 0.9.4-rc1).
 * Add FreeBSD support for sigrok.
 * Add initial doxygen support (sigrok API documentation).
 * ASIX SIGMA: Fix a firmware loading bug.

0.1.0 (2011-01-20)
------------------

 * Initial release.