Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
definition anymore: it happens automagically.
|
|
|
|
|
|
|
|
We decided it's too much hassle to deal with this in GUIs (multiple
fields, multiple name and email addresses and copyright years etc. etc)
with too little gain. The authors/emails etc. are already in the .py file's
license header and in git anyway.
|
|
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.
|
|
|