summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-16condition_list_free(): Fix a memory leak.Uwe Hermann
2019-11-12uart: Add [rx|tx]_packet_len options.Uwe Hermann
2019-11-12uart: Add [rx|tx]_packet_delimiter options.Uwe Hermann
2019-11-12configure.ac: Add support for Python 3.8.Uwe Hermann
2019-11-09eeprom93xx: Use fixed-width hex output.Uwe Hermann
2019-11-09eeprom93xx: Add OUTPUT_BINARY support.Uwe Hermann
2019-11-06seven_segment: Simplify two code snippets.Uwe Hermann
2019-11-06seven_segment: Initial commit.Benedikt Otto
2019-11-05spiflash: Add "EEPROM" to descriptions.Uwe Hermann
2019-11-05can: Mention CAN-FD support in the description.Uwe Hermann
2019-10-06can: Factor out dlc2len().Uwe Hermann
2019-10-06can: Random whitespace and cosmetic fixes.Uwe Hermann
2019-10-06can: introduce fast bitrateStephan Thiele
2019-10-06can: proper annotation on CAN-FD extended framesstephan.thiele
2019-10-06can: add basic CAN-FD handling of non BRS extended framesstephan.thiele
2019-10-06can: make PD temporary compatible to existing testsStephan Thiele
2019-10-06can: correct decoding of CRC-21Stephan Thiele
2019-09-13can: decode CAN-FD DLCStephan Thiele
2019-09-13can: display CRC type + correct decoding of CRC-17Stephan Thiele
2019-09-13can: implement decoding of CAN-FD header when FDF bit is setStephan Thiele
2019-09-13can: implement basic CAN-FD decoding (SRR and FDF bits)Stephan Thiele
2019-08-30eeprom93xx: Add ascii format supportSylvain Pelissier
2019-08-23mrf24j40: Add TX retries/fails and CCAFAIL support.Uwe Hermann
2019-08-06mrf24j40: Add RX/TX frame annotations.Uwe Hermann
2019-07-06pca9571: Shorten names a bit.Uwe Hermann
2019-07-05Add an NXP PCA9571 decoder.Mickael Bosch
2019-07-01modbus: Make the 'framegap' option an integer.Uwe Hermann
2019-06-30modbus: Make C->S and S->C configurable, add framegap option.Andrew Gregory
2019-06-30sdcard_spi: Add "Card is busy" annotations for CMD24.Pierre Poulain
2019-06-30sdcard_spi: Fix incorrect handling of CMD17.Pierre Poulain
2019-06-20usb_request: Allow configuration of BULK IN transfer displayStefan Brüns
2019-06-20usb_request: Use separate annotation rows for IN, OUT and CONTROLStefan Brüns
2019-06-17usb_request: Fix some decoding errorsStefan Brüns
2019-05-15enc28j60: Rename self.ann to self.out_ann.Uwe Hermann
2019-05-15enc28j60: Shorten various self.put*() calls.Uwe Hermann
2019-05-15enc28j60: Factor out self.putr().Uwe Hermann
2019-05-15enc28j60: Factor out self.putc().Uwe Hermann
2019-05-15enc28j60: Use the common ss/es abbreviations.Uwe Hermann
2019-05-15enc28j60: Clear 'outputs' (no OUTPUT_PYTHON support).Uwe Hermann
2019-05-15enc28j60: Factor out command list to lists.py.Uwe Hermann
2019-05-15enc28j60: Shorten ANN_* list a bit.Uwe Hermann
2019-05-15enc28j60: Add 'tags' field.Uwe Hermann
2019-05-15enc28j60: Implements decoder for ENC28J60 SPI Ethernet chipJiahao Li
2019-04-30atsha204a: Mention other potentially supported devices.Uwe Hermann
2019-04-30atsha204a: Mention ATECC508A support in docs.Uwe Hermann
2019-04-30atsha204a: Minor indentation fixes.Uwe Hermann
2019-04-30atsha204a: Only call output_tx_bytes() when the bytes buffer is not emptyMichalis Pappas
2019-04-30atsha204a: Display OtherData parameter correctly when Verify command is execu...Michalis Pappas
2019-04-30atsha204a: Add support for ATECC508AMichalis Pappas
2019-04-24NEWS: Fix two typos.Uwe Hermann