summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Vermeulen <bert@biot.com>2013-12-12 01:19:45 +0100
committerBert Vermeulen <bert@biot.com>2013-12-12 01:19:45 +0100
commit3a43022e1d7aff871a069e773b67187ea320464f (patch)
tree38df4b96d35333b0cf00e915d39c02755f5ac3a1
parent398ac04e01c8e77152555ab78cd85a2bca2cb5d1 (diff)
downloadsigrok-dumps-3a43022e1d7aff871a069e773b67187ea320464f.tar.gz
sigrok-dumps-3a43022e1d7aff871a069e773b67187ea320464f.zip
Add first network transceiver, an XFP dump.
-rw-r--r--i2c/network-transceivers/README14
-rw-r--r--i2c/network-transceivers/xfp.srbin0 -> 5718 bytes
2 files changed, 14 insertions, 0 deletions
diff --git a/i2c/network-transceivers/README b/i2c/network-transceivers/README
new file mode 100644
index 0000000..598af25
--- /dev/null
+++ b/i2c/network-transceivers/README
@@ -0,0 +1,14 @@
+The captures in this directory were taken from various network modules while
+an I2C master dumped the available pages.
+
+To decode these, set up a protocol decoder stack like this:
+
+ i2c -> xfp
+
+Details:
+http://en.wikipedia.org/wiki/XFP_transceiver
+
+xfp.sr:
+ SCL = probe 0
+ SDA = probe 1
+
diff --git a/i2c/network-transceivers/xfp.sr b/i2c/network-transceivers/xfp.sr
new file mode 100644
index 0000000..f2891cd
--- /dev/null
+++ b/i2c/network-transceivers/xfp.sr
Binary files differ