Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-07 | Rename inter-PD output type to SRD_OUTPUT_PYTHON | Bert Vermeulen | |
This better reflects what it is: a python object generated and processed by python code. | |||
2013-10-30 | The start() method no longer takes a metadata parameter | Bert Vermeulen | |
2013-04-23 | GPL headers: Use correct project name. | Uwe Hermann | |
2012-11-24 | All PDs: Name the files pd.py consistently. | Uwe Hermann | |
The Python module name is determined by the directory name (e.g. dcf77), the *.py file names in that directory don't matter and can be kept consistent. | |||
2012-07-21 | srd: onewire_link: Annotations shouldn't be ALLCAPS. | Uwe Hermann | |
While states in the PD should be ALLCAPS per guidelines (for consistency), the annotations that a PD outputs (and are shown in a console via sigrok-cli or in a GUI) should be "normal" human-readable text/formatting usually, i.e. not ALLCAPS. | |||
2012-07-21 | srd: onewire_network: Fix typo, command is 0x69. | Uwe Hermann | |
The 'Overdrive match ROM' command is 0x69, not 0x6d. Verified in various datasheets and the original 1-Wire/iButton spec. | |||
2012-07-21 | srd: onewire_link/network: Fix annotations, small cleanups. | Uwe Hermann | |
The annotation types are 'Text' and 'Warnings', not 'Link' etc. as the annotations of the onewire_link PD (for example) are already clearly from the link layer. The annotation types should be different things/formats of a specific PD's annotation output instead (like "Celsius" / "Kelvin" for some temperature sensor, for example). | |||
2012-07-21 | srd: onewire_link/network: Reduce nesting level. | Uwe Hermann | |
Also, some additional cleanups. | |||
2012-07-21 | srd: onewire_network: Cosmetics, simplifications, doc fixes. | Uwe Hermann | |
2012-07-17 | onewire: added new transport layer commands | Iztok Jeras | |
2012-07-17 | onewire: updated documentation | Iztok Jeras | |
2012-07-15 | onewire: added transport layer decoder, it does not do much for now | Iztok Jeras | |
2012-07-15 | onewire: combined reset and presence detect events, avoid unneeded overdrive ↵ | Iztok Jeras | |
exit message | |||
2012-07-15 | onewire: the split of the protocol into layers works now | Iztok Jeras | |
2012-07-15 | onewire: placing protocol layers into separate directories | Iztok Jeras | |