summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-04-28 19:24:57 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2012-04-29 01:12:18 +0200
commit66a8517ecfea370741c5789d664c9a965b5c0bc2 (patch)
tree1e8a09af34d2de995d11bbbe0241c836ef841015 /configure.ac
parent6e7a0087c5b3db987f5798d821f9e98848b650a6 (diff)
downloadlibsigrokdecode-66a8517ecfea370741c5789d664c9a965b5c0bc2.tar.gz
libsigrokdecode-66a8517ecfea370741c5789d664c9a965b5c0bc2.zip
srd: Add initial JTAG/STM32 protocol decoder.
(not yet finished) This protocol decoder can decode ST STM32 specific JTAG accesses, knows about the STM32-specific registers and bits.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2e491ab..0d7f710 100644
--- a/configure.ac
+++ b/configure.ac
@@ -154,6 +154,7 @@ AC_CONFIG_FILES([Makefile
decoders/i2cfilter/Makefile
decoders/i2s/Makefile
decoders/jtag/Makefile
+ decoders/jtag_stm32/Makefile
decoders/lpc/Makefile
decoders/mlx90614/Makefile
decoders/mx25lxx05d/Makefile