summaryrefslogtreecommitdiff
path: root/decoders/can
AgeCommit message (Expand)Author
2020-07-26can: use common MSB first variant of bitpack()Gerhard Sittig
2020-07-26can: avoid assignment to .id field during frame inspectionGerhard Sittig
2020-07-26can: use common helper for bits to number conversionGerhard Sittig
2020-07-26can: amend recently added Python output featureGerhard Sittig
2020-07-26can: enable Python output from decoderKari Hautio
2020-01-01All PDs: Consistently use singular/plural for annotation classes/rows.Uwe Hermann
2019-12-12can: Drop an unused method.Uwe Hermann
2019-11-29can: more robust sample point position for low sample ratesGerhard Sittig
2019-11-29can: implement bit rate switch support for CAN-FD framesStephan Thiele
2019-11-29can: annotate classic CAN CRC as CRC-15Stephan Thiele
2019-11-05can: Mention CAN-FD support in the description.Uwe Hermann
2019-10-06can: Factor out dlc2len().Uwe Hermann
2019-10-06can: Random whitespace and cosmetic fixes.Uwe Hermann
2019-10-06can: introduce fast bitrateStephan Thiele
2019-10-06can: proper annotation on CAN-FD extended framesstephan.thiele
2019-10-06can: add basic CAN-FD handling of non BRS extended framesstephan.thiele
2019-10-06can: make PD temporary compatible to existing testsStephan Thiele
2019-10-06can: correct decoding of CRC-21Stephan Thiele
2019-09-13can: decode CAN-FD DLCStephan Thiele
2019-09-13can: display CRC type + correct decoding of CRC-17Stephan Thiele
2019-09-13can: implement decoding of CAN-FD header when FDF bit is setStephan Thiele
2019-09-13can: implement basic CAN-FD decoding (SRR and FDF bits)Stephan Thiele
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
2018-04-12can: Fix incorrect stuff bit handling.Uwe Hermann
2017-12-22all decoders: introduce a reset() methodGerhard Sittig
2017-07-04can: introduce clock synchronization (simple implementation)Gerhard Sittig
2017-07-04can: rename 'bitpos' variableGerhard Sittig
2017-05-26can: Skip stuff bit inspection where not applicableGerhard Sittig
2017-05-26can: Convert to PD API version 3Gerhard Sittig
2017-05-26can: Add warnings for various invalid bits and fields.Uwe Hermann
2017-01-07license: remove FSF postal address from boiler plate license textGerhard Sittig
2016-05-15Use consistent __init__() format across all PDs.Uwe Hermann
2015-09-14can: Improve stuff bit annotation placement.Uwe Hermann
2015-09-14can: Emit bit value annotations.Uwe Hermann
2014-10-13All PDs: Only import the 'Decoder' object.Uwe Hermann
2014-09-01PD tests moved into the sigrok-test repo.Uwe Hermann
2014-08-14pdtests: Check for SamplerateError in all PDs that emit it.Uwe Hermann
2014-07-15All PDs: Minor whitespace and consistency fixes.Uwe Hermann
2014-07-09Various PDs: Throw SamplerateError instead of Exception.Uwe Hermann
2014-07-09All PDs: Drop unneeded exceptions.Uwe Hermann
2014-04-15All PDs: Bump api_version to 2.Uwe Hermann
2014-04-15All PDs: Drop some unneeded comments.Uwe Hermann
2014-04-13Rename 'probe' to 'channel' everywhere.Uwe Hermann
2014-03-12Various PDs: Minor option related fixes.Uwe Hermann
2014-03-12can: Make sample_point a float option.Uwe Hermann
2014-03-10Probes, optional probes and annotations now take a tuple.Bert Vermeulen
2014-03-10Remove unused probes and optionsBert Vermeulen
2014-03-10Change PD options to be a tuple of dictionaries.Bert Vermeulen