]> sigrok.org Git - libsigrokdecode.git/commitdiff
timing: add edge-edge mode and delta calculation
authorKarl Palsson <redacted>
Fri, 20 Jan 2017 16:24:29 +0000 (16:24 +0000)
committerUwe Hermann <redacted>
Sat, 13 May 2017 14:11:27 +0000 (16:11 +0200)
Instead of only measuring the timing from any edge to any edge, provide
a mode to measure the times from falling->falling and rising->rising
edges. This works better to monitor timing of an IRQ pin for instance,
that drives one direction under hardware, and is only cleared by
software reading a value.

Include time delta measurements as an optional annotation to help track
jitter in measurements.

Signed-off-by: Karl Palsson <redacted>

No differences found