]> sigrok.org Git - libsigrokdecode.git/shortlog
libsigrokdecode.git
2018-05-12 Gerhard Sittigmcs48: add reset method, make A12 optional, unassorted...
2018-05-12 fenugrecAdd new decoder: Intel MCS-48
2018-05-09 Uwe Hermanntype_decoder.c: Drop incorrect Py_DECREF() calls.
2018-05-08 Uwe Hermanntype_decoder: Fixup memory leak in Decoder.put() (meta...
2018-05-08 Gerhard Sittigtype_decoder: fixup memory leak in Decoder.put() (annot...
2018-05-06 Uwe HermannDoxyfile: Set CREATE_SUBDIRS to NO.
2018-05-03 George Hopkinsjtag_stm32: Always switch state on new instruction
2018-05-03 George Hopkinsjtag_stm32: Fix handling of boundary scan TAP
2018-05-03 George Hopkinsjtag: Fix shifting of registers
2018-05-03 Uwe Hermannspiflash: Add Adesto AT45DB161E metadata.
2018-05-03 Aleksander... spiflash: Add basic Adesto AT45DBxx support (WRITE1...
2018-04-24 Gerhard Sittigdcf77: annotate unexpected bit numbers and values,...
2018-04-24 Gerhard Sittigdcf77: annotate invalid dow and month fields, do not...
2018-04-23 Gerhard Sittigdcf77, lpc: rephrase bit string formatting
2018-04-23 Gerhard Sittiginstance: return SRD_ERR_TERM_REQ when execution shall...
2018-04-23 Gerhard Sittiginstance: drop an unneeded "want wait() to terminate...
2018-04-21 Uwe Hermannlog: Move log level check so that it affects all handlers.
2018-04-20 Uwe Hermannsrd_exception_catch(): Beautify traceback logging output.
2018-04-20 Uwe HermannDecoder_register(): Drop an overly verbose log message.
2018-04-20 Uwe Hermannsrd_logv(): Add an explicit fflush().
2018-04-20 Uwe HermannShow backtrace when decode() aborts due to an error.
2018-04-12 Uwe Hermanncan: Fix incorrect stuff bit handling.
2018-04-08 Uwe HermannDrop overly verbose log messages about (un)loading...
2018-04-08 Uwe Hermannsda2506/qi: Add missing full stop in 'desc' field.
2018-04-08 Uwe Hermannrc_encode: Use different annotation classes for code...
2018-04-08 Uwe Hermannrc_encode: Use different annotation classes for differe...
2018-04-08 Uwe Hermannrc_encode: Add self.putx() helper.
2018-04-08 Uwe Hermannrc_encode: Use common self.ss/self.es naming.
2018-04-08 Uwe Hermannrc_encode: Use += operator where possible.
2018-04-08 Uwe Hermannrc_encode: Drop unneeded casts.
2018-04-08 steversigAdd initial rc_encode protocol decoder.
2018-03-31 Gerhard Sittigtest: add simple "no data" test case for decoder "termi...
2018-03-31 Gerhard Sittigsession: add "terminate and reset" support for protocol...
2018-03-31 Gerhard SittigDecoder: check for duplicate register() calls in common...
2018-03-31 Gerhard Sittigdecoder: rephrase .has_channel() argument parse logic
2018-03-31 Gerhard Sittiginstance: make sure oldpins array is available after...
2018-03-31 Gerhard Sittigadns5020: Python style nit, fixup whitespace
2018-03-31 Gerhard Sittigmax7219: introduce constructor and reset() method
2018-03-31 Gerhard Sittigmicrowire: introduce constructor and reset() method
2018-03-18 Uwe Hermannprint_searchpaths(): Print decoder and system search...
2018-03-17 Soeren ApelFix part of #1128 by adding a way to retrieve PD search...
2018-03-06 Max WellerAdd support for SDA2506 EEPROM serial protocol.
2018-03-06 Uwe HermannMinor whitespace/typo fixes.
2018-02-23 Uwe Hermanndali: Avoid CamelCase in most places.
2018-02-15 Gerhard Sittigir_nec: optionally accept input signals that include...
2018-02-13 Gerhard Sittigparallel: expand 'wordsize' description (bits vs cycles)
2018-02-13 Gerhard Sittigstepper_motor: make samplerate meta data optional
2018-02-13 Gerhard Sittigi2s: make samplerate meta data optional
2018-02-13 Gerhard Sittigi2c: make input samplerate optional
2018-02-10 Gerhard Sittigconfigure.ac: explicitly require pkg-config related...
2018-01-28 Gerhard Sittiggraycode, morse, pwm, usb_request, wiegand: cope with...
2018-01-28 Gerhard Sittigspi: cope when a sample rate of 0 was configured
2018-01-25 Gerhard Sittigac97: introduce first AC'97 decoder implementation...
2018-01-13 Uwe Hermanni2c: Drop obsolete 10bit slave address TODO.
2018-01-03 Gerhard Sittigcounter: make 'reset' signal polarity an option
2018-01-03 Uwe Hermanncounter: Make "word reset" an explicit annotation class...
2018-01-03 Stefan BrünsAdd a trivial "counter" decoder
2018-01-01 Gerhard Sittigparallel: implement consistent number formatting
2018-01-01 Gerhard Sittigparallel: unbreak and improve "word" de-multiplexing
2018-01-01 Gerhard Sittigparallel: cope with sparse input mappings, assume zero...
2018-01-01 Gerhard Sittigparallel: address minor style nits, no change in behaviour
2018-01-01 Gerhard Sittigparallel: unify decode() code paths with and without...
2017-12-22 Gerhard Sittigusb_power_delivery: enforce check order for start-of...
2017-12-22 Gerhard Sittigusb_power_delivery: fixup a Python style nit (dict...
2017-12-22 Gerhard Sittigusb_power_delivery: enforce numerical order of RDO...
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-12-22 Gerhard Sittigssi32: rename reset() helper method
2017-12-22 Gerhard Sittigmrf24j40: rename reset() helper method
2017-12-22 Gerhard Sittigade77xx: rename reset() helper method
2017-12-22 Gerhard Sittigsdcard_sd: remove unused .reset() method
2017-12-22 Gerhard Sittigam230x: rename reset() helper method
2017-12-22 Gerhard Sittigeeprom 24xx: rename reset() helper method
2017-12-17 Grant Millerir_nec: Make timing margin relative
2017-12-09 Uwe Hermanngraycode: Move bitpack/bitunpack to common/.
2017-12-09 Christoph RackwitzAdd a gray code and rotary encoder protocol decoder.
2017-12-09 Christoph RackwitzAdd a morse code protocol decoder.
2017-12-09 Marcus Comstedti2s: Fix unportable use of struct.pack
2017-12-09 Uwe Hermannmaple_bus: Add helpers to make the call sites a bit...
2017-12-09 Marcus ComstedtAdd an initial Maple bus decoder.
2017-11-11 Joel Holdsworthinstance.c: Removed redundant variable
2017-11-11 Joel Holdsworthconfigure.ac: Added AC_C_BIGENDIAN to autoconf
2017-11-11 Joel Holdsworthi2s: Set file size to 4Gb
2017-11-11 Joel Holdsworthi2s: Make 32-bit wav files
2017-11-01 Soeren Apelds243x: Add binary output for data read from EEPROM
2017-11-01 Soeren ApelRename ds2432 to ds243x
2017-11-01 Soeren Apelds2432: Adapt to allow for DS2433 as well
2017-10-19 Uwe Hermannds2432: Simplify MAC printing.
2017-10-19 Kevin Redonds2432: Add a Maxim DS2432 protocol decoder.
2017-09-22 Uwe Hermannsrd_init(): Print list of decoder search paths in debug...
2017-09-05 Uwe HermannClarify and improve channel map debug output.
2017-07-22 Stefan Brünsusb_request: Remove code duplication, save end sample...
2017-07-22 Stefan Brünsusb_request: Handle CONTROL transfer protocol stalls
2017-07-06 Uwe HermannFix a unit test.
2017-07-04 Gerhard Sittigcan: introduce clock synchronization (simple implementa...
2017-07-04 Gerhard Sittigcan: rename 'bitpos' variable
2017-06-30 Uwe Hermannself.put(): Eliminate an unneeded malloc/free pair.
2017-06-30 Uwe HermannAcquire/release the Python GIL where needed to avoid...
2017-06-21 Uwe HermannHACKING: Prefer git pull requests over mailing list...
2017-06-21 Uwe Hermannpwm: Drop unused 'pins' variable.
2017-06-21 Gerhard Sittigir_rc5: Rephrase open coded value for start bit 1
next