Age | Commit message (Expand) | Author |
2020-08-30 | ir_nec: sort and comment timing specs, drop tolerance option | Gerhard Sittig |
2020-08-30 | ir_nec: concentrate timing at the top of the source file | Gerhard Sittig |
2020-08-30 | ir_nec: Add option for automatic polarity detection | BenediktO |
2020-08-30 | ir_nec: Make the tolerance configurable | BenediktO |
2020-08-30 | ir_nec: Annotate IR frame already at the end of the STOP bit | BenediktO |
2020-08-30 | ir_nec: Add Joy-it SBC-IRC01 remote | BenediktO |
2020-08-30 | sle44xx: support memory read "to end of capacity" | Gerhard Sittig |
2020-08-30 | sle44xx: optionally use samplerate to show processing durations | Gerhard Sittig |
2020-08-30 | sle44xx: extend decoder's feature set, outgoing data, processing | Gerhard Sittig |
2020-08-30 | sle44xx: rephrase ss/es passing for annotation emission | Gerhard Sittig |
2020-08-30 | sle44xx: minor developer comment and style nits | Gerhard Sittig |
2020-08-30 | sle44xx: don't assume RESET at the start of the capture | Gerhard Sittig |
2020-08-30 | sle44xx: rework data bits accumulation, and byte presentation | Gerhard Sittig |
2020-08-30 | sle44xx: rephrase annotation text construction | Gerhard Sittig |
2020-08-30 | sle44xx: use symbolic identifiers for annotation classes | Gerhard Sittig |
2020-08-30 | sle44xx: use symbolic identifiers for pins and signal transitions | Gerhard Sittig |
2020-08-30 | sle44xx: remove incomplete Python output for now | Gerhard Sittig |
2020-08-30 | sle44xx: extend decoder doc string, add "memory cards" hint | Gerhard Sittig |
2020-08-30 | sle44xx: fixup boilerplate, add missing required fields | Gerhard Sittig |
2020-08-30 | sle44xx: introduce decoder for Siemens memory cards | Federico Cerutti |
2020-08-16 | avr_isp: Extend decoder, add locks, eeprom, program memory commands. | Helge Kruse |
2020-08-16 | avr_isp: move "unknown command" to warning, drop empty 'bits' row | Gerhard Sittig |
2020-08-16 | avr_isp: Use symbolic names for annotation classes. | Helge Kruse |
2020-08-12 | sdq: prefer Python's .format() method for string formatting | Gerhard Sittig |
2020-08-12 | sdq: use symbolic names for pins and annotation classes | Gerhard Sittig |
2020-08-12 | sdq: provide more information in the decoder's boilerplate | Gerhard Sittig |
2020-08-12 | sdq: simplify decode routine, no state machine required | Gerhard Sittig |
2020-08-12 | sdq: only use samplerate and options values after validity check | Gerhard Sittig |
2020-08-12 | sdq: use common bits to number conversion | Gerhard Sittig |
2020-08-12 | sdq: Add the SDQ protocol decoder | Philip Ã…kesson |
2020-08-09 | st7735: Fix handling of unknown commands | gregor-anich-uibk |
2020-07-31 | lpc: improve performance, use proper .wait() condition | BenediktO |
2020-07-30 | st25r39xx_spi: Minor style and description changes | Soeren Apel |
2020-07-30 | st25r39xx_spi: Add st25r39xx PD using spi | bvernoux |
2020-07-30 | lfast/sipi: Fix typo | Soeren Apel |
2020-07-29 | sipi: Initial version of the SIPI protocol to form a Zipwire stack | Soeren Apel |
2020-07-29 | lfast: More bug fixes and enhancements | Soeren Apel |
2020-07-29 | lfast: Enhance LFAST PD | Soeren Apel |
2020-07-29 | lfast: Initial version of the NXP LFAST / IFX HSCT PD | Soeren Apel |
2020-07-26 | ir_sirc: use common bitpack() variant with array access | Gerhard Sittig |
2020-07-26 | can: use common MSB first variant of bitpack() | Gerhard Sittig |
2020-07-26 | common: add LSB/MSB first bitpack variant with optional index | Gerhard Sittig |
2020-07-26 | can: avoid assignment to .id field during frame inspection | Gerhard Sittig |
2020-07-26 | can: use common helper for bits to number conversion | Gerhard Sittig |
2020-07-26 | can: amend recently added Python output feature | Gerhard Sittig |
2020-07-26 | can: enable Python output from decoder | Kari Hautio |
2020-07-26 | ir_nec: improve robustness, present more data on invalid input | Gerhard Sittig |
2020-07-25 | ir_nec: Add button texts for an unknown LED panel remote | Sebastian Rittau |
2020-07-25 | ir_nec: add support for extended NEC protocol (16bit address) | Gerhard Sittig |
2020-07-25 | ir_nec: use common helper for bit accumulation | Gerhard Sittig |