summaryrefslogtreecommitdiff
path: root/decoders
AgeCommit message (Expand)Author
2015-08-14usb_packet: Handle invalid packets more gracefully.Uwe Hermann
2015-08-14usb_packet: Fix incorrect DATA*/MDATA handling.Uwe Hermann
2015-08-06Add initial SD card (SD mode) decoder.Uwe Hermann
2015-07-18Add protocol decoder for Modbus RTU.Bart de Waal
2015-07-10qi: Add Qi charger protocol decoderJosef Gajdusek
2015-07-09Add an MDIO/SMI decoder.Aurelien Jacobs
2015-07-01adns5020: Minor tweak to annotation format.Uwe Hermann
2015-07-01mrf24j40: Factor out register lists to lists.py.Uwe Hermann
2015-07-01Add a Microchip MRF24J40 802.15.4 2.4GHz RF tranceiver decoder.Karl Palsson
2015-06-22adns5020: Add manufacturer name to description.Uwe Hermann
2015-06-19Add Avago ADNS-5020 optical mouse sensor decoder.Karl Palsson
2015-06-16am23xx: explicitly mention RHTxx devices.Karl Palsson
2015-04-26timing: Shorten annotations (time units).Uwe Hermann
2015-04-26Add a decoder that calculates timings between transitions.Baruch Even
2015-04-07spiflash: Add lists.py and a 'chips' PD option.Uwe Hermann
2015-04-07Rename the 'mx25lxx05d' PD to 'spiflash'.Uwe Hermann
2015-04-07Fix a bunch of typos.Uwe Hermann
2015-04-03onewire_link: Fix a bug when the samplerate is too low for the PD.Uwe Hermann
2015-04-03spi: Don't decode data lines if CS isn't assertedAndreas Sandberg
2015-04-02Slightly shorten a few PD descriptions.Uwe Hermann
2015-04-02Add a decoder for stepper motor direction/speed signals.Petteri Aimonen
2015-04-02Fix a few decoding bugs with arm_etmv3.Petteri Aimonen
2015-04-02pwm: add period annotationMatt Porter
2015-03-25mx25lxx05d: Implement FAST READ command.Uwe Hermann
2015-03-02Fix typo in swd decoderPetteri Aimonen
2015-03-02Add ARM TPIU/ITM/ETMv3 decodersPetteri Aimonen
2015-02-24nrf24l01: Change 'xn297_extensions' option to 'chip'.Uwe Hermann
2015-02-24nrf24l01: Add option to support the XN297's extra registersMike
2015-02-17Improve uart decoder sample positions at high data rates.Petteri Aimonen
2014-12-28Add 24xx I2C EEPROM protocol decoder.Uwe Hermann
2014-12-28spi: Add binary output facilities for MISO/MOSI.Uwe Hermann
2014-12-16edid: Add annotation rows.Bert Vermeulen
2014-12-16eded: Add all sections.Bert Vermeulen
2014-11-23jitter: Simplify ascii-float binary out.Uwe Hermann
2014-11-23jitter: Rename "jitter" binary out to "ascii-float".Uwe Hermann
2014-11-23jitter: add a binary output to report the raw jitter value.Sebastien Bourdelin
2014-11-23jitter: fixes an error when a miss clock/signal is detectedSebastien Bourdelin
2014-11-09jitter: Factor out handle_clk() and handle_sig().Uwe Hermann
2014-11-09Add a timing jitter decoder.Sebastien Bourdelin
2014-11-02pwm: Fix and reworkSebastien Bourdelin
2014-10-19spi: Use 'None' to signal the missing CS# pin.Jens Steinhauser
2014-10-19nrf24l01: Don't decode incomplete commands.Jens Steinhauser
2014-10-19nrf24l01: Check for CS# pin and only throw exceptions once.Jens Steinhauser
2014-10-19spi: Tell stacked decoders about missing CS# signal.Jens Steinhauser
2014-10-17Add a PWM decoder.Uwe Hermann
2014-10-16uart: Fix code comment.Uwe Hermann
2014-10-16uart: Emit databyte and bits list at the same time.Uwe Hermann
2014-10-15midi: Fix two incorrect sample numbers.Uwe Hermann
2014-10-13All PDs: More consistent names for ss/es variables.Uwe Hermann
2014-10-13All PDs: Only import the 'Decoder' object.Uwe Hermann