2020-08-30 |
Gerhard Sittig | sle44xx: optionally use samplerate to show processing...
|
commit | commitdiff | tree |
2020-08-30 |
Gerhard Sittig | sle44xx: extend decoder's feature set, outgoing data...
|
commit | commitdiff | tree |
2020-08-30 |
Gerhard Sittig | sle44xx: rephrase ss/es passing for annotation emission
|
commit | commitdiff | tree |
2020-08-30 |
Gerhard Sittig | sle44xx: minor developer comment and style nits
|
commit | commitdiff | tree |
2020-08-30 |
Gerhard Sittig | sle44xx: don't assume RESET at the start of the capture
|
commit | commitdiff | tree |
2020-08-30 |
Gerhard Sittig | sle44xx: rework data bits accumulation, and byte presentation
|
commit | commitdiff | tree |
2020-08-30 |
Gerhard Sittig | sle44xx: rephrase annotation text construction
|
commit | commitdiff | tree |
2020-08-30 |
Gerhard Sittig | sle44xx: use symbolic identifiers for annotation classes
|
commit | commitdiff | tree |
2020-08-30 |
Gerhard Sittig | sle44xx: use symbolic identifiers for pins and signal...
|
commit | commitdiff | tree |
2020-08-30 |
Gerhard Sittig | sle44xx: remove incomplete Python output for now
|
commit | commitdiff | tree |
2020-08-30 |
Gerhard Sittig | sle44xx: extend decoder doc string, add "memory cards...
|
commit | commitdiff | tree |
2020-08-30 |
Gerhard Sittig | sle44xx: fixup boilerplate, add missing required fields
|
commit | commitdiff | tree |
2020-08-30 |
Federico Cerutti | sle44xx: introduce decoder for Siemens memory cards
|
commit | commitdiff | tree |
2020-08-16 |
Helge Kruse | avr_isp: Extend decoder, add locks, eeprom, program...
|
commit | commitdiff | tree |
2020-08-16 |
Gerhard Sittig | avr_isp: move "unknown command" to warning, drop empty...
|
commit | commitdiff | tree |
2020-08-16 |
Helge Kruse | avr_isp: Use symbolic names for annotation classes.
|
commit | commitdiff | tree |
2020-08-12 |
Gerhard Sittig | sdq: prefer Python's .format() method for string formatting
|
commit | commitdiff | tree |
2020-08-12 |
Gerhard Sittig | sdq: use symbolic names for pins and annotation classes
|
commit | commitdiff | tree |
2020-08-12 |
Gerhard Sittig | sdq: provide more information in the decoder's boilerplate
|
commit | commitdiff | tree |
2020-08-12 |
Gerhard Sittig | sdq: simplify decode routine, no state machine required
|
commit | commitdiff | tree |
2020-08-12 |
Gerhard Sittig | sdq: only use samplerate and options values after validity...
|
commit | commitdiff | tree |
2020-08-12 |
Gerhard Sittig | sdq: use common bits to number conversion
|
commit | commitdiff | tree |
2020-08-12 |
Philip Åkesson | sdq: Add the SDQ protocol decoder
|
commit | commitdiff | tree |
2020-08-09 |
gregor-anich-uibk | st7735: Fix handling of unknown commands
|
commit | commitdiff | tree |
2020-08-05 |
Dan Horák | configure.ac: Add support for Python 3.9.
|
commit | commitdiff | tree |
2020-07-31 |
BenediktO | lpc: improve performance, use proper .wait() condition
|
commit | commitdiff | tree |
2020-07-26 |
Gerhard Sittig | ir_sirc: use common bitpack() variant with array access
|
commit | commitdiff | tree |
2020-07-26 |
Gerhard Sittig | can: use common MSB first variant of bitpack()
|
commit | commitdiff | tree |
2020-07-26 |
Gerhard Sittig | common: add LSB/MSB first bitpack variant with optional...
|
commit | commitdiff | tree |
2020-07-26 |
Gerhard Sittig | can: avoid assignment to .id field during frame inspection
|
commit | commitdiff | tree |
2020-07-26 |
Gerhard Sittig | can: use common helper for bits to number conversion
|
commit | commitdiff | tree |
2020-07-26 |
Gerhard Sittig | can: amend recently added Python output feature
|
commit | commitdiff | tree |
2020-07-26 |
Kari Hautio | can: enable Python output from decoder
|
commit | commitdiff | tree |
2020-07-26 |
Gerhard Sittig | ir_nec: improve robustness, present more data on invalid...
|
commit | commitdiff | tree |
2020-07-25 |
Sebastian Rittau | ir_nec: Add button texts for an unknown LED panel remote
|
commit | commitdiff | tree |
2020-07-25 |
Gerhard Sittig | ir_nec: add support for extended NEC protocol (16bit...
|
commit | commitdiff | tree |
2020-07-25 |
Gerhard Sittig | ir_nec: use common helper for bit accumulation
|
commit | commitdiff | tree |
2020-07-25 |
Gerhard Sittig | ir_nec: rephrase button lookup and addr/cmd validity...
|
commit | commitdiff | tree |
2020-07-25 |
Gerhard Sittig | ir_nec: only use the samplerate after receiving the...
|
commit | commitdiff | tree |
2020-07-25 |
Gerhard Sittig | ir_nec: rephrase annotation logic, symbolic names,...
|
commit | commitdiff | tree |
2020-07-22 |
Gerhard Sittig | ir_sirc: minor Python and other nits
|
commit | commitdiff | tree |
2020-07-22 |
Gerhard Sittig | ir_sirc: symbolic names for IR pulse widths, more line...
|
commit | commitdiff | tree |
2020-07-22 |
Gerhard Sittig | ir_sirc: use symbolic identifiers for annotation classes
|
commit | commitdiff | tree |
2020-07-22 |
Gerhard Sittig | ir_sirc: reduce smarts to improve maintenance (.wait...
|
commit | commitdiff | tree |
2020-07-22 |
Gerhard Sittig | ir_sirc: use ss/es for consistency with other decoders
|
commit | commitdiff | tree |
2020-07-22 |
Gerhard Sittig | ir_sirc: .put() nits, common helpers, whitespace
|
commit | commitdiff | tree |
2020-07-22 |
Gerhard Sittig | ir_sirc: fixup decoder boilerplate
|
commit | commitdiff | tree |
2020-07-22 |
Tom Flanagan | ir_sirc: introduce decoder for Sony IR remote control...
|
commit | commitdiff | tree |
2020-07-20 |
Gerhard Sittig | numbers_and_state: introduce decoder (based on vector...
|
commit | commitdiff | tree |
2020-07-19 |
Gerhard Sittig | irmp: silence "illegal character encoding" compiler...
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | caliper: rephrase measurement annotation text construction
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | caliper: use common code for packet timeout
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | caliper: use common code for bit accumulation
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | caliper: refactor and unobfuscate timeout handling
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | caliper: slight refactoring of common pieces
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | caliper: fixup boilerplate (and some coding style and...
|
commit | commitdiff | tree |
2020-07-18 |
Tomas Mudrunka | caliper: introduce decoder for cheap generic calipers
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | ir_irmp: enforce "one instance" limitation for IRMP...
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | ir_irmp: add support for button "release" flag
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | ir_irmp: touch up the IRMP based decoder implementation...
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | ir_irmp: introduce IRMP based decoder for infrared...
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | irmp: add 'Darwin' case for DLL filename lookup
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | irmp: rework the Python language binding for the shared...
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | irmp: introduce Python language binding for shared...
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | irmp: hook up IRMP to the build, create a separate...
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | irmp: workaround incomplete platform detection when...
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | irmp: silence core logic ANALYZE output from the shared...
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | irmp: rework shared library (style, reliability, TODO...
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | irmp: introduce PC side shared library code for IRMP...
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | irmp: introduce variables for start of IR frame and...
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | irmp: adjust config for PC library use (32bit, 20kHz...
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | irmp: silence missing prototype compiler warning
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | irmp: address unbalanced preprocessor condition (PIC...
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | irmp: silence signedness compiler warning in IR command...
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | irmp: silence printf(3) format warnings (simple approach)
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | irmp: introduce sigrok specific README file
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | irmp: introduce (part of) upstream IRMP sources
|
commit | commitdiff | tree |
2020-07-18 |
Gerhard Sittig | configure: add AC_C_CONST to configure.ac
|
commit | commitdiff | tree |
2020-07-17 |
Gerhard Sittig | pjon: comment nits, typo fix
|
commit | commitdiff | tree |
2020-07-17 |
Gerhard Sittig | pjdl: support PAD bit adjacent to last HIGH DATA bit...
|
commit | commitdiff | tree |
2020-07-17 |
Gerhard Sittig | pjon: unbreak CRC32 check, adjust data length
|
commit | commitdiff | tree |
2020-07-07 |
Gerhard Sittig | timing: user selected scale and sample count for terse...
|
commit | commitdiff | tree |
2020-07-07 |
Gerhard Sittig | timing: break long options lines, rename samples identifier
|
commit | commitdiff | tree |
2020-07-07 |
Gerhard Sittig | timing: only queue when averaging, rephrase put calls
|
commit | commitdiff | tree |
2020-07-07 |
Gerhard Sittig | timing: optional terse format for timing annoations
|
commit | commitdiff | tree |
2020-07-07 |
Gerhard Sittig | timing: use ss/es for consistency
|
commit | commitdiff | tree |
2020-07-07 |
Gerhard Sittig | timing: reduce "state", most action is local to .decode()
|
commit | commitdiff | tree |
2020-07-07 |
Gerhard Sittig | timing: eliminate magic numbers, remove unused variables
|
commit | commitdiff | tree |
2020-07-07 |
Gerhard Sittig | pjon: fixup PD category for PJDL and PJON
|
commit | commitdiff | tree |
2020-07-07 |
Gerhard Sittig | sae_j1850_vpw: drop the part which duplicates the timing...
|
commit | commitdiff | tree |
2020-07-07 |
Gerhard Sittig | sae_j1850_vpw: eliminate magic numbers for annotation...
|
commit | commitdiff | tree |
2020-07-07 |
Gerhard Sittig | sae_j1850_vpw: update for API v3, adjust to recent...
|
commit | commitdiff | tree |
2020-07-07 |
Anthony Symons | vpw: introduce SAE J1850 (VPW) decoder
|
commit | commitdiff | tree |
2020-07-02 |
Gerhard Sittig | pjon: show "communication relations", and nits
|
commit | commitdiff | tree |
2020-07-02 |
Gerhard Sittig | pjdl: prepare for "stretched" timings
|
commit | commitdiff | tree |
2020-07-02 |
Gerhard Sittig | pjon: use underscore in input/output names for stacked...
|
commit | commitdiff | tree |
2020-06-24 |
Gerhard Sittig | pjon: introduce decoder for PJON frame inspection
|
commit | commitdiff | tree |
2020-06-24 |
Gerhard Sittig | pjdl: introduce decoder for PJON single wire serial...
|
commit | commitdiff | tree |
2019-12-17 |
Gerhard Sittig | uart: sample position nits, fix typo, float calculation...
|
commit | commitdiff | tree |
2019-12-12 |
Gerhard Sittig | signature: increase compatibility across Python versions
|
commit | commitdiff | tree |