]> sigrok.org Git - libsigrokdecode.git/history - decoders/usb_signalling
atsha204a: Shorten a few more code chunks, add helpers.
[libsigrokdecode.git] / decoders / usb_signalling /
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-06-21 Gerhard Sittigdecoders: Rephrase condition-less .wait() calls (self...
2017-06-20 Gerhard Sittigusb_signalling: Move another edge detection to common...
2017-06-16 Uwe Hermannusb_signalling: Convert to PD API version 3.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2015-12-04 Uwe Hermannusb*: Minor cosmetics.
2015-12-01 Stefan Brünsusb_signalling: detect PREamble PID
2015-12-01 Stefan Brünsusb_signalling: add signaling states needed after LS...
2015-11-29 Stefan Brünsusb_signalling: fix SOP detection after an error condition
2015-11-29 Stefan Brünsusb_signalling: add option to automatically set signall...
2015-11-29 Stefan Brünsusb_signalling: decode RESET and Keep-Alive signalling...
2015-11-29 Stefan Brünsusb_signalling: use explicit positions for packet start/end
2015-11-29 Stefan Brünsusb_signalling: handle symbol errors in EOP state
2015-11-29 Stefan Brünsusb_signalling: remove unneeded syms array
2015-11-29 Stefan Brünsusb_signalling: remove unused ss_sop member
2015-11-29 Stefan Brünsusb_signalling: detect bit stuffing errors
2015-11-29 Stefan Brünsusb_signalling: consolidate symbol output
2015-10-06 Uwe Hermannusb_{signalling,packet}: Minor cosmetics.
2015-10-06 Stefan Brünsusb_signalling: Track USB symbol width to compensate...
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-13 Uwe HermannRename 'probe' to 'channel' everywhere.
2014-03-18 Uwe Hermannusb_signalling: Make each symbol an annotation class.
2014-03-18 Uwe Hermannusb_signalling: Provide better short/long annotations.
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-02-01 Uwe Hermannusb_signalling: Define annotation rows.
2014-01-30 Uwe Hermanns/out_proto/out_python/.
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-10-10 Uwe Hermannusb_signalling: Drop packet handling.
2013-10-10 Uwe Hermannusb_signalling: Document protocol output format.
2013-09-29 Uwe Hermannusb_signalling: Fix packet annotation.
2013-09-29 Uwe Hermannusb_signalling: Fix EOP handling and annotation.
2013-09-29 Uwe Hermannusb_signalling: Properly use different annotation types.
2013-09-29 Uwe Hermannusb_signalling: Fix decode of individual bits.
2013-09-20 Uwe Hermannusb_signalling: Simplify symbols handling a bit.
2013-09-20 Uwe Hermannusb_signalling: Refactor/simplify bitrate/bitwidth...
2013-09-15 Uwe Hermannusb_signalling: Fix start/end sample numbers.
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-01-01 Uwe HermannSmall cosmetic/consistency fixes in the PDs.
2012-11-24 Uwe HermannAll PDs: Name the files pd.py consistently.
2012-07-11 Uwe Hermannsrd: Performance improvements for various PDs.
2012-06-20 Uwe Hermannsrd: Split USB decoder in two PDs (which stack).