summaryrefslogtreecommitdiff
path: root/decoders
AgeCommit message (Expand)Author
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
2014-10-12am230x: Factor out handle_byte() to simplify state machine.Uwe Hermann
2014-10-12swd: Drop unnecessary debug code.Uwe Hermann
2014-10-12swd: Add SWD protocol decoder for ARM Serial Wire Debug format.Angus Gratton
2014-10-12am230x: Minor documentation fix.Uwe Hermann
2014-10-12am230x: Use slightly more liberal timing values.Uwe Hermann
2014-10-12am230x: Change option to 'device' to allow for more devices.Uwe Hermann
2014-10-12am230x: Fix self.reset() method name.Uwe Hermann
2014-10-12am230x: Minor cosmetics.Uwe Hermann
2014-10-12Add decoder for AM230x digital humidity and temperature sensors.Johannes Römer
2014-09-15sdcard_spi/usb_packet: Drop unused variables.Uwe Hermann
2014-09-15uart: Implement signal inversionDavid Barksdale
2014-09-10Various PDs: Whitespace, cosmetics.Uwe Hermann
2014-09-10rfm12: Cosmetics.Uwe Hermann
2014-09-08rfm12: Frequencies: Fix typo (915MHz), add 315MHz entry.Uwe Hermann
2014-09-08rfm12: Avoid using the Python 'range' keyword as variable.Uwe Hermann
2014-09-08rfm12: Drop debug printing.Uwe Hermann
2014-09-08RFM12 decoderSławek Piotrowski
2014-09-01PD tests moved into the sigrok-test repo.Uwe Hermann
2014-08-30spdif: Simplify get_pulse_type() a bit.Uwe Hermann
2014-08-30spdif: Use strings for decoder states.Uwe Hermann
2014-08-30spdif: Add another annotation helper.Uwe Hermann
2014-08-30spdif: Refactor and reduce nesting level.Uwe Hermann
2014-08-30Add initial S/PDIF decoder.Guenther Wenninger