summaryrefslogtreecommitdiff
path: root/decoders/timing
AgeCommit message (Expand)Author
2020-07-07timing: user selected scale and sample count for terse displayGerhard Sittig
2020-07-07timing: break long options lines, rename samples identifierGerhard Sittig
2020-07-07timing: only queue when averaging, rephrase put callsGerhard Sittig
2020-07-07timing: optional terse format for timing annoationsGerhard Sittig
2020-07-07timing: use ss/es for consistencyGerhard Sittig
2020-07-07timing: reduce "state", most action is local to .decode()Gerhard Sittig
2020-07-07timing: eliminate magic numbers, remove unused variablesGerhard Sittig
2020-01-01All PDs: Consistently use singular/plural for annotation classes/rows.Uwe Hermann
2019-04-02decoders: Fix incorrect 'outputs' fields.Uwe Hermann
2019-03-15decoders: Add/update tags for each PD.Uwe Hermann
2019-03-13Add PD tags handling and some tagsSoeren Apel
2017-12-22all decoders: introduce a reset() methodGerhard Sittig
2017-06-05Add srd_inst_initial_pins_set_all() and support code.Uwe Hermann
2017-05-13timing: Drop obsolete self.oldpin variable.Uwe Hermann
2017-05-13timing: "normalize" negative times tooKarl Palsson
2017-05-13timing: add edge-edge mode and delta calculationKarl Palsson
2017-05-13timing: disable averaging if set to zeroKarl Palsson
2017-01-07license: remove FSF postal address from boiler plate license textGerhard Sittig
2016-12-07timing: Convert to PD API version 3.Uwe Hermann
2016-06-28timing: Add frequency and averaging support.Uwe Hermann
2016-05-15Use consistent __init__() format across all PDs.Uwe Hermann
2016-04-20timing: Use self.samplenum for consistency across PDs.Uwe Hermann
2015-04-26timing: Shorten annotations (time units).Uwe Hermann
2015-04-26Add a decoder that calculates timings between transitions.Baruch Even