]> sigrok.org Git - libsigrokdecode.git/history - decoders/can
atsha204a: Rename a few methods for consistency.
[libsigrokdecode.git] / decoders / can /
2018-04-12 Uwe Hermanncan: Fix incorrect stuff bit handling.
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-07-04 Gerhard Sittigcan: introduce clock synchronization (simple implementa...
2017-07-04 Gerhard Sittigcan: rename 'bitpos' variable
2017-05-26 Gerhard Sittigcan: Skip stuff bit inspection where not applicable
2017-05-26 Gerhard Sittigcan: Convert to PD API version 3
2017-05-26 Uwe Hermanncan: Add warnings for various invalid bits and fields.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-05-15 Uwe HermannUse consistent __init__() format across all PDs.
2015-09-14 Uwe Hermanncan: Improve stuff bit annotation placement.
2015-09-14 Uwe Hermanncan: Emit bit value annotations.
2014-10-13 Uwe HermannAll PDs: Only import the 'Decoder' object.
2014-09-01 Uwe HermannPD tests moved into the sigrok-test repo.
2014-08-14 Uwe Hermannpdtests: Check for SamplerateError in all PDs that...
2014-07-15 Uwe HermannAll PDs: Minor whitespace and consistency fixes.
2014-07-09 Uwe HermannVarious PDs: Throw SamplerateError instead of Exception.
2014-07-09 Uwe HermannAll PDs: Drop unneeded exceptions.
2014-04-15 Uwe HermannAll PDs: Bump api_version to 2.
2014-04-15 Uwe HermannAll PDs: Drop some unneeded comments.
2014-04-13 Uwe HermannRename 'probe' to 'channel' everywhere.
2014-03-12 Uwe HermannVarious PDs: Minor option related fixes.
2014-03-11 Uwe Hermanncan: Make sample_point a float option.
2014-03-10 Bert VermeulenProbes, optional probes and annotations now take a...
2014-03-09 Bert VermeulenRemove unused probes and options
2014-03-09 Bert VermeulenChange PD options to be a tuple of dictionaries.
2014-01-30 Uwe Hermanns/out_proto/out_python/.
2014-01-28 Uwe HermannAll PDs: Consistent naming/case for annotation shortnam...
2014-01-28 Uwe HermannAll PDs: Drop unneeded comments.
2014-01-28 Uwe HermannAll PDs: Improve/fix descriptions.
2013-11-27 Bert VermeulenAutomate protocol decoder installation.
2013-11-15 Bert VermeulenDrop obsolete report() method.
2013-11-15 Bert VermeulenUse the new Decoder.register() API
2013-11-07 Bert VermeulenRename inter-PD output type to SRD_OUTPUT_PYTHON
2013-10-30 Bert VermeulenReceive samplerate via metadata(), not start()
2013-09-12 Uwe Hermanncan: Use proper annotation types for the CAN fields.
2013-09-10 Uwe Hermanncan: Use annotation abbreviations.
2013-09-10 Uwe Hermanncan: Fix annotation start/end samples.
2013-09-10 Uwe Hermanncan: Prepare for fixing annotation start/end samples.
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-01-30 Uwe Hermanncan: Temporary quickfix for a bug. libsigrokdecode-0.1.1
2013-01-01 Uwe HermannSmall cosmetic/consistency fixes in the PDs.
2012-12-17 Uwe HermannAdd intial CAN protocol decoder.