]> sigrok.org Git - libsigrokdecode.git/commit
uart: Put annotations into proper annotation types.
authorUwe Hermann <redacted>
Thu, 12 Sep 2013 07:17:12 +0000 (09:17 +0200)
committerUwe Hermann <redacted>
Thu, 12 Sep 2013 13:56:06 +0000 (15:56 +0200)
commit3a1803b09807eafba04c5e9fb0110d1c0d9f0eaf
tree601f153dc3a884f05e80ad5f74100863fbfbf7f2
parent4cace3b8485ffd04ed5c07ee81be812c7284c37b
uart: Put annotations into proper annotation types.

There are now extra annotation types for data, start/stop/parity bits and
for warnings (e.g. "invalid parity" or "frame error" or such).

This allows users to select which of the annotation types they want to
see (they can select one/multiple/all annotations as needed), and also
allows them to use different visual representation for the different
annotation types in GUIs (e.g. different colors for the blobs, different
fonts, rectangle/round/elliptic blobs, and so on; how the annotation
blobs are displayed is entirely up to the GUI and its configuration by
the user).
decoders/uart/pd.py