]> sigrok.org Git - libsigrokdecode.git/commit
srd: All PDs: Various fixes, cosmetics.
authorUwe Hermann <redacted>
Wed, 25 Jan 2012 21:11:38 +0000 (22:11 +0100)
committerUwe Hermann <redacted>
Wed, 25 Jan 2012 22:49:32 +0000 (23:49 +0100)
commitdecde15ecb51b3326b31019af61e0a729b9c61d0
tree362aefd1a9759731bdf8ee2cc3d533c83a7faa9a
parent385508e9b12d87519f9144a67e7682b46a592200
srd: All PDs: Various fixes, cosmetics.

 - 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).
13 files changed:
decoders/dcf77/dcf77.py
decoders/ddc/ddc.py
decoders/ebr30a_i2c_demux/ebr30a_i2c_demux.py
decoders/i2c/i2c.py
decoders/i2cdemux/i2cdemux.py
decoders/mx25lxx05d/mx25lxx05d.py
decoders/nunchuk/nunchuk.py
decoders/pan1321/pan1321.py
decoders/rtc8564/rtc8564.py
decoders/spi/spi.py
decoders/transitioncounter/transitioncounter.py
decoders/uart/uart.py
decoders/usb/usb.py