]> sigrok.org Git - libsigrokdecode.git/history - decoders
sr/srd: Move some files to their resp. dirs.
[libsigrokdecode.git] / decoders /
2011-12-28 Bert Vermeulenpython 3 port
2011-12-28 Bert Vermeulenmake time/duration work, at least when loading from...
2011-12-28 Bert Vermeulennew dynamic output stream registration code, not finished.
2011-12-17 Uwe Hermannsrd: Add MX25Lxx05D SPI chip decoder.
2011-12-10 Uwe Hermannsrd: nunchuk: Make states global.
2011-12-10 Uwe Hermannsrd: decoders: Don't use problematic and/or construct.
2011-12-10 Uwe Hermannsrd: UART: Simplify a code snippet.
2011-12-10 Uwe Hermannsrd: UART: Add some protocol documentation.
2011-12-07 Uwe Hermannsrd: Add initial UART decoder.
2011-12-04 Uwe Hermannsrd: Update decoders to changed API.
2011-12-04 Bert Vermeulenrefactored PD framework, now using new sigrok.Decoder...
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-12-01 Uwe Hermannsrd: i2c.py: States are global, not per-instance.
2011-11-30 Uwe Hermannsrd: srd_usb.py: Cosmetics, white-space fixes.
2011-11-29 Uwe Hermannsrd: nunchuk.py: Add some more URLs.
2011-11-29 Gareth McMullinsrd: Added USB full-speed decoder.
2011-11-28 Uwe Hermannsrd: nunchuk.py: Convert to new decoder API.
2011-11-27 Uwe Hermanndecoders: Drop psyco stuff, seems obsolete.
2011-11-27 Uwe Hermannsrd: Python: Consistently use single quotes for strings.
2011-11-27 Uwe Hermannsrd: i2c.py: Docstrings should use """.
2011-11-27 Uwe Hermannsrd: i2c.py: Mark Repeated Start condition as 'Sr'.
2011-11-27 Uwe Hermannsrd: i2c.py: Rework I2C decoder.
2011-11-27 Gareth McMullinsrd: Pass metadata to decoders only on SR_DF_HEADER.
2011-11-24 Uwe Hermannsrd: i2c.py: Convert to new API (unfinished).
2011-11-23 Uwe Hermanntransitioncounter.py: Convert to new API.
2011-11-23 Uwe Hermannnunchuk.py: Fix indentation (syntax error).
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.
2011-11-20 Kristoffer SjöbergPass multiple samples to the protocol decoder and adapt...
2011-11-20 Kristoffer SjöbergUpdate transitioncounter.py to the streaming PD API.
2011-11-20 Kristoffer SjöbergPartial implementation of the streaming PD API.
2011-04-03 Uwe HermannDecoders: s/dist_pkgdata_SCRIPTS/dist_pkgdata_DATA/.
2011-02-06 Uwe HermannPython decoders: Add more metadata.
2011-01-15 Uwe HermannInstall decoders into a decoders/ subdir.
2011-01-10 Uwe HermannRename the scripts/ directory to decoders/.