Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-13 | All PDs: Only import the 'Decoder' object. | Uwe Hermann | |
Anything else in the pd.py files doesn't have to be imported/exposed. | |||
2014-07-15 | All PDs: Minor whitespace and consistency fixes. | Uwe Hermann | |
- No newlines at the end of files. - No trailing ';' characters. - Comparison with None: Use 'is None' or 'is not None'. - Comparison with True/False: Use 'if cond:' or 'if not cond:'. - Various minor whitespace fixes. | |||
2014-01-28 | All PDs: Improve/fix descriptions. | Uwe Hermann | |
2013-04-23 | GPL headers: Use correct project name. | Uwe Hermann | |
2012-08-29 | Add initial SD card (SPI mode) decoder. | Uwe Hermann | |
This is work in progress, but it already works partially, and can be used for actual decodes of some commands. This PD stacks on top of the SPI protocol decoder. |