]> sigrok.org Git - libsigrokdecode.git/commit
spiflash: Don't use ambiguous annotation class names.
authorUwe Hermann <redacted>
Sun, 5 Jan 2020 14:49:18 +0000 (15:49 +0100)
committerUwe Hermann <redacted>
Sun, 5 Jan 2020 16:08:01 +0000 (17:08 +0100)
commit12fb8f6232ed39ed78382c79049fd061ba809cf4
tree58209dddb789e973b40a48cf45f7ce5e0ee1d3bd
parentdca19fbfdf0650dba693c0ac6213f6cdb748a8c3
spiflash: Don't use ambiguous annotation class names.

This is not technically a bug since (at least some) datasheets refer
to this command as "Chip erase", it just happens to have two different
command codes (0x60 and 0xc7).

In order to not confuse users with two annotation classes with the
same name, we'll call the second one "Chip erase 2" to match the
"CE2" short name.

This fixes bug #1482.
decoders/spiflash/lists.py