Age | Commit message (Expand) | Author |
2015-04-26 | Add a decoder that calculates timings between transitions. | Baruch Even |
2015-04-07 | spiflash: Add lists.py and a 'chips' PD option. | Uwe Hermann |
2015-04-07 | Rename the 'mx25lxx05d' PD to 'spiflash'. | Uwe Hermann |
2015-04-07 | Fix a bunch of typos. | Uwe Hermann |
2015-04-03 | onewire_link: Fix a bug when the samplerate is too low for the PD. | Uwe Hermann |
2015-04-03 | spi: Don't decode data lines if CS isn't asserted | Andreas Sandberg |
2015-04-02 | Slightly shorten a few PD descriptions. | Uwe Hermann |
2015-04-02 | Add a decoder for stepper motor direction/speed signals. | Petteri Aimonen |
2015-04-02 | Fix a few decoding bugs with arm_etmv3. | Petteri Aimonen |
2015-04-02 | pwm: add period annotation | Matt Porter |
2015-03-25 | mx25lxx05d: Implement FAST READ command. | Uwe Hermann |
2015-03-02 | Fix typo in swd decoder | Petteri Aimonen |
2015-03-02 | Add ARM TPIU/ITM/ETMv3 decoders | Petteri Aimonen |
2015-02-24 | nrf24l01: Change 'xn297_extensions' option to 'chip'. | Uwe Hermann |
2015-02-24 | nrf24l01: Add option to support the XN297's extra registers | Mike |
2015-02-17 | Improve uart decoder sample positions at high data rates. | Petteri Aimonen |
2014-12-28 | Add 24xx I2C EEPROM protocol decoder. | Uwe Hermann |
2014-12-28 | spi: Add binary output facilities for MISO/MOSI. | Uwe Hermann |
2014-12-16 | edid: Add annotation rows. | Bert Vermeulen |
2014-12-16 | eded: Add all sections. | Bert Vermeulen |
2014-11-23 | jitter: Simplify ascii-float binary out. | Uwe Hermann |
2014-11-23 | jitter: Rename "jitter" binary out to "ascii-float". | Uwe Hermann |
2014-11-23 | jitter: add a binary output to report the raw jitter value. | Sebastien Bourdelin |
2014-11-23 | jitter: fixes an error when a miss clock/signal is detected | Sebastien Bourdelin |
2014-11-09 | jitter: Factor out handle_clk() and handle_sig(). | Uwe Hermann |
2014-11-09 | Add a timing jitter decoder. | Sebastien Bourdelin |
2014-11-02 | pwm: Fix and rework | Sebastien Bourdelin |
2014-10-19 | spi: Use 'None' to signal the missing CS# pin. | Jens Steinhauser |
2014-10-19 | nrf24l01: Don't decode incomplete commands. | Jens Steinhauser |
2014-10-19 | nrf24l01: Check for CS# pin and only throw exceptions once. | Jens Steinhauser |
2014-10-19 | spi: Tell stacked decoders about missing CS# signal. | Jens Steinhauser |
2014-10-17 | Add a PWM decoder. | Uwe Hermann |
2014-10-16 | uart: Fix code comment. | Uwe Hermann |
2014-10-16 | uart: Emit databyte and bits list at the same time. | Uwe Hermann |
2014-10-15 | midi: Fix two incorrect sample numbers. | Uwe Hermann |
2014-10-13 | All PDs: More consistent names for ss/es variables. | Uwe Hermann |
2014-10-13 | All PDs: Only import the 'Decoder' object. | Uwe Hermann |
2014-10-12 | am230x: Factor out handle_byte() to simplify state machine. | Uwe Hermann |
2014-10-12 | swd: Drop unnecessary debug code. | Uwe Hermann |
2014-10-12 | swd: Add SWD protocol decoder for ARM Serial Wire Debug format. | Angus Gratton |
2014-10-12 | am230x: Minor documentation fix. | Uwe Hermann |
2014-10-12 | am230x: Use slightly more liberal timing values. | Uwe Hermann |
2014-10-12 | am230x: Change option to 'device' to allow for more devices. | Uwe Hermann |
2014-10-12 | am230x: Fix self.reset() method name. | Uwe Hermann |
2014-10-12 | am230x: Minor cosmetics. | Uwe Hermann |
2014-10-12 | Add decoder for AM230x digital humidity and temperature sensors. | Johannes Römer |
2014-09-15 | sdcard_spi/usb_packet: Drop unused variables. | Uwe Hermann |
2014-09-15 | uart: Implement signal inversion | David Barksdale |
2014-09-10 | Various PDs: Whitespace, cosmetics. | Uwe Hermann |
2014-09-10 | rfm12: Cosmetics. | Uwe Hermann |