Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-10 | spiflash: Use SrdIntEnum for annotation classes. | Uwe Hermann | |
Also, automate construction of the Ann SrdIntEnum. This avoids having to remember to manually keep two lists in sync. | |||
2020-01-05 | spiflash: Don't use ambiguous annotation class names. | Uwe Hermann | |
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. | |||
2019-11-23 | spiflash: lists.py: Use None for unsupported features. | Uwe Hermann | |
2019-11-23 | spiflash: Minor fixes for Atmel AT25 chips. | Uwe Hermann | |
2019-11-20 | spiflash: Add support for Atmel AT25xxx | Soeren Apel | |
2018-10-21 | spiflash: Add Winbond W25Q80DV metadata. | Uwe Hermann | |
2018-05-03 | spiflash: Add Adesto AT45DB161E metadata. | Uwe Hermann | |
2018-05-03 | spiflash: Add basic Adesto AT45DBxx support (WRITE1/2, STATUS). | Aleksander Alekseev | |
2017-01-07 | license: remove FSF postal address from boiler plate license text | Gerhard Sittig | |
Remove the FSF postal address as it might change (it did in the past). Reference the gnu.org website instead which is more stable. | |||
2016-11-07 | spiflash: Major refactoring and annotation improvements. | Uwe Hermann | |
2016-11-07 | spiflash: Use OrderedDict for cmds, more readable annotation indices. | Uwe Hermann | |
2016-11-07 | spiflash: Initial RDSR2 implementation (incomplete). | Uwe Hermann | |
This is not entirely correct yet, will be fixed later. | |||
2016-11-07 | spiflash: Add FIDELIX FM25Q32 metadata. | Uwe Hermann | |
2016-11-06 | spiflash: Remove hardcoded Macronix references. | Uwe Hermann | |
2015-04-07 | spiflash: Add lists.py and a 'chips' PD option. | Uwe Hermann | |