summaryrefslogtreecommitdiff
path: root/decoders/ltc26x7/pd.py
AgeCommit message (Collapse)Author
2020-04-11ltc26x7: Put channel voltages on different annotation rows.Uwe Hermann
2020-04-11ltc26x7: Reduce unnecessarily many voltage formats.Uwe Hermann
2020-04-11ltc26x7: Fix the default for the 'chip' option.Uwe Hermann
2020-04-11ltc26x7: Option renames for consistency.Uwe Hermann
The 'part' option is renamed to 'chip' (and 'ref' to 'vref') to be more consistent with the naming used in other decoders.
2020-04-11ltc26x7: Fix the tags metadata item.Uwe Hermann
2020-04-11ltc26x7: Drop unnecessary annotation_rows item.Uwe Hermann
All annotation classes are on the same row anyway, and the row name "LTC26x7 data" isn't all that much more useful than no row name at all.
2020-04-11Add LTC26x7 decoder.Teo Perisanu
Signed-off-by: Teo Perisanu <Teo.Perisanu@analog.com>