summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-04usb*: Minor cosmetics.Uwe Hermann
2015-12-01usb_signalling: detect PREamble PIDStefan Brüns
2015-12-01usb_signalling: add signaling states needed after LS PREamble PIDStefan Brüns
2015-12-01usb_{packet,request}: handle PREamble transmissionsStefan Brüns
2015-11-30usb_signalling: fix SOP detection after an error conditionStefan Brüns
2015-11-30usb_packet: handle errors from usb_signallingStefan Brüns
2015-11-30usb_request: Handle transmission timeoutsStefan Brüns
2015-11-30usb_signalling: add option to automatically set signalling speedStefan Brüns
2015-11-30usb_signalling: decode RESET and Keep-Alive signalling conditionsStefan Brüns
2015-11-30usb_signalling: use explicit positions for packet start/endStefan Brüns
2015-11-30usb_signalling: handle symbol errors in EOP stateStefan Brüns
2015-11-30usb_signalling: remove unneeded syms arrayStefan Brüns
2015-11-30usb_signalling: remove unused ss_sop memberStefan Brüns
2015-11-30usb_signalling: detect bit stuffing errorsStefan Brüns
2015-11-30usb_signalling: consolidate symbol outputStefan Brüns
2015-11-22spi: Add a 'TRANSFER' output type.Paul "LeoNerd" Evans
2015-11-22Fix documentation comment in SPI decoderPaul "LeoNerd" Evans
2015-11-21usb_power_delivery: Minor typo and whitespace fixes.Uwe Hermann
2015-11-21usb_power_delivery: Use the same license header format as other PDs.Uwe Hermann
2015-11-21USB Power Delivery protocol decoderVincent Palatin
2015-11-21spiflash: Fix incorrect 'inputs' field.Uwe Hermann
2015-11-12Initial attempt at MAX7219/MAX7221 decoderPaul "LeoNerd" Evans
2015-11-04srd_decoder_unload(): Remove PD from the internal list.Uwe Hermann
2015-11-03tests/decoder.c: Add some srd_decoder_unload*() tests.Uwe Hermann
2015-10-22UART: Handle framing errors betterElrond
2015-10-06exception: Decorate catch function with format attributeDaniel Elstner
2015-10-06build: Require GLib 2.28.0Daniel Elstner
2015-10-06util: Factor out Python module loadDaniel Elstner
2015-10-06decoder: Refactor loading code and plug leaksDaniel Elstner
2015-10-06Python: Restrict code to stable ABI subsetDaniel Elstner
2015-10-06usb_request: USB transaction decoder and PCAP generatorStefan Brüns
2015-10-06usb_packet: Document CRC5 ERROR and CRC16 ERROR packets.Uwe Hermann
2015-10-06usb_{signalling,packet}: Minor cosmetics.Uwe Hermann
2015-10-06usb_signalling: Track USB symbol width to compensate frequency errorsStefan Brüns
2015-10-06usb_packet: calculate and check CRC5/CRC16Stefan Brüns
2015-10-06rfm12: fix small typoRoland Hieber
2015-10-03tests: Do not reference parent directory in includesDaniel Elstner
2015-10-03tests: Rename DECODERS_DIR to DECODERS_TESTDIRDaniel Elstner
2015-10-03build: Do not hard-code decoders location on WindowsDaniel Elstner
2015-10-03init: Also look for decoders in XDG data directoriesDaniel Elstner
2015-10-03init: Simplify srd_decoder_searchpath_add()Daniel Elstner
2015-09-15jitter, pwm: Avoid Unicode string literalsDaniel Elstner
2015-09-14can: Improve stuff bit annotation placement.Uwe Hermann
2015-09-14can: Emit bit value annotations.Uwe Hermann
2015-09-14Makefile.am: Shorten ChangeLog target a bit.Uwe Hermann
2015-09-13log: Use GLib printf for consistencyDaniel Elstner
2015-09-13Build: Move _POSIX_C_SOURCE definition to config.hDaniel Elstner
2015-09-13Build: Include <config.h> first in all source filesDaniel Elstner
2015-09-13Fix srd_log() format warningsDaniel Elstner
2015-09-13log: Enable varargs format warningsDaniel Elstner