X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fswd%2F__init__.py;h=a141239baadac999b7296aa3a66694be361e13ca;hb=24ba9e1bdfe107e394176eda3116b714463a8437;hp=3a65143cac24bd0c472c96ff2df10240d14c94fd;hpb=95d11271b46a46788d497481d03177e883c8554e;p=libsigrokdecode.git diff --git a/decoders/swd/__init__.py b/decoders/swd/__init__.py index 3a65143..a141239 100644 --- a/decoders/swd/__init__.py +++ b/decoders/swd/__init__.py @@ -14,22 +14,21 @@ ## 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 +## along with this program; if not, see . ## ''' This PD decodes the ARM SWD (version 1) protocol, as described in the "ARM Debug Interface v5.2" Architecture Specification. -Details: -http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ihi0031c/index.html -(Registration required) - Not supported: * Turnaround periods other than the default 1, as set in DLCR.TURNROUND (should be trivial to add) * SWD protocol version 2 (multi-drop support, etc.) + +Details: +http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ihi0031c/index.html +(Registration required) ''' from .pd import Decoder