summaryrefslogtreecommitdiff
path: root/decoders/Makefile.am
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 /decoders/Makefile.am
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 'decoders/Makefile.am')
-rw-r--r--decoders/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/Makefile.am b/decoders/Makefile.am
index afe8ede..0256d16 100644
--- a/decoders/Makefile.am
+++ b/decoders/Makefile.am
@@ -27,6 +27,7 @@ SUBDIRS = \
i2cfilter \
i2s \
jtag \
+ jtag_stm32 \
lpc \
mlx90614 \
mx25lxx05d \