]> sigrok.org Git - libsigrokdecode.git/shortlog
libsigrokdecode.git
2016-03-04 Uwe Hermannem4100/t55xx: Fix accidentally broken wording in licens...
2016-03-04 Uwe HermannFix various incorrect PD license metadata fields.
2016-03-03 Uwe HermannAdd an rgb_led_ws281x decoder.
2016-03-03 Benjamin LarssonAdd decoder for the t55xx RFID protocol
2016-03-03 Uwe Hermannconfigure.ac: Bump package version to 0.5.0.
2016-01-29 Uwe HermannBump libtool version (not package version) to 3:0:0.
2016-01-29 Uwe HermannNEWS: Update for upcoming 0.4.0 release.
2016-01-28 Martijn van... configure.ac: Also check for Python 3.5.
2016-01-28 Daniel Thompsonuart: Optimize handling of samples when tx and rx are...
2016-01-28 Petteri Aimonenarm_itm: Use objdump instead of addr2line.
2015-12-25 Uwe Hermannusb_power_delivery: Raise SamplerateError instead of...
2015-12-24 Uwe HermannUse self.out_binary naming consistently across all...
2015-12-24 Uwe HermannUse a Python list (not tuple) for OUT_BINARY.
2015-12-23 Uwe HermannDrop obsolete support for annotation tuples (only suppo...
2015-12-18 Uwe Hermannem4100: Simplify the code a bit.
2015-12-18 Uwe Hermannem4100: Use ss/es naming for consistency across PDs.
2015-12-18 Uwe Hermannem4100: Eliminate some unnecessary int()s.
2015-12-18 Uwe Hermannem4100: Change annotation setup a bit, decode more...
2015-12-18 Benjamin LarssonAdd RFID EM4100 protocol decoding
2015-12-16 Uwe Hermannusb_power_delivery: Use "if not self.samplerate" form.
2015-12-16 Vincent Palatinusb_power_delivery: convert double quotes to single...
2015-12-07 Marcus Comstedtinit: Don't let Python override signal handlers
2015-12-04 Uwe Hermannusb*: Minor cosmetics.
2015-12-01 Stefan Brünsusb_signalling: detect PREamble PID
2015-12-01 Stefan Brünsusb_signalling: add signaling states needed after LS...
2015-12-01 Stefan Brünsusb_{packet,request}: handle PREamble transmissions
2015-11-29 Stefan Brünsusb_signalling: fix SOP detection after an error condition
2015-11-29 Stefan Brünsusb_packet: handle errors from usb_signalling
2015-11-29 Stefan Brünsusb_request: Handle transmission timeouts
2015-11-29 Stefan Brünsusb_signalling: add option to automatically set signall...
2015-11-29 Stefan Brünsusb_signalling: decode RESET and Keep-Alive signalling...
2015-11-29 Stefan Brünsusb_signalling: use explicit positions for packet start/end
2015-11-29 Stefan Brünsusb_signalling: handle symbol errors in EOP state
2015-11-29 Stefan Brünsusb_signalling: remove unneeded syms array
2015-11-29 Stefan Brünsusb_signalling: remove unused ss_sop member
2015-11-29 Stefan Brünsusb_signalling: detect bit stuffing errors
2015-11-29 Stefan Brünsusb_signalling: consolidate symbol output
2015-11-22 Paul "LeoNerd... spi: Add a 'TRANSFER' output type.
2015-11-22 Paul "LeoNerd... Fix documentation comment in SPI decoder
2015-11-21 Uwe Hermannusb_power_delivery: Minor typo and whitespace fixes.
2015-11-21 Uwe Hermannusb_power_delivery: Use the same license header format...
2015-11-21 Vincent PalatinUSB Power Delivery protocol decoder
2015-11-21 Uwe Hermannspiflash: Fix incorrect 'inputs' field.
2015-11-12 Paul "LeoNerd... Initial attempt at MAX7219/MAX7221 decoder
2015-11-03 Uwe Hermannsrd_decoder_unload(): Remove PD from the internal list.
2015-11-03 Uwe Hermanntests/decoder.c: Add some srd_decoder_unload*() tests.
2015-10-22 ElrondUART: Handle framing errors better
2015-10-06 Daniel Elstnerexception: Decorate catch function with format attribute
2015-10-06 Daniel Elstnerbuild: Require GLib 2.28.0
2015-10-06 Daniel Elstnerutil: Factor out Python module load
2015-10-06 Daniel Elstnerdecoder: Refactor loading code and plug leaks
2015-10-06 Daniel ElstnerPython: Restrict code to stable ABI subset
2015-10-06 Stefan Brünsusb_request: USB transaction decoder and PCAP generator
2015-10-06 Uwe Hermannusb_packet: Document CRC5 ERROR and CRC16 ERROR packets.
2015-10-06 Uwe Hermannusb_{signalling,packet}: Minor cosmetics.
2015-10-06 Stefan Brünsusb_signalling: Track USB symbol width to compensate...
2015-10-06 Stefan Brünsusb_packet: calculate and check CRC5/CRC16
2015-10-06 Roland Hieberrfm12: fix small typo
2015-10-03 Daniel Elstnertests: Do not reference parent directory in includes
2015-10-03 Daniel Elstnertests: Rename DECODERS_DIR to DECODERS_TESTDIR
2015-10-03 Daniel Elstnerbuild: Do not hard-code decoders location on Windows
2015-10-03 Daniel Elstnerinit: Also look for decoders in XDG data directories
2015-10-03 Daniel Elstnerinit: Simplify srd_decoder_searchpath_add()
2015-09-15 Daniel Elstnerjitter, pwm: Avoid Unicode string literals
2015-09-14 Uwe Hermanncan: Improve stuff bit annotation placement.
2015-09-14 Uwe Hermanncan: Emit bit value annotations.
2015-09-14 Uwe HermannMakefile.am: Shorten ChangeLog target a bit.
2015-09-13 Daniel Elstnerlog: Use GLib printf for consistency
2015-09-13 Daniel ElstnerBuild: Move _POSIX_C_SOURCE definition to config.h
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel ElstnerFix srd_log() format warnings
2015-09-13 Daniel Elstnerlog: Enable varargs format warnings
2015-09-13 Daniel Elstnerlog: Remove srd_log_logdomain_{get,set} from the API
2015-09-10 Uwe Hermanninstance.c: Don't use 'di' before NULL-checking it.
2015-09-10 Daniel ElstnerBuild: Put --no-print-directory into GNUMAKEFLAGS
2015-09-10 Daniel Elstnersigrok.m4: Update with latest version from libsigrok
2015-09-06 Daniel Elstnerlibsigrokdecode.pc: Publish decodersdir variable
2015-09-06 Daniel ElstnerBuild: Show CC and CFLAGS in configuration summary
2015-09-03 Uwe Hermannjtag_stm32: Decode IDCODE contents as strings (not...
2015-09-03 Uwe Hermannjtag_stm32: Decode more fields, improve IDCODE handling.
2015-09-03 Uwe Hermannjtag_stm32: Cleanups, shorter code.
2015-09-03 Uwe Hermannjtag_stm32: Update to reflect change in jtag OUT_PYTHON.
2015-09-03 Uwe Hermannjtag: Submit bit samplenumbers together with the bits.
2015-09-03 Uwe Hermannjtag_stm32: Fix incorrect handling of registers.
2015-09-03 Uwe Hermannjtag: Add more annotations, fix a SHIFT-IR/-DR issue.
2015-09-03 Uwe Hermannjtag: Fix/enable OUT_PYTHON output.
2015-08-28 Uwe HermannReplace another -D_DEFAULT_SOURCE with -D_POSIX_C_SOURC...
2015-08-28 Uwe HermannBuild: Go back to _POSIX_C_SOURCE=200112L
2015-08-26 Daniel Elstnerconfigure: Enable largefile support on 32-bit systems
2015-08-26 Daniel ElstnerBuild: Define feature test macro _DEFAULT_SOURCE
2015-08-26 Daniel ElstnerBuild: Use TESTS prefix instead of CHECK for flag variables
2015-08-26 Daniel ElstnerClean up .gitignore
2015-08-26 Daniel ElstnerBuild: Adopt new Autotools magic
2015-08-25 Daniel ElstnerBuild: Reduce autogen.sh to trivial stub
2015-08-25 Daniel ElstnerBuild: Add copy of libsigrok Autoconf macro file
2015-08-21 Uwe Hermannnunchuk: Fix inverted button press logic.
2015-08-20 Uwe HermannPass unitsize per sample chunk.
2015-08-18 Uwe Hermannmrf24j40: Fix a register address typo.
2015-08-17 Uwe Hermanntlc5620: Add options for per-DAC Vref, show voltages.
2015-08-17 Uwe Hermanntlc5620: Handle the case of less than 11 bits in a...
next