index
:
libsigrokdecode.git
floppy
master
libsigrokdecode
ejona86@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
decoders
/
jitter
Age
Commit message (
Expand
)
Author
2020-01-01
All PDs: Consistently use singular/plural for annotation classes/rows.
Uwe Hermann
2019-04-02
decoders: Fix incorrect 'outputs' fields.
Uwe Hermann
2019-03-16
decoders: Various cosmetic/consistency/typo fixes.
Uwe Hermann
2019-03-15
decoders: Add/update tags for each PD.
Uwe Hermann
2017-12-22
all decoders: introduce a reset() method
Gerhard Sittig
2017-01-07
license: remove FSF postal address from boiler plate license text
Gerhard Sittig
2016-12-07
jitter: Convert to PD API version 3.
Uwe Hermann
2016-05-15
Use consistent __init__() format across all PDs.
Uwe Hermann
2016-05-09
Consistently use ' instead of " for strings in all PDs.
Uwe Hermann
2015-12-24
Use self.out_binary naming consistently across all PDs.
Uwe Hermann
2015-12-24
Use a Python list (not tuple) for OUT_BINARY.
Uwe Hermann
2015-09-15
jitter, pwm: Avoid Unicode string literals
Daniel Elstner
2014-11-23
jitter: Simplify ascii-float binary out.
Uwe Hermann
2014-11-23
jitter: Rename "jitter" binary out to "ascii-float".
Uwe Hermann
2014-11-23
jitter: add a binary output to report the raw jitter value.
Sebastien Bourdelin
2014-11-23
jitter: fixes an error when a miss clock/signal is detected
Sebastien Bourdelin
2014-11-09
jitter: Factor out handle_clk() and handle_sig().
Uwe Hermann
2014-11-09
Add a timing jitter decoder.
Sebastien Bourdelin