Age | Commit message (Expand) | Author |
2019-03-15 | decoders: Add/update tags for each PD. | Uwe Hermann |
2019-01-30 | Remove trailing semicolons | Ryan Jarvis |
2017-12-22 | all decoders: introduce a reset() method | Gerhard Sittig |
2017-06-16 | Mark all stacked decoders as being PD API version 3. | Uwe Hermann |
2017-01-07 | license: remove FSF postal address from boiler plate license text | Gerhard Sittig |
2015-12-04 | usb*: Minor cosmetics. | Uwe Hermann |
2015-12-01 | usb_{packet,request}: handle PREamble transmissions | Stefan Brüns |
2015-11-30 | usb_packet: handle errors from usb_signalling | Stefan Brüns |
2015-10-06 | usb_packet: Document CRC5 ERROR and CRC16 ERROR packets. | Uwe Hermann |
2015-10-06 | usb_{signalling,packet}: Minor cosmetics. | Uwe Hermann |
2015-10-06 | usb_packet: calculate and check CRC5/CRC16 | Stefan Brüns |
2015-08-14 | usb_packet: Handle invalid packets more gracefully. | Uwe Hermann |
2015-08-14 | usb_packet: Fix incorrect DATA*/MDATA handling. | Uwe Hermann |
2014-10-13 | All PDs: Only import the 'Decoder' object. | Uwe Hermann |
2014-09-15 | sdcard_spi/usb_packet: Drop unused variables. | Uwe Hermann |
2014-07-15 | All PDs: Minor whitespace and consistency fixes. | Uwe Hermann |
2014-07-09 | All PDs: Drop unneeded exceptions. | Uwe Hermann |
2014-04-15 | All PDs: Bump api_version to 2. | Uwe Hermann |
2014-03-18 | usb_packet: Fix an incorrect index. | Uwe Hermann |
2014-03-18 | usb_packet: Provide better short/long annotations. | Uwe Hermann |
2014-03-12 | Various PDs: Minor option related fixes. | Uwe Hermann |
2014-03-10 | Probes, optional probes and annotations now take a tuple. | Bert Vermeulen |
2014-03-10 | Remove unused probes and options | Bert Vermeulen |
2014-03-10 | Change PD options to be a tuple of dictionaries. | Bert Vermeulen |
2014-02-09 | usb_packet: s/NACK/NAK/. | Uwe Hermann |
2014-02-09 | usb_packet: Use annotation classes and annotation rows. | Uwe Hermann |
2014-01-30 | s/out_proto/out_python/. | Uwe Hermann |
2014-01-28 | All PDs: Consistent naming/case for annotation shortnames/IDs. | Uwe Hermann |
2014-01-28 | All PDs: Drop unneeded comments. | Uwe Hermann |
2014-01-28 | All PDs: Improve/fix descriptions. | Uwe Hermann |
2013-11-27 | Automate protocol decoder installation. | Bert Vermeulen |
2013-11-15 | Drop obsolete report() method. | Bert Vermeulen |
2013-11-15 | Use the new Decoder.register() API | Bert Vermeulen |
2013-11-07 | Rename inter-PD output type to SRD_OUTPUT_PYTHON | Bert Vermeulen |
2013-10-30 | The start() method no longer takes a metadata parameter | Bert Vermeulen |
2013-10-11 | usb_packet: Major rewrite, e.g. to prepare for GUI usage. | Uwe Hermann |
2013-10-11 | Rename usb_protocol to usb_packet. | Uwe Hermann |