Age | Commit message (Expand) | Author |
2014-09-15 | uart: Implement signal inversion | David Barksdale |
2014-09-11 | Fix out-of-tree build of the unit tests. | Uwe Hermann |
2014-09-10 | Various PDs: Whitespace, cosmetics. | Uwe Hermann |
2014-09-10 | rfm12: Cosmetics. | Uwe Hermann |
2014-09-08 | rfm12: Frequencies: Fix typo (915MHz), add 315MHz entry. | Uwe Hermann |
2014-09-08 | rfm12: Avoid using the Python 'range' keyword as variable. | Uwe Hermann |
2014-09-08 | rfm12: Drop debug printing. | Uwe Hermann |
2014-09-08 | RFM12 decoder | SÅ‚awek Piotrowski |
2014-09-01 | PD tests moved into the sigrok-test repo. | Uwe Hermann |
2014-08-30 | spdif: Simplify get_pulse_type() a bit. | Uwe Hermann |
2014-08-30 | spdif: Use strings for decoder states. | Uwe Hermann |
2014-08-30 | spdif: Add another annotation helper. | Uwe Hermann |
2014-08-30 | spdif: Refactor and reduce nesting level. | Uwe Hermann |
2014-08-30 | Add initial S/PDIF decoder. | Guenther Wenninger |
2014-08-16 | ds1307: Warn about (and ignore) non-DS1307 traffic. | Uwe Hermann |
2014-08-16 | ds1307: Correctly handle address wrap-around. | Uwe Hermann |
2014-08-16 | ds1307: Refactoring and cleanups. | Uwe Hermann |
2014-08-16 | ds1307: Handle SRAM register accesses. | Uwe Hermann |
2014-08-16 | ds1307: Handle register 0x07 (control register). | Uwe Hermann |
2014-08-16 | ds1307: Emit per-bit annotations for registers. | Uwe Hermann |
2014-08-16 | configure.ac: Use AM_CFLAGS instead of CFLAGS. | Uwe Hermann |
2014-08-16 | tca6408a: Cosmetics. | Uwe Hermann |
2014-08-14 | Add decoder for TCA6408A I2C I/O expanders. | alberink |
2014-08-14 | tests: Factor out srdtest_setup() / srdtest_teardown(). | Uwe Hermann |
2014-08-14 | Whitespace and consistency fixes. | Uwe Hermann |
2014-08-14 | pdtests: Check for SamplerateError in all PDs that emit it. | Uwe Hermann |
2014-08-14 | parallel: Enforce that at least one pin must be provided. | Uwe Hermann |
2014-08-14 | spi/nrf24l01/uart: Use ChannelError exception. | Uwe Hermann |
2014-08-03 | nrf24l01: prettify annotation output | Jens Steinhauser |
2014-07-31 | tests/pdtest: Small fix to make it work with Python 3.2. | Uwe Hermann |
2014-07-31 | tests/check_session.c: Fix compiler warning. | Uwe Hermann |
2014-07-23 | Drop references to obsolete sigrok-commits mailing list. | Uwe Hermann |
2014-07-20 | runtc: Update to the new libsigrok session API. | Uwe Hermann |
2014-07-20 | Fix incorrect doxygen comment for srd_decoder_list(). | Uwe Hermann |
2014-07-15 | All PDs: Minor whitespace and consistency fixes. | Uwe Hermann |
2014-07-09 | uart/i2cfilter: Don't check multiple-choice options. | Uwe Hermann |
2014-07-09 | Various PDs: Minor consistency fixes. | Uwe Hermann |
2014-07-09 | Various PDs: Throw SamplerateError instead of Exception. | Uwe Hermann |
2014-07-09 | All PDs: Drop unneeded exceptions. | Uwe Hermann |
2014-07-08 | Add nRF24L01(+) protocol decoder. | Jens Steinhauser |
2014-07-08 | spi: Fix order of MISO/MOSI data items. | Jens Steinhauser |
2014-07-08 | pdtest: Use new exception output. | Bert Vermeulen |
2014-07-08 | Make exception output more predictable. | Bert Vermeulen |
2014-07-08 | Remove dependency on Python.h from public API header | Marcus Comstedt |
2014-07-08 | runtc: Fix incorrect include directive | Marcus Comstedt |
2014-07-08 | srd_decoder_load_all_path: Support zipimport paths | Marcus Comstedt |
2014-06-27 | spi: Add coverage tests for all exceptions. | Bert Vermeulen |
2014-06-27 | spi: Add coverage tests for all mosi/miso and lsb/msb combinations. | Bert Vermeulen |
2014-06-27 | spi: Refactor for more coverage, and remove dead code. | Bert Vermeulen |
2014-06-26 | runtc: PD option value is a GVariant, not string. | Bert Vermeulen |