]> sigrok.org Git - libsigrokdecode.git/history - decoders
uart: minor nit, rename the "databyte" variable
[libsigrokdecode.git] / decoders /
2016-10-19 Gerhard Sittiguart: minor nit, rename the "databyte" variable
2016-10-12 Rudolf ReuterAdd an initial GPIB decoder.
2016-09-24 Uwe Hermannmidi: Add missing copyright lines.
2016-09-24 Uwe Hermannmidi: Random cosmetic cleanups.
2016-09-24 Uwe Hermannmidi: Simplify some boolean tests.
2016-09-24 Uwe Hermannmidi: Use "is" or "is not" with None.
2016-09-24 Uwe Hermannusb_request: Use "is" or "is not" with None.
2016-09-24 Chrismidi: Add support for complex MIDI message formats...
2016-09-24 Chrismidi: chromatic_notes in list.py was off by 1 octave
2016-09-24 Uwe Hermannuart: Fix a bug in the output for stacked PDs.
2016-09-04 Uwe Hermannmidi: Some annotation consistency changes.
2016-09-04 ChrisUpdates each annotation with multiple strings ranging...
2016-08-26 Uwe Hermannusb_power_delivery: Drop problematic exception in us2sa...
2016-08-23 Uwe Hermannssi32: Slightly more descriptive naming.
2016-08-23 Chris Drehermidi: Substantially improve decoding of MIDI messages.
2016-08-21 Uwe Hermannssi32: Minor cosmetics, add full license header (for...
2016-08-21 Oleksij RempelAdd Bosch SSI32 protocol decoder.
2016-07-06 cbdevAdd a DMX512 protocol decoder
2016-06-28 Uwe Hermanntiming: Add frequency and averaging support.
2016-06-22 Uwe Hermannspiflash: Add a 'format' option.
2016-06-22 Angus Grattonspiflash: Perf tweak: Build handler lookup table once...
2016-06-22 Angus Grattonspiflash: Handle "Fast Read Dual I/O"
2016-06-22 Angus Grattonspiflash: Handle CS# transitions, allow variable-length...
2016-05-26 Uwe HermannConsistency renames of {ss,es}_ variables.
2016-05-25 Uwe HermannMove common/ directory into decoders/.
2016-05-18 Benjamin LarssonAdd decoder for em4305 RFID protocol
2016-05-15 Uwe HermannUse consistent __init__() format across all PDs.
2016-05-11 Uwe Hermannusb_request: Drop hardcoded samplerate.
2016-05-11 Uwe Hermannwiegand: Make bitwidth_ms option values integer (not...
2016-05-11 Sean BurfordAdd wiegand decoder.
2016-05-09 Uwe HermannConsistently use ' instead of " for strings in all...
2016-05-09 Uwe HermannFactor out SD card lists into common/sdcard.
2016-05-05 Uwe HermannFactor out bcd2int() into common/srdhelper.
2016-05-04 Bert VermeulenMove constants out of xfp to common/plugtrx.
2016-05-04 Uwe Hermannmdio: Add 'TURNAROUND' long/full annotation.
2016-05-04 Uwe Hermannmdio: Factor out self.putff().
2016-05-04 Elias OenalAdd an MDIO protocol decoder.
2016-04-27 Uwe HermannDrop mdio decoder (to be replaced with another implemen...
2016-04-20 Uwe Hermannpwm: Use self.{ss,es}_block for consistency across...
2016-04-20 Uwe Hermanntiming: Use self.samplenum for consistency across PDs.
2016-03-20 fenugrecAdd initial Renesas Advanced User Debugger (AUD) decoder.
2016-03-04 Uwe Hermannem4100/t55xx: Fix accidentally broken wording in licens...
2016-03-04 Uwe HermannFix various incorrect PD license metadata fields.
2016-03-03 Uwe HermannAdd an rgb_led_ws281x decoder.
2016-03-03 Benjamin LarssonAdd decoder for the t55xx RFID protocol
2016-01-28 Daniel Thompsonuart: Optimize handling of samples when tx and rx are...
2016-01-28 Petteri Aimonenarm_itm: Use objdump instead of addr2line.
2015-12-25 Uwe Hermannusb_power_delivery: Raise SamplerateError instead of...
2015-12-24 Uwe HermannUse self.out_binary naming consistently across all...
2015-12-24 Uwe HermannUse a Python list (not tuple) for OUT_BINARY.
2015-12-18 Uwe Hermannem4100: Simplify the code a bit.
2015-12-18 Uwe Hermannem4100: Use ss/es naming for consistency across PDs.
2015-12-18 Uwe Hermannem4100: Eliminate some unnecessary int()s.
2015-12-18 Uwe Hermannem4100: Change annotation setup a bit, decode more...
2015-12-18 Benjamin LarssonAdd RFID EM4100 protocol decoding
2015-12-16 Uwe Hermannusb_power_delivery: Use "if not self.samplerate" form.
2015-12-16 Vincent Palatinusb_power_delivery: convert double quotes to single...
2015-12-04 Uwe Hermannusb*: Minor cosmetics.
2015-12-01 Stefan Brünsusb_signalling: detect PREamble PID
2015-12-01 Stefan Brünsusb_signalling: add signaling states needed after LS...
2015-12-01 Stefan Brünsusb_{packet,request}: handle PREamble transmissions
2015-11-29 Stefan Brünsusb_signalling: fix SOP detection after an error condition
2015-11-29 Stefan Brünsusb_packet: handle errors from usb_signalling
2015-11-29 Stefan Brünsusb_request: Handle transmission timeouts
2015-11-29 Stefan Brünsusb_signalling: add option to automatically set signall...
2015-11-29 Stefan Brünsusb_signalling: decode RESET and Keep-Alive signalling...
2015-11-29 Stefan Brünsusb_signalling: use explicit positions for packet start/end
2015-11-29 Stefan Brünsusb_signalling: handle symbol errors in EOP state
2015-11-29 Stefan Brünsusb_signalling: remove unneeded syms array
2015-11-29 Stefan Brünsusb_signalling: remove unused ss_sop member
2015-11-29 Stefan Brünsusb_signalling: detect bit stuffing errors
2015-11-29 Stefan Brünsusb_signalling: consolidate symbol output
2015-11-22 Paul "LeoNerd" Evansspi: Add a 'TRANSFER' output type.
2015-11-22 Paul "LeoNerd" EvansFix documentation comment in SPI decoder
2015-11-21 Uwe Hermannusb_power_delivery: Minor typo and whitespace fixes.
2015-11-21 Uwe Hermannusb_power_delivery: Use the same license header format...
2015-11-21 Vincent PalatinUSB Power Delivery protocol decoder
2015-11-21 Uwe Hermannspiflash: Fix incorrect 'inputs' field.
2015-11-12 Paul "LeoNerd" EvansInitial attempt at MAX7219/MAX7221 decoder
2015-10-22 ElrondUART: Handle framing errors better
2015-10-06 Stefan Brünsusb_request: USB transaction decoder and PCAP generator
2015-10-06 Uwe Hermannusb_packet: Document CRC5 ERROR and CRC16 ERROR packets.
2015-10-06 Uwe Hermannusb_{signalling,packet}: Minor cosmetics.
2015-10-06 Stefan Brünsusb_signalling: Track USB symbol width to compensate...
2015-10-06 Stefan Brünsusb_packet: calculate and check CRC5/CRC16
2015-10-06 Roland Hieberrfm12: fix small typo
2015-09-15 Daniel Elstnerjitter, pwm: Avoid Unicode string literals
2015-09-14 Uwe Hermanncan: Improve stuff bit annotation placement.
2015-09-14 Uwe Hermanncan: Emit bit value annotations.
2015-09-03 Uwe Hermannjtag_stm32: Decode IDCODE contents as strings (not...
2015-09-03 Uwe Hermannjtag_stm32: Decode more fields, improve IDCODE handling.
2015-09-03 Uwe Hermannjtag_stm32: Cleanups, shorter code.
2015-09-03 Uwe Hermannjtag_stm32: Update to reflect change in jtag OUT_PYTHON.
2015-09-03 Uwe Hermannjtag: Submit bit samplenumbers together with the bits.
2015-09-03 Uwe Hermannjtag_stm32: Fix incorrect handling of registers.
2015-09-03 Uwe Hermannjtag: Add more annotations, fix a SHIFT-IR/-DR issue.
2015-09-03 Uwe Hermannjtag: Fix/enable OUT_PYTHON output.
2015-08-21 Uwe Hermannnunchuk: Fix inverted button press logic.
2015-08-18 Uwe Hermannmrf24j40: Fix a register address typo.
2015-08-17 Uwe Hermanntlc5620: Add options for per-DAC Vref, show voltages.
next