diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-04-19 20:18:10 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-04-19 21:02:23 +0200 |
commit | d997c01abaa3e6b9b9de10976f3564a2b9f993a8 (patch) | |
tree | 3ecf7a704941b22d7fae7f634bb2423ef16ab407 /configure.ac | |
parent | 271acd3bde96474c7ed5f822d470f555af8e7d93 (diff) | |
download | libsigrokdecode-d997c01abaa3e6b9b9de10976f3564a2b9f993a8.tar.gz libsigrokdecode-d997c01abaa3e6b9b9de10976f3564a2b9f993a8.zip |
srd: Initial MEMSIC MXC6225XU protocol decoder.
Not quite finished yet, but relatively close.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 190408e..6faa06c 100644 --- a/configure.ac +++ b/configure.ac @@ -156,6 +156,7 @@ AC_CONFIG_FILES([Makefile decoders/lpc/Makefile decoders/mlx90614/Makefile decoders/mx25lxx05d/Makefile + decoders/mxc6225xu/Makefile decoders/pan1321/Makefile decoders/rtc8564/Makefile decoders/spi/Makefile |