summaryrefslogtreecommitdiff
path: root/decoders/spiflash/lists.py
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2016-11-06 17:55:13 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2016-11-07 02:01:00 +0100
commit6ccb64feb20dcb7833b2452cdfface4d9aa2bd72 (patch)
tree3c3ae1adbee2a225e42a414a9f0d62cb2e728e4a /decoders/spiflash/lists.py
parent0a89f2ae27d7ba9e6f009df9745f45c4524234fd (diff)
downloadlibsigrokdecode-6ccb64feb20dcb7833b2452cdfface4d9aa2bd72.tar.gz
libsigrokdecode-6ccb64feb20dcb7833b2452cdfface4d9aa2bd72.zip
spiflash: Initial RDSR2 implementation (incomplete).
This is not entirely correct yet, will be fixed later.
Diffstat (limited to 'decoders/spiflash/lists.py')
-rw-r--r--decoders/spiflash/lists.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/spiflash/lists.py b/decoders/spiflash/lists.py
index 9a06992..a692119 100644
--- a/decoders/spiflash/lists.py
+++ b/decoders/spiflash/lists.py
@@ -24,6 +24,7 @@ cmds = {
0x04: ('WRDI', 'Write disable'),
0x9f: ('RDID', 'Read identification'),
0x05: ('RDSR', 'Read status register'),
+ 0x35: ('RDSR2', 'Read status register 2'),
0x01: ('WRSR', 'Write status register'),
0x03: ('READ', 'Read data'),
0x0b: ('FAST/READ', 'Fast read data'),