summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-01-30Fix obvious typos with string formattersRyan Jarvis
2019-01-30Typo preventing "Personal preference settings" & "Display user info on screen...Ryan Jarvis
2019-01-29Comparison to None should use "is/is not" instead of "==/!="Ryan Jarvis
2019-01-29DS1307: Bugs fixes.Libor Gabaj
2018-11-25uart: remove obsolete TODO (Python annotation for frame errors)Gerhard Sittig
2018-11-25uart: add FRAME Python annotation, communicate frame validityGerhard Sittig
2018-11-25uart: document the Python annotation for BREAKGerhard Sittig
2018-11-20i2s: Fix 2 issues.Weixiao Zhang
2018-11-10x2444m: Add some shorter annotation strings as well.Uwe Hermann
2018-11-10x2444m: Move variable initializations to reset().Uwe Hermann
2018-11-10x2444m: Make each command an extra annotation class.Uwe Hermann
2018-11-09Decoder for Xicor X2444M, nonvolatile static RAM.Stefan Petersen
2018-10-21decoder: consider reset() a mandatory decoder methodGerhard Sittig
2018-10-21miller: add reset() methodGerhard Sittig
2018-10-21lin: Simplify state handling a bit.Uwe Hermann
2018-10-21lin: handle_break(): Use self.putx().Uwe Hermann
2018-10-21lin: Simplify LinFsm._transition_allowed().Uwe Hermann