summaryrefslogtreecommitdiff
path: root/decoders/mdio/__init__.py
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2016-04-27 18:50:37 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2016-04-27 18:51:29 +0200
commit846fc6d4d9838d23037505669d94d006281868b6 (patch)
tree879c7cb1a1535855418b77a4d3ffc582530ce7bb /decoders/mdio/__init__.py
parent406af2171101cb2fe93f99d5d8a85a551dba1060 (diff)
downloadlibsigrokdecode-846fc6d4d9838d23037505669d94d006281868b6.tar.gz
libsigrokdecode-846fc6d4d9838d23037505669d94d006281868b6.zip
Drop mdio decoder (to be replaced with another implementation).
Diffstat (limited to 'decoders/mdio/__init__.py')
-rw-r--r--decoders/mdio/__init__.py29
1 files changed, 0 insertions, 29 deletions
diff --git a/decoders/mdio/__init__.py b/decoders/mdio/__init__.py
deleted file mode 100644
index d9028a3..0000000
--- a/decoders/mdio/__init__.py
+++ /dev/null
@@ -1,29 +0,0 @@
-##
-## This file is part of the libsigrokdecode project.
-##
-## Copyright (C) 2014 Aurelien Jacobs <aurel@gnuage.org>
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
-'''
-The MDIO (Management Data Input/Output) protocol decoder supports the
-MII Management serial bus, with a clock line (MDC) and a bi-directional
-data line (MDIO).
-
-MDIO is also known as SMI (Serial Management Interface).
-'''
-
-from .pd import Decoder