Age | Commit message (Expand) | Author |
2020-08-30 | ir_nec: fix typo in STOP bit width | Gerhard Sittig |
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-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 |
2020-07-25 | ir_nec: rephrase button lookup and addr/cmd validity checks | Gerhard Sittig |
2020-07-25 | ir_nec: only use the samplerate after receiving the value | Gerhard Sittig |
2020-07-25 | ir_nec: rephrase annotation logic, symbolic names, format() call | Gerhard Sittig |
2020-01-01 | All PDs: Consistently use singular/plural for annotation classes/rows. | Uwe Hermann |
2019-11-29 | ir_nec: fix #1243, multiple capture frames. | Philipp Marek |
2019-04-02 | decoders: Fix incorrect 'outputs' fields. | Uwe Hermann |
2019-03-15 | decoders: Add/update tags for each PD. | Uwe Hermann |
2018-02-15 | ir_nec: optionally accept input signals that include the carrier | Gerhard Sittig |
2017-12-22 | all decoders: introduce a reset() method | Gerhard Sittig |
2017-12-17 | ir_nec: Make timing margin relative | Grant Miller |
2017-06-05 | Add srd_inst_initial_pins_set_all() and support code. | Uwe Hermann |
2017-01-07 | license: remove FSF postal address from boiler plate license text | Gerhard Sittig |
2016-12-07 | ir_nec: Convert to PD API version 3. | Uwe Hermann |
2016-05-15 | Use consistent __init__() format across all PDs. | Uwe Hermann |
2014-10-13 | All PDs: Only import the 'Decoder' object. | Uwe Hermann |
2014-09-01 | PD tests moved into the sigrok-test repo. | Uwe Hermann |
2014-08-14 | pdtests: Check for SamplerateError in all PDs that emit it. | Uwe Hermann |
2014-07-15 | All PDs: Minor whitespace and consistency fixes. | Uwe Hermann |
2014-07-09 | Various PDs: Throw SamplerateError instead of Exception. | Uwe Hermann |
2014-07-09 | All PDs: Drop unneeded exceptions. | Uwe Hermann |
2014-04-15 | All PDs: Bump api_version to 2. | Uwe Hermann |
2014-04-15 | All PDs: Drop some unneeded comments. | Uwe Hermann |
2014-04-13 | Rename 'probe' to 'channel' everywhere. | Uwe Hermann |
2014-03-10 | ir_nec: Update to recent PD API changes. | Uwe Hermann |
2014-03-10 | ir_nec: Add support for higher-level remote control annotations. | Uwe Hermann |
2014-03-10 | ir_nec: Addresses and commands are transmitted LSB-first. | Uwe Hermann |
2014-03-10 | ir_nec: Add support for more fields. | Uwe Hermann |
2014-03-10 | ir_nec: Drop some unneeded options. | Uwe Hermann |
2014-03-10 | Rename 'ir_nec6122' PD to 'ir_nec', minor fixes and simplifications. | Uwe Hermann |