Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-13 | timing: disable averaging if set to zero | Karl Palsson | |
The extra row of the average isn't always useful. Allow it to be disabled by setting the average window to zero. Signed-off-by: Karl Palsson <karlp@etactica.com> | |||
2017-01-07 | license: remove FSF postal address from boiler plate license text | Gerhard Sittig | |
Remove the FSF postal address as it might change (it did in the past). Reference the gnu.org website instead which is more stable. | |||
2016-12-07 | timing: Convert to PD API version 3. | Uwe Hermann | |
2016-06-28 | timing: Add frequency and averaging support. | Uwe Hermann | |
This patch was contributed by James Sleeman <james@gogo.co.nz>, thanks! | |||
2016-05-15 | Use consistent __init__() format across all PDs. | Uwe Hermann | |
The previous **kwargs some PDs had is not actually ever used, so drop it. | |||
2016-04-20 | timing: Use self.samplenum for consistency across PDs. | Uwe Hermann | |
2015-04-26 | timing: Shorten annotations (time units). | Uwe Hermann | |
2015-04-26 | Add a decoder that calculates timings between transitions. | Baruch Even | |