summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-04-02decoders: Fix incorrect 'outputs' fields.Uwe Hermann
2019-03-28ds2408: Add missing tags.Uwe Hermann
2019-03-28add a Maxim DS2408 decoderMariusz Bialonczyk
2019-03-28onewire_network: add a 'Disable Test Mode' command for DS2408Mariusz Bialonczyk
2019-03-28onewire_network: add a missing 'Resume ROM' commandMariusz Bialonczyk
2019-03-16decoders: Various cosmetic/consistency/typo fixes.Uwe Hermann
2019-03-15HACKING: Document current tags and their intention/usage.Uwe Hermann
2019-03-15decoders: Add/update tags for each PD.Uwe Hermann
2019-03-13Add PD tags handling and some tagsSoeren Apel
2019-01-30jtag_ejtag: Shorten a variable name.Uwe Hermann
2019-01-30Rename values that shadow built-in keywordsRyan Jarvis
2019-01-30Remove trailing semicolonsRyan Jarvis