From a9187700a5e74ffbee85bf4ac61550d07ea7f229 Mon Sep 17 00:00:00 2001 From: Michalis Pappas Date: Fri, 26 Apr 2019 18:02:42 +0200 Subject: [PATCH] atsha204a: Add tests for atecc508a --- decoder/test/atsha204a/atecc508a_snippet.output | 0 decoder/test/atsha204a/test.conf | 7 +++++++ 2 files changed, 7 insertions(+) create mode 100644 decoder/test/atsha204a/atecc508a_snippet.output diff --git a/decoder/test/atsha204a/atecc508a_snippet.output b/decoder/test/atsha204a/atecc508a_snippet.output new file mode 100644 index 0000000..e69de29 diff --git a/decoder/test/atsha204a/test.conf b/decoder/test/atsha204a/test.conf index 7702271..0c735c3 100644 --- a/decoder/test/atsha204a/test.conf +++ b/decoder/test/atsha204a/test.conf @@ -4,3 +4,10 @@ test atsha204a_snippet stack i2c atsha204a input i2c/crypto/microchip_atsha204a/atsha204a_snippet.sr output atsha204a annotation match atsha204a_snippet.output + +test atecc508a_snippet + protocol-decoder i2c channel sda=0 channel scl=1 + protocol-decoder atsha204a + stack i2c atsha204a + input i2c/crypto/microchip_atsha204a/atecc508a_snippet.sr + output atsha204a annotation match atecc508a_snippet.output -- 2.30.2