Age | Commit message (Expand) | Author |
2019-12-07 | ieee488: introduce 'delim' option for improved text output | Gerhard Sittig |
2019-12-06 | Obsolete gpib and iec PDs in favor of ieee488. | Uwe Hermann |
2019-12-06 | ieee488: Mention more relevant keywords in longname. | Uwe Hermann |
2019-12-06 | ieee488: Simplify _get_raw_byte() a bit. | Uwe Hermann |
2019-12-06 | ieee488: introduce unified IEEE-488 decoder (supports GPIB and IEC) | Gerhard Sittig |
2019-12-03 | ir_rc6: Reduce nesting level. | Uwe Hermann |
2019-12-03 | ir_rc6: Initial commit | BenediktO |
2019-12-01 | ir_rc5: improved performance | BenediktO |
2019-11-30 | flexray: Use bit/s instead of Mbit/s for bitrate. | Uwe Hermann |
2019-11-30 | flexray: add basic decoder | Stephan Thiele |
2019-11-30 | nes_gamepad: implement and add decoder | Stephan Thiele |
2019-11-30 | uart: Drop question mark from two option names. | Uwe Hermann |
2019-11-30 | uart: Shorten various decoder option names. | Uwe Hermann |
2019-11-29 | uart: rephrase check for required input signals, reword error message | Gerhard Sittig |
2019-11-29 | uart: support 'ignore' parity type, remove unsupported 'check_parity' option | Gerhard Sittig |
2019-11-29 | Remove left-over FSF postal address from boiler plate license text. | Uwe Hermann |
2019-11-29 | decoders: Use a slightly more consistent/logical annotation row setup. | Uwe Hermann |
2019-11-29 | ir_nec: fix #1243, multiple capture frames. | Philipp Marek |
2019-11-29 | ws281x: Check for "None" before subtracting. | Philipp Marek |
2019-11-29 | can: more robust sample point position for low sample rates | Gerhard Sittig |
2019-11-29 | can: implement bit rate switch support for CAN-FD frames | Stephan Thiele |
2019-11-29 | can: annotate classic CAN CRC as CRC-15 | Stephan Thiele |
2019-11-29 | lin: calculate checksum on two consecutive UART idle frames | Stephan Thiele |
2019-11-29 | modbus: Ignore unknown/unsupported types. | Uwe Hermann |
2019-11-29 | uart: Document the new 'IDLE' ptype for OUTPUT_PYTHON output. | Uwe Hermann |
2019-11-29 | uart: communicate periods of idle frames to stacked decoders | Gerhard Sittig |
2019-11-28 | signature: Fix license metadata field to match pd.py license header. | Uwe Hermann |
2019-11-28 | signature: Use more human-readable option values. | Uwe Hermann |
2019-11-28 | signature: Minor consistency fixes. | Uwe Hermann |
2019-11-28 | signature: Add self.reset(). | Uwe Hermann |
2019-11-28 | Add decoder: signature analysis | sharow |
2019-11-24 | gpib: drop obscure "total number of samples" option | Gerhard Sittig |
2019-11-24 | tdm_audio: Place each channel on its own annotation row. | Uwe Hermann |
2019-11-24 | tdm_audio: Add initial decoder | Ben Dooks |
2019-11-24 | amulet_ascii: Drop unneeded rxtx_channels. | Uwe Hermann |
2019-11-24 | amulet_ascii: Drop a few unneeded parenthesis. | Uwe Hermann |
2019-11-24 | Initial Amulet LCD ASCII PD | Vesa-Pekka Palmu |
2019-11-23 | spiflash: lists.py: Use None for unsupported features. | Uwe Hermann |
2019-11-23 | spiflash: Minor fixes for Atmel AT25 chips. | Uwe Hermann |
2019-11-20 | spiflash: Add support for Atmel AT25xxx | Soeren Apel |
2019-11-12 | uart: Add [rx|tx]_packet_len options. | Uwe Hermann |
2019-11-12 | uart: Add [rx|tx]_packet_delimiter options. | Uwe Hermann |
2019-11-09 | eeprom93xx: Use fixed-width hex output. | Uwe Hermann |
2019-11-09 | eeprom93xx: Add OUTPUT_BINARY support. | Uwe Hermann |
2019-11-06 | seven_segment: Simplify two code snippets. | Uwe Hermann |
2019-11-06 | seven_segment: Initial commit. | Benedikt Otto |
2019-11-05 | spiflash: Add "EEPROM" to descriptions. | Uwe Hermann |
2019-11-05 | can: Mention CAN-FD support in the description. | Uwe Hermann |
2019-10-06 | can: Factor out dlc2len(). | Uwe Hermann |
2019-10-06 | can: Random whitespace and cosmetic fixes. | Uwe Hermann |