]> sigrok.org Git - libsigrokdecode.git/commit
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)
commitb8c44f69b0f12c2cee2b9765abca8e0b3e751b43
tree302841ddb980fbfd842b70aff7bfc32e0a4386ea
parent82738302754039cffb4ee84b2fa9b1450612a5e3
timing: add edge-edge mode and delta calculation

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>
decoders/timing/pd.py