]> sigrok.org Git - libsigrokdecode.git/history - decoders/spi.py
srd: SPI: Set default PD options.
[libsigrokdecode.git] / decoders / spi.py
2012-01-14 Uwe Hermannsrd: SPI: Set default PD options.
2012-01-14 Uwe Hermannsrd: SPI: Fix typo.
2012-01-14 Uwe Hermannsrd: SPI: Sketch of the PD options (unused).
2012-01-14 Uwe Hermannsrd: SPI: Handle both directions, output proto data.
2012-01-14 Uwe Hermannsrd: SPI: probes[]: Add missing MISO and CS lines.
2012-01-14 Uwe Hermannsrd: SPI: s/sdata/mosi/.
2012-01-14 Uwe Hermannsrd: SPI: s/rxdata/mosidata/.
2012-01-14 Uwe Hermannsrd: SPI: s/rxcount/bitcount/.
2012-01-14 Uwe Hermannsrd: Fix/update SPI protocol decoder.
2012-01-12 Uwe Hermannsrd: decoders: Rename obsolete timeoffset/duration.
2012-01-12 Uwe Hermannsrd: decoders: Metadata consistency fixes/updates.
2012-01-12 Uwe Hermannsrd: Drop duplicate SRD_ prefix from ANN/PROTO.
2012-01-10 Uwe Hermannsrd: Drop useless out_ann/out_proto init.
2012-01-10 Uwe Hermannsrd: Use 'import sigrokdecode as srd' for brevity.
2012-01-10 Uwe Hermannsrd: Finish consistency rename to ANN/PROTO.
2012-01-10 Uwe Hermannsrd: self.add: Use sigrokdecode.SRD_OUTPUT_*.
2012-01-10 Uwe Hermannsrd: output_{protocol,annotation} -> out_{proto,ann}.
2012-01-10 Uwe Hermannsrd: s/output_new/add/ for all decoders.
2012-01-05 Uwe Hermannsrd: We use 0/1 instead of False/True at the moment.
2012-01-05 Uwe Hermannsrd: Update the SPI decoder to the new API.
2012-01-03 Uwe Hermannsrd: *.py: Remove one incorrect ord() call.
2012-01-03 Uwe Hermannsrd: Quick hack to make the SPI decoder work again.
2011-12-28 Bert Vermeulennew dynamic output stream registration code, not finished.
2011-12-04 Uwe Hermannsrd: Update decoders to changed API.
2011-12-01 Gareth McMullinsrd: Changed nunchuk and transitioncounter to new regis...
2011-12-01 Gareth McMullinsrd: PDs now explicitly register with sigrok module.
2011-11-27 Uwe Hermannsrd: Python: Consistently use single quotes for strings.
2011-11-27 Gareth McMullinsrd: Pass metadata to decoders only on SR_DF_HEADER.
2011-11-23 Uwe HermannDecoders: Use 4 spaces for indentation as per PEP-8.
2011-11-20 Gareth McMullinlibsigrokdecode: Allow frontend to configure decoder...
2011-11-20 Gareth McMullinlibsigrokdecode: Allow multiple PD instances.
2011-11-20 Gareth McMullinlibsigrokdecode: Move decoder metadata into Decoder...
2011-11-20 Gareth McMullinSimplified code for calling Python decode method.
2011-11-20 Kristoffer SjöbergAdd support for OO based PDs.