diff options
author | Matt Ranostay <mranostay@gmail.com> | 2013-03-11 08:03:20 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2013-03-12 15:06:31 +0100 |
commit | 3bf689988fc1e8db9cb3997039b06f683c413fc1 (patch) | |
tree | 794ccfe28d0bb7de3a914703e04b3b4513d5a024 /configure.ac | |
parent | 4895418c6800ecb128ed36af2a1bc46916c9be85 (diff) | |
download | libsigrokdecode-3bf689988fc1e8db9cb3997039b06f683c413fc1.tar.gz libsigrokdecode-3bf689988fc1e8db9cb3997039b06f683c413fc1.zip |
Add Dallas DS1307 RTC protocol decoder
Dallas DS1307 RTC protocol decoder that works stacked
with the I2C PD. Based on the rtc8564 protocol decoder.
Signed-off-by: Matt Ranostay <mranostay@gmail.com>
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 aef209a..7ea68ff 100644 --- a/configure.ac +++ b/configure.ac @@ -155,6 +155,7 @@ AC_CONFIG_FILES([Makefile decoders/avr_isp/Makefile decoders/can/Makefile decoders/dcf77/Makefile + decoders/ds1307/Makefile decoders/edid/Makefile decoders/i2c/Makefile decoders/i2cdemux/Makefile |