Age | Commit message (Collapse) | Author |
|
Also, use ''' for docstrings to be consistent with the rest.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, experiment with readability improvements a bit.
|
|
This will be needed in GUIs to easily handle/display the values without
the need for additional parsing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This works (partially) with output from the 'spi' protocol decoder.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Works quite well already, but not all details of the protocol are
implemented, yet.
|
|
This is unfinished and untested, and probably does not work at all, yet.
|
|
|
|
|
|
|
|
|
|
- Remove superfluous whitespace.
- Add URLs and more info.
- Consistently use ' instead of " for Python strings.
|
|
Using srd.SRD_OUTPUT_ANN is unneeded, srd.OUTPUT_ANN is better/shorter.
|
|
If those variables are used before start() was called, that's a bug anyway.
|
|
|
|
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.
|
|
|
|
|
|
This is just a first prototype implementation, it's not finished at all.
|
|
|
|
|
|
|
|
The DDC decoder takes input from the I2C PD.
|
|
|