Age | Commit message (Expand) | Author |
2015-07-18 | Bump version to 0.4.0 (the upcoming next major release). | Uwe Hermann |
2015-07-18 | Append "-git" to the version string. | Uwe Hermann |
2015-07-18 | Add protocol decoder for Modbus RTU. | Bart de Waal |
2015-07-10 | qi: Add Qi charger protocol decoder | Josef Gajdusek |
2015-07-09 | Add an MDIO/SMI decoder. | Aurelien Jacobs |
2015-07-01 | adns5020: Minor tweak to annotation format. | Uwe Hermann |
2015-07-01 | mrf24j40: Factor out register lists to lists.py. | Uwe Hermann |
2015-07-01 | Add a Microchip MRF24J40 802.15.4 2.4GHz RF tranceiver decoder. | Karl Palsson |
2015-06-22 | adns5020: Add manufacturer name to description. | Uwe Hermann |
2015-06-19 | Add Avago ADNS-5020 optical mouse sensor decoder. | Karl Palsson |
2015-06-16 | am23xx: explicitly mention RHTxx devices. | Karl Palsson |
2015-04-26 | timing: Shorten annotations (time units). | Uwe Hermann |
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-07 | autogen.sh: Drop obsolete MinGW/MSYS items. | Uwe Hermann |
2015-04-03 | onewire_link: Fix a bug when the samplerate is too low for the PD. | Uwe Hermann |
2015-04-03 | Makefile.am: Use libtool's -no-undefined option. | 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-04-01 | Use g_malloc*() consistently, simplify error handling. | Uwe Hermann |
2015-04-01 | unit tests: Drop unneeded check_ filename prefix. | Uwe Hermann |
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 |
2015-01-31 | unit tests: Disable timeout for one of the test cases. | Uwe Hermann |
2015-01-24 | README: Update build requirements list. | Uwe Hermann |
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 |