Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |