X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fmx25lxx05d%2F__init__.py;h=85d34344305e47ea62abb6e2cd14ecb582bb02b0;hp=26b1a58a7df945c990f6fbe953b45a7b4883b921;hb=83df730dd21ce52670a593455cfe5e732989a90d;hpb=156509ca42f0df2380c9f205f9aad337e1a07802 diff --git a/decoders/mx25lxx05d/__init__.py b/decoders/mx25lxx05d/__init__.py index 26b1a58..85d3434 100644 --- a/decoders/mx25lxx05d/__init__.py +++ b/decoders/mx25lxx05d/__init__.py @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2012 Uwe Hermann ## @@ -19,15 +19,13 @@ ## ''' -Macronix MX25Lxx05D SPI (NOR) flash chip decoder. +This decoder stacks on top of the 'spi' PD and decodes the Macronix +MX25Lxx05D SPI (NOR) flash chip protocol. -Works for MX25L1605D/MX25L3205D/MX25L6405D. - -TODO: Description. +It works for the MX25L1605D/MX25L3205D/MX25L6405D. Details: http://www.macronix.com/QuickPlace/hq/PageLibrary4825740B00298A3B.nsf/h_Index/3F21BAC2E121E17848257639003A3146/$File/MX25L1605D-3205D-6405D-1.5.pdf ''' -from .mx25lxx05d import * - +from .pd import *