summaryrefslogtreecommitdiff
path: root/decoders
AgeCommit message (Expand)Author
2018-09-09usb_power_delivery: Drop non-existing max_w for now.Uwe Hermann
2018-09-09usb_power_delivery: better PD 3.0 support and other changesdavidanger
2018-09-09usb_power_delivery: wait 1ms instead of 100k samplesPeetz0r
2018-09-09usb_power_delivery: improve wordingPeetz0r
2018-09-09usb_power_delivery: PPS supportPeetz0r
2018-09-09usb_power_delivery: Move stored PDO's inside Decoder classPeetz0r
2018-09-09usb_power_delivery: print more useful stuffPeetz0r
2018-09-06swim: Simplify a code snippet.Uwe Hermann
2018-09-06Decoder for STM8 series MCUs SWIM protocol.Mike Jagdis
2018-08-30counter: Consider edge counter offset also in word processingSoeren Apel
2018-08-30counter: Let user decide how to handle the initial dead_cycles stateSoeren Apel
2018-08-30counter: Introduce option to ignore edgesGerhard Sittig
2018-08-30counter: Use initial counter values also after a resetSoeren Apel
2018-08-30spi: Create the out_bitrate annotation unconditionallyJosef Gajdusek
2018-08-29edid: Shorten two code snippets.Uwe Hermann
2018-08-29edid: Add support for extension blocks, cleanupsStefan BrĂ¼ns
2018-08-11counter: add support for user specified initial counter valuesGerhard Sittig
2018-08-11mdio: accept MDIO READ without previous ADDRESS commandGerhard Sittig
2018-07-15uart: rephrase data bits to data value conversionGerhard Sittig
2018-07-15common: rephrase bitpack(), use list comprehension Python idiomGerhard Sittig
2018-06-22jtag_ejtag: Simplify some code snippets.Uwe Hermann
2018-06-22jtag_ejtag: Fix short/long annotation order.Uwe Hermann
2018-06-22jtag_ejtag: Add short description in __init__.py.Uwe Hermann
2018-06-22jtag_ejtag: Move bin2int() to common/srdhelper.Uwe Hermann
2018-06-22jtag_ejtag: Simplify two code snippets.Uwe Hermann
2018-06-22jtag_ejtag: Shorten variable names to ss/es.Uwe Hermann
2018-06-21Add MIPS EJTAG decoderVlad Ivanov
2018-06-10cfp: Add reset() method.Uwe Hermann
2018-06-10cfp: Use the Python in/range keywords.Uwe Hermann
2018-06-10cfp: Shorten two variable names.Uwe Hermann
2018-06-10cfp: Factor out self.putx().Uwe Hermann
2018-06-10cfp: Reduce indentation level.Uwe Hermann
2018-06-10cfp: Drop unneeded annotation prefix; plural fixes.Uwe Hermann
2018-06-10cfp: Drop unused self.out_python.Uwe Hermann
2018-06-10cfp: Fix incorrect copy-paste description.Uwe Hermann
2018-06-10Revert "mdio: Add 'TURNAROUND' long/full annotation." in order to comply with...Elias Oenal
2018-06-10Add a CFP decoder.Elias Oenal
2018-05-30counter: Drop unneeded tuple braces.Uwe Hermann
2018-05-30counter: emit wider annotations for data and word countsGerhard Sittig
2018-05-30counter: prepare for variable width annotationsGerhard Sittig
2018-05-29counter: explicit string formatting for annotation textGerhard Sittig
2018-05-29counter: use local variables instead of instance variablesGerhard Sittig
2018-05-29counter: move some init code to the start of decode()Gerhard Sittig
2018-05-29counter: use symbolic names for input pins, wait conditions, annotation rowsGerhard Sittig
2018-05-29counter: explicit option text to .wait() edge mappingGerhard Sittig
2018-05-26atsha204a: Add the reset() method.Uwe Hermann
2018-05-26atsha204a: Rename a few methods for consistency.Uwe Hermann
2018-05-26atsha204a: Shorten a few more code chunks, add helpers.Uwe Hermann
2018-05-26atsha204a: Shorten self.opcode to op in a few places.Uwe Hermann
2018-05-26atsha204a: Use the Python 'in' keyword to improve readability.Uwe Hermann