Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-03 | srd: *.py: Remove one incorrect ord() call. | Uwe Hermann | |
While 'data' is of type 'bytes', 'data[0]' for example is of type 'int', thus the ord() there is neither needed nor correct anymore (yields an error). | |||
2012-01-03 | srd: Quick hack to make mx25lxx05d.py work again. | Uwe Hermann | |
In Python 3 there's no xrange() anymore, only range(). | |||
2011-12-17 | srd: Add MX25Lxx05D SPI chip decoder. | Uwe Hermann | |
Work in progress, not yet fully functional. |