Age | Commit message (Expand) | Author |
2018-08-30 | spi: Create the out_bitrate annotation unconditionally | Josef Gajdusek |
2018-08-29 | edid: Shorten two code snippets. | Uwe Hermann |
2018-08-29 | edid: Add support for extension blocks, cleanups | Stefan BrĂ¼ns |
2018-08-11 | counter: add support for user specified initial counter values | Gerhard Sittig |
2018-08-11 | mdio: accept MDIO READ without previous ADDRESS command | Gerhard Sittig |
2018-07-15 | uart: rephrase data bits to data value conversion | Gerhard Sittig |
2018-07-15 | common: rephrase bitpack(), use list comprehension Python idiom | Gerhard Sittig |
2018-06-22 | jtag_ejtag: Simplify some code snippets. | Uwe Hermann |
2018-06-22 | jtag_ejtag: Fix short/long annotation order. | Uwe Hermann |
2018-06-22 | jtag_ejtag: Add short description in __init__.py. | Uwe Hermann |
2018-06-22 | jtag_ejtag: Move bin2int() to common/srdhelper. | Uwe Hermann |
2018-06-22 | jtag_ejtag: Simplify two code snippets. | Uwe Hermann |
2018-06-22 | jtag_ejtag: Shorten variable names to ss/es. | Uwe Hermann |
2018-06-21 | Add MIPS EJTAG decoder | Vlad Ivanov |
2018-06-10 | cfp: Add reset() method. | Uwe Hermann |
2018-06-10 | cfp: Use the Python in/range keywords. | Uwe Hermann |
2018-06-10 | cfp: Shorten two variable names. | Uwe Hermann |
2018-06-10 | cfp: Factor out self.putx(). | Uwe Hermann |
2018-06-10 | cfp: Reduce indentation level. | Uwe Hermann |
2018-06-10 | cfp: Drop unneeded annotation prefix; plural fixes. | Uwe Hermann |
2018-06-10 | cfp: Drop unused self.out_python. | Uwe Hermann |
2018-06-10 | cfp: Fix incorrect copy-paste description. | Uwe Hermann |
2018-06-10 | Revert "mdio: Add 'TURNAROUND' long/full annotation." in order to comply with... | Elias Oenal |
2018-06-10 | Add a CFP decoder. | Elias Oenal |
2018-05-30 | counter: Drop unneeded tuple braces. | Uwe Hermann |
2018-05-30 | counter: emit wider annotations for data and word counts | Gerhard Sittig |
2018-05-30 | counter: prepare for variable width annotations | Gerhard Sittig |
2018-05-29 | counter: explicit string formatting for annotation text | Gerhard Sittig |
2018-05-29 | counter: use local variables instead of instance variables | Gerhard Sittig |
2018-05-29 | counter: move some init code to the start of decode() | Gerhard Sittig |
2018-05-29 | counter: use symbolic names for input pins, wait conditions, annotation rows | Gerhard Sittig |
2018-05-29 | counter: explicit option text to .wait() edge mapping | Gerhard Sittig |
2018-05-26 | atsha204a: Add the reset() method. | Uwe Hermann |
2018-05-26 | atsha204a: Rename a few methods for consistency. | Uwe Hermann |
2018-05-26 | atsha204a: Shorten a few more code chunks, add helpers. | Uwe Hermann |
2018-05-26 | atsha204a: Shorten self.opcode to op in a few places. | Uwe Hermann |
2018-05-26 | atsha204a: Use the Python 'in' keyword to improve readability. | Uwe Hermann |
2018-05-26 | atsha204a: Shorten output_tx_bytes()/output_rx_bytes() a bit. | Uwe Hermann |
2018-05-26 | Add decoder for Microchip ATSHA204A crypto module | Michalis Pappas |
2018-05-21 | Add ON Semi CAT24C256, CAT24M01. | whitequark |
2018-05-13 | st7735: Merge reset_state() into reset(). | Uwe Hermann |
2018-05-13 | Simple decoder for ST7735 TFT controller | Aleksander Alekseev |
2018-05-12 | mcs48: add reset method, make A12 optional, unassorted adjustment | Gerhard Sittig |
2018-05-12 | Add new decoder: Intel MCS-48 | fenugrec |
2018-05-03 | jtag_stm32: Always switch state on new instruction | George Hopkins |
2018-05-03 | jtag_stm32: Fix handling of boundary scan TAP | George Hopkins |
2018-05-03 | jtag: Fix shifting of registers | George Hopkins |
2018-05-03 | spiflash: Add Adesto AT45DB161E metadata. | Uwe Hermann |
2018-05-03 | spiflash: Add basic Adesto AT45DBxx support (WRITE1/2, STATUS). | Aleksander Alekseev |
2018-04-24 | dcf77: annotate unexpected bit numbers and values, do not abort execution | Gerhard Sittig |