From f44d2db2a027857bdfbfc18e40b9900cad1b0e1d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 7 Dec 2011 02:03:25 +0100 Subject: srd: Add initial UART decoder. Works with any baudrate, number of bits, parity types, number of stop bits and so on, in theory. Not all options are fully implemented or tested though. Various TODOs remain. --- decoders/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'decoders/Makefile.am') diff --git a/decoders/Makefile.am b/decoders/Makefile.am index 7b1c9a1..0aa1a7d 100644 --- a/decoders/Makefile.am +++ b/decoders/Makefile.am @@ -20,7 +20,14 @@ pkgdatadir = $(DECODERS_DIR) -dist_pkgdata_DATA = i2c.py nunchuk.py transitioncounter.py spi.py srd_usb.py +# Please keep this list in alphabetical order. +dist_pkgdata_DATA = \ + i2c.py \ + nunchuk.py \ + spi.py \ + srd_usb.py \ + transitioncounter.py \ + uart.py CLEANFILES = *.pyc -- cgit v1.2.3-70-g09d2