summaryrefslogtreecommitdiff
path: root/decoders/spi.py
AgeCommit message (Expand)Author
2011-11-27srd: Python: Consistently use single quotes for strings.Uwe Hermann
2011-11-27srd: Pass metadata to decoders only on SR_DF_HEADER.Gareth McMullin
2011-11-23Decoders: Use 4 spaces for indentation as per PEP-8.Uwe Hermann
2011-11-20libsigrokdecode: Allow frontend to configure decoder probes.Gareth McMullin
2011-11-20libsigrokdecode: Allow multiple PD instances.Gareth McMullin
2011-11-20libsigrokdecode: Move decoder metadata into Decoder object.Gareth McMullin
2011-11-20Simplified code for calling Python decode method.Gareth McMullin
2011-11-20Add support for OO based PDs.Kristoffer Sjöberg