Age | Commit message (Expand) | Author |
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 |
2019-10-06 | can: introduce fast bitrate | Stephan Thiele |
2019-10-06 | can: proper annotation on CAN-FD extended frames | stephan.thiele |
2019-10-06 | can: add basic CAN-FD handling of non BRS extended frames | stephan.thiele |
2019-10-06 | can: make PD temporary compatible to existing tests | Stephan Thiele |
2019-10-06 | can: correct decoding of CRC-21 | Stephan Thiele |
2019-09-13 | can: decode CAN-FD DLC | Stephan Thiele |
2019-09-13 | can: display CRC type + correct decoding of CRC-17 | Stephan Thiele |
2019-09-13 | can: implement decoding of CAN-FD header when FDF bit is set | Stephan Thiele |
2019-09-13 | can: implement basic CAN-FD decoding (SRR and FDF bits) | Stephan Thiele |
2019-08-30 | eeprom93xx: Add ascii format support | Sylvain Pelissier |
2019-08-23 | mrf24j40: Add TX retries/fails and CCAFAIL support. | Uwe Hermann |
2019-08-06 | mrf24j40: Add RX/TX frame annotations. | Uwe Hermann |
2019-07-06 | pca9571: Shorten names a bit. | Uwe Hermann |
2019-07-05 | Add an NXP PCA9571 decoder. | Mickael Bosch |
2019-07-01 | modbus: Make the 'framegap' option an integer. | Uwe Hermann |
2019-06-30 | modbus: Make C->S and S->C configurable, add framegap option. | Andrew Gregory |
2019-06-30 | sdcard_spi: Add "Card is busy" annotations for CMD24. | Pierre Poulain |
2019-06-30 | sdcard_spi: Fix incorrect handling of CMD17. | Pierre Poulain |
2019-06-20 | usb_request: Allow configuration of BULK IN transfer display | Stefan Brüns |
2019-06-20 | usb_request: Use separate annotation rows for IN, OUT and CONTROL | Stefan Brüns |
2019-06-17 | usb_request: Fix some decoding errors | Stefan Brüns |
2019-05-15 | enc28j60: Rename self.ann to self.out_ann. | Uwe Hermann |
2019-05-15 | enc28j60: Shorten various self.put*() calls. | Uwe Hermann |
2019-05-15 | enc28j60: Factor out self.putr(). | Uwe Hermann |
2019-05-15 | enc28j60: Factor out self.putc(). | Uwe Hermann |
2019-05-15 | enc28j60: Use the common ss/es abbreviations. | Uwe Hermann |
2019-05-15 | enc28j60: Clear 'outputs' (no OUTPUT_PYTHON support). | Uwe Hermann |
2019-05-15 | enc28j60: Factor out command list to lists.py. | Uwe Hermann |
2019-05-15 | enc28j60: Shorten ANN_* list a bit. | Uwe Hermann |
2019-05-15 | enc28j60: Add 'tags' field. | Uwe Hermann |
2019-05-15 | enc28j60: Implements decoder for ENC28J60 SPI Ethernet chip | Jiahao Li |
2019-04-30 | atsha204a: Mention other potentially supported devices. | Uwe Hermann |
2019-04-30 | atsha204a: Mention ATECC508A support in docs. | Uwe Hermann |
2019-04-30 | atsha204a: Minor indentation fixes. | Uwe Hermann |
2019-04-30 | atsha204a: Only call output_tx_bytes() when the bytes buffer is not empty | Michalis Pappas |
2019-04-30 | atsha204a: Display OtherData parameter correctly when Verify command is execu... | Michalis Pappas |
2019-04-30 | atsha204a: Add support for ATECC508A | Michalis Pappas |
2019-04-24 | NEWS: Fix two typos. | Uwe Hermann |
2019-04-24 | spi: Fix annotation row ordering. | Uwe Hermann |
2019-04-24 | spi: Don't emit bogus "transfer" items. | Uwe Hermann |
2019-04-24 | spi: Add support for "transfer" annotations. | Uwe Hermann |
2019-04-19 | cc1101: Use namedtuple to increase readability a bit. | Uwe Hermann |
2019-04-19 | cc1101: Remove 0x prefixes and unneeded quotation marks. | Uwe Hermann |
2019-04-19 | cc1101: Shorten decode_register() to decode_reg(). | Uwe Hermann |
2019-04-19 | cc1101: Simplify decode_command(). | Uwe Hermann |
2019-04-19 | cc1101: Simplify format_command(). | Uwe Hermann |