summaryrefslogtreecommitdiff
path: root/decoders/onewire/onewire.py
AgeCommit message (Collapse)Author
2012-07-15onewire: preparations for protocol separation between link and network layersIztok Jeras
2012-07-04srd: onewire: Fix copyright line, and PD name/description.Uwe Hermann
2012-07-04some white space changes, changed handling of normal/overdrive timing, ↵Iztok Jeras
annotations now show duration
2012-07-04added some ducumentation, shortened the ROM command decoder codeIztok Jeras
2012-07-04added some untested overdrive functionality, added some comments, modified ↵Iztok Jeras
timing values in annotations
2012-07-04commented out most of the TRANSPORT layer code, added some code for an ↵Iztok Jeras
improved timing calculation
2012-07-04decoder onewire: added conditional network commands, some fixex to the ↵Iztok Jeras
transport layer
2012-07-04decoder onewire: separated transport layer code from network layerIztok Jeras
2012-07-04decoder onewire: some annotation cleanupIztok Jeras
2012-07-04onewire decoder: removed some debug code, preparations for the next protocol ↵Iztok Jeras
layer
2012-07-04onewire decoder: added search supportIztok Jeras
2012-07-04onewire decoder: added some byte related codeIztok Jeras
2012-07-04some fixex to the link layer, not finalIztok Jeras
2012-07-04unfinished update to onewire protocol decoderUwe Hermann
2012-05-23srd: onewire: Fix incorrect format for annotation output.Uwe Hermann
Should be a list containing: - Annotation format number (e.g. 0, or ANN_DEC, etc). - A list of strings (the annotation). If more than one string is supplied, the other ones should be short versions of the string. Example: [ANN_DEC, ["Foobarbaz", "Foo", "F"]] This is optional, and mostly useful for GUIs.
2012-05-23srd: onewire: Fix %d and %s mismatch.Uwe Hermann
2012-05-23srd: onewire: Get optional 'pwr' probe value, too.Uwe Hermann
2012-05-23removed some code copied from UART decoder, fixed some Python syntax issuesIztok Jeras
2012-05-23unfinished update to onewire protocol decoderIztok Jeras
2012-05-23commiting new unfinished 1-wire decoderIztok Jeras