Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-28 | All PDs: Consistent naming/case for annotation shortnames/IDs. | Uwe Hermann | |
2014-01-28 | All PDs: Drop unneeded comments. | Uwe Hermann | |
The single comment re-stating the PD's name / description / purpose in each pd.py file is not really needed, that info is available in the Decoder class' attributes already. | |||
2014-01-28 | All PDs: Improve/fix descriptions. | Uwe Hermann | |
2013-12-28 | Do some more I2C to I²C changes. | Uwe Hermann | |
2013-11-27 | Automate protocol decoder installation. | Bert Vermeulen | |
This automatically figures out the files to install for each protocol decoder, without involving autotools. All python files (filenames ending in .py) are always installed. If a protocol decoder requires installation of a non-python file, a small file called 'config' can be created in that protocol decoder's directory, with the following content: # comments are ok extra-install vendorlist.txt commands.txt | |||
2013-11-15 | Use the new Decoder.register() API | Bert Vermeulen | |
2013-10-30 | The start() method no longer takes a metadata parameter | Bert Vermeulen | |
2013-08-31 | xfp: Decoder for XFP I2C structures | Bert Vermeulen | |