Age | Commit message (Collapse) | Author |
|
|
|
|
|
- List all API methods and metadata variables in all PDs to make things
easier and more consistent for new PD writers.
- Fix probe assignment in a few PDs.
- Raise exceptions upon invalid states of the PD state machines (bug).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|