Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-05 | Add srd_inst_initial_pins_set_all() and support code. | Uwe Hermann | |
This allows frontends to set the assumed initial pins (i.e., the assumed state of the pins before the first sample of a capture) to user-specified values. The assumed initial pins can be either low, or high, or "use same value as the first sample of the capture". The special self.initial_pins decoder attribute is now removed. | |||
2017-01-18 | mdio: Convert to PD API version 3 | Gerhard Sittig | |
2016-05-04 | mdio: Add 'TURNAROUND' long/full annotation. | Uwe Hermann | |
(useful in GUIs for displaying more useful annotations at certain zoom levels) | |||
2016-05-04 | mdio: Factor out self.putff(). | Uwe Hermann | |
2016-05-04 | Add an MDIO protocol decoder. | Elias Oenal | |
This new implementation supports all the features of the old decoder, and additionally supports Clause 22 and 45. | |||
2016-04-27 | Drop mdio decoder (to be replaced with another implementation). | Uwe Hermann | |
2015-07-09 | Add an MDIO/SMI decoder. | Aurelien Jacobs | |