This is a set of patches that I'm confident about.  They fix minor
issues, address minor nits, or add slight improvements.  I provide a
little more context where appropriate (git diff -U), to simplify the
review -- it should become more apparent what the issue may be.

There will be a separate set of patches that I'm less certain about, and
which require more consideration and/or discussion.

Feel free to tell me when you want me to squash or split changes, or
when I shall re-send and group them in other, more appropriate ways.
Feedback will be appreciated!


Patches in the 0100-0106 range are for libsigrok.

Gerhard Sittig (7):
  asix-sigma: update comments in firmware download code paths
  asix-sigma: fix out-of-range access to the samplerates[] array
  asix-sigma: store "limit samples" value, re-determine "limit msecs"
    period
  asix-sigma: fix buffer length check in register write helper
  tests: relax the "version text" length check, accept longer strings
  output: ASCII: add support for user configurable character set
  output: srzip: don't pre-set defaults for non-existing options

 src/hardware/asix-sigma/api.c      |  9 ++++--
 src/hardware/asix-sigma/protocol.c | 60 ++++++++++++++++++++++++++++----------
 src/hardware/asix-sigma/protocol.h |  4 ++-
 src/output/ascii.c                 | 32 ++++++++++++++++----
 src/output/srzip.c                 |  3 --
 tests/version.c                    | 29 ++++++++++++++----
 6 files changed, 104 insertions(+), 33 deletions(-)


Patches in the 0200-0204 range are for libsigrokdecode.

Gerhard Sittig (5):
  repo mgmt: introduce git attributes for improved Python diffs
  uart: unbreak putbin() for 9bit data, use two bytes per UART frame
  uart: minor nit, rename the "databyte" variable
  uart: rework text formatting of communicated data values, plus nits
  decoder loader: print error messages when decoders fail load time
    checks

 .gitattributes      |  1 +
 decoder.c           | 88 ++++++++++++++++++++++++++++++++++++++----------
 decoders/uart/pd.py | 96 +++++++++++++++++++++++++++++++++++++++--------------
 3 files changed, 142 insertions(+), 43 deletions(-)
 create mode 100644 .gitattributes


Patches in the 0300-0300 range are for sigrok-cli.

Gerhard Sittig (1):
  show: print binary classes as well in protocol decoder details

 show.c | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)


Patches in the 0400-0400 range are for sigrok-dumps.

Gerhard Sittig (1):
  uart: add dump files to demonstrate number of data bits

 uart/counter/README                  |  36 ++++++++++
 uart/counter/generator.c             | 123 +++++++++++++++++++++++++++++++++++
 uart/counter/uart-count-19200-5n1.sr | Bin 0 -> 829 bytes
 uart/counter/uart-count-19200-6n1.sr | Bin 0 -> 881 bytes
 uart/counter/uart-count-19200-7n1.sr | Bin 0 -> 1286 bytes
 uart/counter/uart-count-19200-8n1.sr | Bin 0 -> 2798 bytes
 uart/counter/uart-count-19200-9n1.sr | Bin 0 -> 4066 bytes
 7 files changed, 159 insertions(+)
 create mode 100644 uart/counter/README
 create mode 100644 uart/counter/generator.c
 create mode 100644 uart/counter/uart-count-19200-5n1.sr
 create mode 100644 uart/counter/uart-count-19200-6n1.sr
 create mode 100644 uart/counter/uart-count-19200-7n1.sr
 create mode 100644 uart/counter/uart-count-19200-8n1.sr
 create mode 100644 uart/counter/uart-count-19200-9n1.sr

-- 
1.9.1

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to