Age | Commit message (Expand) | Author |
2017-06-06 | pwm: Convert to PD API version 3 | Gerhard Sittig |
2017-06-06 | spi: Convert to PD API version 3 | Gerhard Sittig |
2017-06-06 | Rename eeprom93cxx decoder to eeprom93xx. | Uwe Hermann |
2017-06-06 | eeprom24xx: Don't make lists.py executable. | Uwe Hermann |
2017-06-06 | Drop trailing whitespace in various PDs. | Uwe Hermann |
2017-06-05 | Add srd_inst_initial_pins_set_all() and support code. | Uwe Hermann |
2017-06-05 | Rename maxim_ds28ea00 to ds28ea00. | Uwe Hermann |
2017-05-26 | can: Skip stuff bit inspection where not applicable | Gerhard Sittig |
2017-05-26 | can: Convert to PD API version 3 | Gerhard Sittig |
2017-05-26 | can: Add warnings for various invalid bits and fields. | Uwe Hermann |
2017-05-13 | sdcard_sd: reference latest command when displaying response | Wolfram Sang |
2017-05-13 | sdcard_sd: output CMD8 in cmd8-handler | Wolfram Sang |
2017-05-13 | timing: Drop obsolete self.oldpin variable. | Uwe Hermann |
2017-05-13 | timing: "normalize" negative times too | Karl Palsson |
2017-05-13 | timing: add edge-edge mode and delta calculation | Karl Palsson |
2017-05-13 | timing: disable averaging if set to zero | Karl Palsson |
2017-05-12 | Rename ade7758 decoder to ade77xx. | Uwe Hermann |
2017-05-11 | ade7758: Slightly shorten some code chunks. | Uwe Hermann |
2017-05-11 | Add an ADE7758 protocol decoder. | Karl Palsson |
2017-05-06 | sdcard_sd: remove unused functions | Wolfram Sang |
2017-05-06 | eeprom93cxx: Improve longname. | Uwe Hermann |
2017-05-06 | microwire/eeprom93cxx: Use 'es' instead of 'se' abbrevation. | Uwe Hermann |
2017-05-06 | eeprom93cxx: Update wrt Python output namedtuple usage. | Uwe Hermann |
2017-05-06 | eeprom93cxx: Shorten put_word() a bit. | Uwe Hermann |
2017-05-06 | Add a 93Cxx Microwire EEPROM protocol decoder. | Kevin Redon |
2017-05-05 | microwire: Use namedtuple in some more cases. | Uwe Hermann |
2017-05-05 | microwire: Use namedtuple for the Python output. | Uwe Hermann |
2017-05-05 | microwire: Drop some trailing whitespace. | Uwe Hermann |
2017-05-05 | microwire: Shorten decode() a bit. | Uwe Hermann |
2017-05-05 | microwire: Make Ready/Busy extra annotation classes. | Uwe Hermann |
2017-05-05 | microwire: Make the start bit an extra annotation class. | Uwe Hermann |
2017-05-05 | Add a Microwire protocol decoder. | Kevin Redon |
2017-05-02 | sdcard_sd: really show result of SET_BLOCKLEN | Wolfram Sang |
2017-05-02 | sdcard_sd: always show CMD argument in hex | Wolfram Sang |
2017-05-02 | sdcard_sd: don't interate over not implemented command | Wolfram Sang |
2017-04-07 | onewire_link: (Re-)convert to PD API version 3. | Uwe Hermann |
2017-04-07 | onewire_link: Factor out some helper methods. | Uwe Hermann |
2017-04-07 | Implement new 1-Wire link decoder using time ranges | King Kévin |
2017-03-31 | iec: Convert to PD API version 3 | Marcus Comstedt |
2017-03-28 | eeprom24xx: add Xicor X24C02 variant | fenugrec |
2017-03-18 | dali: Use a slightly better variable name. | Uwe Hermann |
2017-03-18 | dsi: Use a slightly better variable name. | Uwe Hermann |
2017-03-18 | dsi: Small fix for the longname. | Uwe Hermann |
2017-03-15 | Add a DALI protocol decoder. | Jeremy Swanson |
2017-03-15 | Add a DSI protocol decoder. | Jeremy Swanson |
2017-03-15 | uart: Minor cosmetic changes. | Uwe Hermann |
2017-03-14 | uart: Use consistent order of steps when processing samples | Gerhard Sittig |
2017-03-14 | uart: Remove redundant "reached bit" checks | Gerhard Sittig |
2017-03-14 | uart: Improve robustness of query API result processing | Gerhard Sittig |
2017-03-14 | uart: Reduce redundancy in sample inspection (state machine) | Gerhard Sittig |