summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-04-24spi: Fix annotation row ordering.Uwe Hermann
2019-04-24spi: Don't emit bogus "transfer" items.Uwe Hermann
2019-04-24spi: Add support for "transfer" annotations.Uwe Hermann
2019-04-19cc1101: Use namedtuple to increase readability a bit.Uwe Hermann
2019-04-19cc1101: Remove 0x prefixes and unneeded quotation marks.Uwe Hermann
2019-04-19cc1101: Shorten decode_register() to decode_reg().Uwe Hermann
2019-04-19cc1101: Simplify decode_command().Uwe Hermann
2019-04-19cc1101: Simplify format_command().Uwe Hermann
2019-04-19cc1101: Factor out and simplify ANN_* names.Uwe Hermann
2019-04-19Add a TI CC1101 decoder.Marco
2019-04-15sdcard_spi: Fix duplicated 'End bit' annotation emission.Uwe Hermann
2019-04-15sdcard_spi: Fix incorrect annotation row indices.Uwe Hermann
2019-04-15sdcard_spi: handle_data_response(): Shorten a few lines.Uwe Hermann
2019-04-15sdcard_spi: handle_data_response(): Add comment, cosmetics.Uwe Hermann
2019-04-15sdcard_spi: Fix some abbreviations and names to match the spec.Uwe Hermann
2019-04-14sdcard_spi: touch up CMD24 handlingGerhard Sittig
2019-04-14sdcard_spi: add support for CMD24 including payload dataPierre Poulain
2019-04-02srd_inst_stack(): Warn upon potentially incorrect stacking.Uwe Hermann