]> sigrok.org Git - libsigrokdecode.git/shortlog
libsigrokdecode.git
2015-01-24 Uwe HermannREADME: Update build requirements list.
2014-12-28 Uwe HermannAdd 24xx I2C EEPROM protocol decoder.
2014-12-28 Uwe Hermannspi: Add binary output facilities for MISO/MOSI.
2014-12-16 Bert Vermeulenedid: Add annotation rows.
2014-12-16 Bert Vermeuleneded: Add all sections.
2014-11-23 Uwe Hermannjitter: Simplify ascii-float binary out.
2014-11-23 Uwe Hermannjitter: Rename "jitter" binary out to "ascii-float".
2014-11-23 Sebastien Bourdelinjitter: add a binary output to report the raw jitter...
2014-11-23 Sebastien Bourdelinjitter: fixes an error when a miss clock/signal is...
2014-11-09 Uwe Hermannjitter: Factor out handle_clk() and handle_sig().
2014-11-09 Sebastien BourdelinAdd a timing jitter decoder.
2014-11-02 Sebastien Bourdelinpwm: Fix and rework
2014-10-19 Jens Steinhauserspi: Use 'None' to signal the missing CS# pin.
2014-10-19 Jens Steinhausernrf24l01: Don't decode incomplete commands.
2014-10-19 Jens Steinhausernrf24l01: Check for CS# pin and only throw exceptions...
2014-10-19 Jens Steinhauserspi: Tell stacked decoders about missing CS# signal.
2014-10-17 Uwe HermannAdd a PWM decoder.
2014-10-16 Uwe Hermannuart: Fix code comment.
2014-10-16 Uwe Hermannuart: Emit databyte and bits list at the same time.
2014-10-15 Uwe Hermanninstance.c: Fix whitespace.
2014-10-15 Uwe Hermannmidi: Fix two incorrect sample numbers.
2014-10-13 Uwe HermannAll PDs: More consistent names for ss/es variables.
2014-10-13 Uwe HermannAll PDs: Only import the 'Decoder' object.
2014-10-12 Uwe Hermannam230x: Factor out handle_byte() to simplify state...
2014-10-12 Uwe Hermannswd: Drop unnecessary debug code.
2014-10-12 Angus Grattonswd: Add SWD protocol decoder for ARM Serial Wire Debug...
2014-10-12 Uwe Hermannam230x: Minor documentation fix.
2014-10-12 Uwe Hermannam230x: Use slightly more liberal timing values.
2014-10-12 Uwe Hermannam230x: Change option to 'device' to allow for more...
2014-10-12 Uwe Hermannam230x: Fix self.reset() method name.
2014-10-12 Uwe Hermannam230x: Minor cosmetics.
2014-10-12 Johannes RömerAdd decoder for AM230x digital humidity and temperature...
2014-09-15 Uwe HermannReplace ann_format with ann_class.
2014-09-15 Uwe Hermannsdcard_spi/usb_packet: Drop unused variables.
2014-09-15 David Barksdaleuart: Implement signal inversion
2014-09-10 Uwe HermannFix out-of-tree build of the unit tests.
2014-09-10 Uwe HermannVarious PDs: Whitespace, cosmetics.
2014-09-10 Uwe Hermannrfm12: Cosmetics.
2014-09-08 Uwe Hermannrfm12: Frequencies: Fix typo (915MHz), add 315MHz entry.
2014-09-08 Uwe Hermannrfm12: Avoid using the Python 'range' keyword as variable.
2014-09-08 Uwe Hermannrfm12: Drop debug printing.
2014-09-07 Sławek PiotrowskiRFM12 decoder
2014-09-01 Uwe HermannPD tests moved into the sigrok-test repo.
2014-08-29 Uwe Hermannspdif: Simplify get_pulse_type() a bit.
2014-08-29 Uwe Hermannspdif: Use strings for decoder states.
2014-08-29 Uwe Hermannspdif: Add another annotation helper.
2014-08-29 Uwe Hermannspdif: Refactor and reduce nesting level.
2014-08-29 Guenther WenningerAdd initial S/PDIF decoder.
2014-08-16 Uwe Hermannds1307: Warn about (and ignore) non-DS1307 traffic.
2014-08-16 Uwe Hermannds1307: Correctly handle address wrap-around.
2014-08-16 Uwe Hermannds1307: Refactoring and cleanups.
2014-08-16 Uwe Hermannds1307: Handle SRAM register accesses.
2014-08-16 Uwe Hermannds1307: Handle register 0x07 (control register).
2014-08-16 Uwe Hermannds1307: Emit per-bit annotations for registers.
2014-08-16 Uwe Hermannconfigure.ac: Use AM_CFLAGS instead of CFLAGS.
2014-08-16 Uwe Hermanntca6408a: Cosmetics.
2014-08-14 alberinkAdd decoder for TCA6408A I2C I/O expanders.
2014-08-14 Uwe Hermanntests: Factor out srdtest_setup() / srdtest_teardown().
2014-08-14 Uwe HermannWhitespace and consistency fixes.
2014-08-14 Uwe Hermannpdtests: Check for SamplerateError in all PDs that...
2014-08-14 Uwe Hermannparallel: Enforce that at least one pin must be provided.
2014-08-14 Uwe Hermannspi/nrf24l01/uart: Use ChannelError exception.
2014-08-03 Jens Steinhausernrf24l01: prettify annotation output
2014-07-30 Uwe Hermanntests/pdtest: Small fix to make it work with Python...
2014-07-30 Uwe Hermanntests/check_session.c: Fix compiler warning.
2014-07-22 Uwe HermannDrop references to obsolete sigrok-commits mailing...
2014-07-20 Uwe Hermannruntc: Update to the new libsigrok session API.
2014-07-20 Uwe HermannFix incorrect doxygen comment for srd_decoder_list().
2014-07-15 Uwe HermannAll PDs: Minor whitespace and consistency fixes.
2014-07-09 Uwe Hermannuart/i2cfilter: Don't check multiple-choice options.
2014-07-09 Uwe HermannVarious PDs: Minor consistency fixes.
2014-07-09 Uwe HermannVarious PDs: Throw SamplerateError instead of Exception.
2014-07-09 Uwe HermannAll PDs: Drop unneeded exceptions.
2014-07-08 Jens SteinhauserAdd nRF24L01(+) protocol decoder.
2014-07-08 Jens Steinhauserspi: Fix order of MISO/MOSI data items.
2014-07-08 Bert Vermeulenpdtest: Use new exception output.
2014-07-08 Bert VermeulenMake exception output more predictable.
2014-07-08 Marcus ComstedtRemove dependency on Python.h from public API header
2014-07-08 Marcus Comstedtruntc: Fix incorrect include directive
2014-07-08 Marcus Comstedtsrd_decoder_load_all_path: Support zipimport paths
2014-06-27 Bert Vermeulenspi: Add coverage tests for all exceptions.
2014-06-27 Bert Vermeulenspi: Add coverage tests for all mosi/miso and lsb/msb...
2014-06-27 Bert Vermeulenspi: Refactor for more coverage, and remove dead code.
2014-06-26 Bert Vermeulenruntc: PD option value is a GVariant, not string.
2014-06-24 Bert Vermeulenpdtest: Generate report regardless of verbose mode.
2014-06-24 Bert Vermeulenedid: Add another test, covering more code in the PD.
2014-06-24 Bert Vermeulenpdtest: Generate a report listing missed lines across...
2014-06-23 Bert Vermeuleni2c: Generate proper exception for missing samplerate...
2014-06-23 Bert Vermeulenpdtest/runtc: Support for output type 'exception'.
2014-06-15 Mike Frysingerdo not add check to common cflags/libs
2014-06-15 Mike Frysingerfix test operator
2014-05-23 Kumar Abhishekruntc.c: Fix compiler warning
2014-05-23 Kumar Abhisheklibsigrokdecode: Fix make -j issue with build_runtc
2014-05-09 Abhishek KumarAdd python as a pkg-config dependency
2014-05-06 Uwe Hermannconfigure.ac: Bump package version to 0.3.0.
2014-05-06 Uwe Hermannconfigure.ac: Bump libtool/library version from 1:0...
2014-05-06 Uwe HermannBump libsigrok (optional) dependency to 0.3.0.
2014-05-06 Uwe HermannNEWS: Add list of user-visible changes so far.
2014-05-04 Uwe HermannMakefile.am: Add HACKING to the tarball.
2014-05-04 Uwe HermannOnly load and use PDs of API version 2.
next