diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-01-22 22:43:21 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2014-01-28 22:46:05 +0100 |
commit | 4c3b1846c9c307c1c35f86d259ddb968ed92718d (patch) | |
tree | ae696f3a6321c0dc50bf1d1cfffa54138bd2a428 /decoders/mx25lxx05d/__init__.py | |
parent | 37e4c724efa64dd6061f7bb83f126b81da949771 (diff) | |
download | libsigrokdecode-4c3b1846c9c307c1c35f86d259ddb968ed92718d.tar.gz libsigrokdecode-4c3b1846c9c307c1c35f86d259ddb968ed92718d.zip |
All PDs: Improve/fix descriptions.
Diffstat (limited to 'decoders/mx25lxx05d/__init__.py')
-rw-r--r-- | decoders/mx25lxx05d/__init__.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/decoders/mx25lxx05d/__init__.py b/decoders/mx25lxx05d/__init__.py index 047be0e..71d7b3c 100644 --- a/decoders/mx25lxx05d/__init__.py +++ b/decoders/mx25lxx05d/__init__.py @@ -19,11 +19,10 @@ ## ''' -Macronix MX25Lxx05D SPI (NOR) flash chip protocol 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 |