Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-12 | srd: decoders: Rename obsolete timeoffset/duration. | Uwe Hermann | |
2012-01-12 | srd: decoders: Metadata consistency fixes/updates. | Uwe Hermann | |
2012-01-12 | srd: Decoders: Cosmetics and whitespace fixes. | Uwe Hermann | |
- Remove superfluous whitespace. - Add URLs and more info. - Consistently use ' instead of " for Python strings. | |||
2012-01-12 | srd: Drop duplicate SRD_ prefix from ANN/PROTO. | Uwe Hermann | |
Using srd.SRD_OUTPUT_ANN is unneeded, srd.OUTPUT_ANN is better/shorter. | |||
2012-01-10 | srd: Use 'import sigrokdecode as srd' for brevity. | Uwe Hermann | |
2012-01-10 | srd: annotation -> annotations. | Uwe Hermann | |
In the PDs (Python code), the 'annotation' variable/attribute is a list of annotation formats. Use the plural 'annotations' as we do for other lists such as 'inputs', 'outputs', 'probes', 'options', and so on. | |||
2012-01-10 | srd: Finish consistency rename to ANN/PROTO. | Uwe Hermann | |
2012-01-10 | srd: output_{protocol,annotation} -> out_{proto,ann}. | Uwe Hermann | |
2012-01-10 | Stacked protocol decoders implementation. | Bert Vermeulen | |
The DDC decoder takes input from the I2C PD. |