]> sigrok.org Git - libsigrokdecode.git/history - decoders/usb_packet
counter: Use initial counter values also after a reset
[libsigrokdecode.git] / decoders / usb_packet /
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-06-16 Uwe HermannMark all stacked decoders as being 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_{packet,request}: handle PREamble transmissions
2015-11-29 Stefan Brünsusb_packet: handle errors from usb_signalling
2015-10-06 Uwe Hermannusb_packet: Document CRC5 ERROR and CRC16 ERROR packets.
2015-10-06 Uwe Hermannusb_{signalling,packet}: Minor cosmetics.
2015-10-06 Stefan Brünsusb_packet: calculate and check CRC5/CRC16
2015-08-14 Uwe Hermannusb_packet: Handle invalid packets more gracefully.
2015-08-14 Uwe Hermannusb_packet: Fix incorrect DATA*/MDATA handling.
2014-10-13 Uwe HermannAll PDs: Only import the 'Decoder' object.
2014-09-15 Uwe Hermannsdcard_spi/usb_packet: Drop unused variables.
2014-07-15 Uwe HermannAll PDs: Minor whitespace and consistency fixes.
2014-07-09 Uwe HermannAll PDs: Drop unneeded exceptions.
2014-04-15 Uwe HermannAll PDs: Bump api_version to 2.
2014-03-18 Uwe Hermannusb_packet: Fix an incorrect index.
2014-03-18 Uwe Hermannusb_packet: Provide better short/long annotations.
2014-03-12 Uwe HermannVarious PDs: Minor option related fixes.
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-09 Uwe Hermannusb_packet: s/NACK/NAK/.
2014-02-09 Uwe Hermannusb_packet: Use annotation classes and annotation rows.
2014-01-30 Uwe Hermanns/out_proto/out_python/.
2014-01-28 Uwe HermannAll PDs: Consistent naming/case for annotation shortnam...
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 VermeulenThe start() method no longer takes a metadata parameter
2013-10-10 Uwe Hermannusb_packet: Major rewrite, e.g. to prepare for GUI...
2013-10-10 Uwe HermannRename usb_protocol to usb_packet.