summaryrefslogtreecommitdiff
path: root/decoders/ir_nec
AgeCommit message (Expand)Author
2020-08-30ir_nec: fix typo in STOP bit widthGerhard Sittig
2020-08-30ir_nec: sort and comment timing specs, drop tolerance optionGerhard Sittig
2020-08-30ir_nec: concentrate timing at the top of the source fileGerhard Sittig
2020-08-30ir_nec: Add option for automatic polarity detectionBenediktO
2020-08-30ir_nec: Make the tolerance configurableBenediktO
2020-08-30ir_nec: Annotate IR frame already at the end of the STOP bitBenediktO
2020-08-30ir_nec: Add Joy-it SBC-IRC01 remoteBenediktO
2020-07-26ir_nec: improve robustness, present more data on invalid inputGerhard Sittig
2020-07-25ir_nec: Add button texts for an unknown LED panel remoteSebastian Rittau
2020-07-25ir_nec: add support for extended NEC protocol (16bit address)Gerhard Sittig
2020-07-25ir_nec: use common helper for bit accumulationGerhard Sittig
2020-07-25ir_nec: rephrase button lookup and addr/cmd validity checksGerhard Sittig
2020-07-25ir_nec: only use the samplerate after receiving the valueGerhard Sittig
2020-07-25ir_nec: rephrase annotation logic, symbolic names, format() callGerhard Sittig
2020-01-01All PDs: Consistently use singular/plural for annotation classes/rows.Uwe Hermann
2019-11-29ir_nec: fix #1243, multiple capture frames.Philipp Marek
2019-04-02decoders: Fix incorrect 'outputs' fields.Uwe Hermann
2019-03-15decoders: Add/update tags for each PD.Uwe Hermann
2018-02-15ir_nec: optionally accept input signals that include the carrierGerhard Sittig
2017-12-22all decoders: introduce a reset() methodGerhard Sittig
2017-12-17ir_nec: Make timing margin relativeGrant Miller
2017-06-05Add srd_inst_initial_pins_set_all() and support code.Uwe Hermann
2017-01-07license: remove FSF postal address from boiler plate license textGerhard Sittig
2016-12-07ir_nec: Convert to PD API version 3.Uwe Hermann
2016-05-15Use consistent __init__() format across all PDs.Uwe Hermann
2014-10-13All PDs: Only import the 'Decoder' object.Uwe Hermann
2014-09-01PD tests moved into the sigrok-test repo.Uwe Hermann
2014-08-14pdtests: Check for SamplerateError in all PDs that emit it.Uwe Hermann
2014-07-15All PDs: Minor whitespace and consistency fixes.Uwe Hermann
2014-07-09Various PDs: Throw SamplerateError instead of Exception.Uwe Hermann
2014-07-09All PDs: Drop unneeded exceptions.Uwe Hermann
2014-04-15All PDs: Bump api_version to 2.Uwe Hermann
2014-04-15All PDs: Drop some unneeded comments.Uwe Hermann
2014-04-13Rename 'probe' to 'channel' everywhere.Uwe Hermann
2014-03-10ir_nec: Update to recent PD API changes.Uwe Hermann
2014-03-10ir_nec: Add support for higher-level remote control annotations.Uwe Hermann
2014-03-10ir_nec: Addresses and commands are transmitted LSB-first.Uwe Hermann
2014-03-10ir_nec: Add support for more fields.Uwe Hermann
2014-03-10ir_nec: Drop some unneeded options.Uwe Hermann
2014-03-10Rename 'ir_nec6122' PD to 'ir_nec', minor fixes and simplifications.Uwe Hermann