]> sigrok.org Git - libsigrokdecode.git/commit
Backport recent changes from mainline.
authorUwe Hermann <redacted>
Wed, 12 Sep 2018 19:20:34 +0000 (21:20 +0200)
committerUwe Hermann <redacted>
Wed, 12 Sep 2018 20:36:52 +0000 (22:36 +0200)
commitfb2496413d46b2a19dd8945c0ca7364b3472213a
tree4830a44243fa52eefeda7bcd26bc050d953a1ef9
parent0c81775a0e148d926a91cbbe3a106d61c5aec561
Backport recent changes from mainline.

This includes all changes from

  1dac69e9b0bc1d12c45d2a6e49b9890f29b744cb
  "Show backtrace when decode() aborts due to an error."

up to

  2d0ef8bdad13fa50dbb9073c0ce4fd0ce4e025b6
  "morse: fix for #1278"

This is possible since none of the changes above change or remove public
API calls of the library.
53 files changed:
Doxyfile
configure.ac
decoder.c
decoders/atsha204a/__init__.py [new file with mode: 0644]
decoders/atsha204a/pd.py [new file with mode: 0644]
decoders/cec/__init__.py [new file with mode: 0644]
decoders/cec/pd.py [new file with mode: 0644]
decoders/cec/protocoldata.py [new file with mode: 0644]
decoders/cfp/__init__.py [new file with mode: 0644]
decoders/cfp/pd.py [new file with mode: 0644]
decoders/common/srdhelper/mod.py
decoders/counter/pd.py
decoders/dcf77/pd.py
decoders/edid/pd.py
decoders/eeprom24xx/lists.py
decoders/jtag/pd.py
decoders/jtag_ejtag/__init__.py [new file with mode: 0644]
decoders/jtag_ejtag/pd.py [new file with mode: 0644]
decoders/jtag_stm32/pd.py
decoders/lpc/pd.py
decoders/mcs48/__init__.py [new file with mode: 0644]
decoders/mcs48/pd.py [new file with mode: 0644]
decoders/mdio/pd.py
decoders/miller/__init__.py [new file with mode: 0644]
decoders/miller/pd.py [new file with mode: 0644]
decoders/morse/pd.py
decoders/ook/__init__.py [new file with mode: 0644]
decoders/ook/pd.py [new file with mode: 0644]
decoders/ook_oregon/__init__.py [new file with mode: 0644]
decoders/ook_oregon/lists.py [new file with mode: 0644]
decoders/ook_oregon/pd.py [new file with mode: 0644]
decoders/ook_vis/__init__.py [new file with mode: 0644]
decoders/ook_vis/pd.py [new file with mode: 0644]
decoders/spi/pd.py
decoders/spiflash/lists.py
decoders/spiflash/pd.py
decoders/st7735/__init__.py [new file with mode: 0644]
decoders/st7735/pd.py [new file with mode: 0644]
decoders/swim/__init__.py [new file with mode: 0644]
decoders/swim/pd.py [new file with mode: 0644]
decoders/uart/pd.py
decoders/usb_power_delivery/pd.py
exception.c
instance.c
libsigrokdecode-internal.h
libsigrokdecode.h
log.c
module_sigrokdecode.c
session.c
srd.c
tools/install-decoders
type_decoder.c
util.c