]> sigrok.org Git - libsigrokdecode.git/history - decoders/enc28j60/pd.py
decoders: Use a slightly more consistent/logical annotation row setup.
[libsigrokdecode.git] / decoders / enc28j60 / pd.py
2019-11-29 Uwe Hermanndecoders: Use a slightly more consistent/logical annota...
2019-05-14 Uwe Hermannenc28j60: Rename self.ann to self.out_ann.
2019-05-14 Uwe Hermannenc28j60: Shorten various self.put*() calls.
2019-05-14 Uwe Hermannenc28j60: Factor out self.putr().
2019-05-14 Uwe Hermannenc28j60: Factor out self.putc().
2019-05-14 Uwe Hermannenc28j60: Use the common ss/es abbreviations.
2019-05-14 Uwe Hermannenc28j60: Clear 'outputs' (no OUTPUT_PYTHON support).
2019-05-14 Uwe Hermannenc28j60: Factor out command list to lists.py.
2019-05-14 Uwe Hermannenc28j60: Shorten ANN_* list a bit.
2019-05-14 Uwe Hermannenc28j60: Add 'tags' field.
2019-05-14 Jiahao Lienc28j60: Implements decoder for ENC28J60 SPI Ethernet...